If you don't want to to set all the values of a newly-inserted row, use this form of the INSERT statement:

INSERT INTO regis (columnb, columnc, columnd) VALUES (?, ?, ?)
to set only those columns...