just add below code in column properties id Default input Method: 1nextval('form_submissions_id_seq'::regclass) Method: 2 Via SQL Query ALTER TABLE statesADD COLUMN id SERIAL PRIMARY KEY; Note: if you already have column id previous please delete before above running...