1-- Taken a comment posted by @akemrir in #2215 2create table api.comment ( 3 id serial primary key, 4 body character varying(250) not null, 5 created_at timestamptz default now(), 6 updated_at timestamptz default now() 7); 8
1-- Taken a comment posted by @akemrir in #2215 2create table api.comment ( 3 id serial primary key, 4 body character varying(250) not null, 5 created_at timestamptz default now(), 6 updated_at timestamptz default now() 7); 8