// Simple test schema with basic features Table public.users { id bigint [pk, increment] email varchar(255) [unique, not null] name varchar(100) created_at timestamp [not null, default: 'now()'] }