feat: implements article table
This commit is contained in:
@@ -12,7 +12,7 @@ CREATE TABLE users (
|
||||
role user_role NOT NULL DEFAULT 'user',
|
||||
created_at TIMESTAMPTZ NOT NULL DEFAULT now(),
|
||||
updated_at TIMESTAMPTZ NOT NULL DEFAULT now(),
|
||||
external_id UUID NOT NULL DEFAULT gen_random_uuid()
|
||||
external_id UUID NOT NULL DEFAULT gen_random_uuid() UNIQUE
|
||||
);
|
||||
--end-sql`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user