Skip to content

Commit d4093d3

Browse files
committed
.
1 parent 6f43686 commit d4093d3

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- AlterTable
2+
ALTER TABLE `User` ADD COLUMN `userstatus` ENUM('active', 'banned', 'deleted') NOT NULL DEFAULT 'active';
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Please do not edit this file manually
2+
# It should be added in your version-control system (e.g., Git)
3+
provider = "mysql"

0 commit comments

Comments
 (0)