···2121 full_name text not null,
2222 password_hash text not null,
2323 phone text unique not null,
2424- email text unique not null,
2424+ email text unique not null check (trim(email) like '%@%'),
2525 is_active boolean not null default true,
2626 created_at timestamp not null default current_timestamp,
2727 updated_at timestamp not null default current_timestamp,