// First file - users table basic structure Table public.users { id bigint [pk, increment] email varchar(255) [unique, not null] }