// File with commented-out refs - should load last // Contains relationships that depend on earlier tables // Ref: public.posts.user_id > public.users.id [ondelete: CASCADE] Table public.comments { id bigint [pk, increment] post_id bigint [not null] content text [not null] }