bitque/migrations/2020-05-21-160206_add_role_to_invitation/up.sql

2 lines
83 B
MySQL
Raw Normal View History

2023-04-01 22:31:57 +02:00
ALTER TABLE invitations ADD COLUMN role "UserRoleMapping" NOT NULL DEFAULT 'user';