create table response_code_options ( key text primary key not null, created_at timestamptz not null default now() ); insert into response_code_options (key) values ('Default');