init push
This commit is contained in:
3
migrations/20260518_users_role_id_nullable.sql
Normal file
3
migrations/20260518_users_role_id_nullable.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE users
|
||||
MODIFY COLUMN role_id BINARY(16) NULL;
|
||||
|
||||
Reference in New Issue
Block a user