jar
04/15/2022, 2:44 AMNeedle
04/15/2022, 2:44 AM/title
command!
We have solved your problem?
Click the button below to archive it.jar
04/15/2022, 2:48 AMcreate table persons (
id uuid references users(id) not null unique primary key on delete cascade,
created_at timestamp default timezone('utc'::text, now()) not null,
email varchar(42) citext unique check ( value ~ '^[a-zA-Z0-9.!#$%&''*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$' );
permission_status text check (status in ('active','timeout','banned'))
);
garyaustin
04/15/2022, 3:07 AMNeedle
04/15/2022, 3:07 AMgaryaustin
04/15/2022, 3:13 AMjar
04/15/2022, 3:16 AMjar
04/15/2022, 3:17 AMjar
04/15/2022, 3:18 AMgaryaustin
04/15/2022, 3:21 AMjar
04/15/2022, 3:24 AM