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

2 lines
80 B
MySQL
Raw Normal View History

2020-05-21 21:38:46 +02:00
ALTER TABLE invitations ADD COLUMN role "UserRoleType" NOT NULL DEFAULT 'user';