// Second file - posts table Table public.posts { id bigint [pk, increment] user_id bigint [not null] title varchar(200) [not null] content text created_at timestamp [not null] }