1comment input.sql /^create table api.comment ($/;" t 2id input.sql /^ id serial primary key,$/;" E table:comment 3body input.sql /^ body character varying(250) not null,$/;" E table:comment 4created_at input.sql /^ created_at timestamptz default now(),$/;" E table:comment 5updated_at input.sql /^ updated_at timestamptz default now()$/;" E table:comment 6