bitque/jirs-server/migrations/2020-05-21-160206_add_role_to_invitation/up.sql
2020-05-21 21:38:46 +02:00

2 lines
80 B
SQL

ALTER TABLE invitations ADD COLUMN role "UserRoleType" NOT NULL DEFAULT 'user';