// Third file - adds more columns to users table (tests merging) Table public.users { name varchar(100) created_at timestamp [not null] }