Skip to content

Commit 382d321

Browse files
author
Jovinull
committed
feat(db): adiciona campo de role ao schema de usuario
1 parent eaa6229 commit 382d321

4 files changed

Lines changed: 627 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TABLE "users" ADD COLUMN "role" varchar(20) DEFAULT 'user' NOT NULL;

0 commit comments

Comments
 (0)