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

2 lines
80 B
SQL

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