This website requires JavaScript.
Explore
Help
Register
Sign In
Tsumanu
/
bitque
Watch
1
Star
0
Fork
0
You've already forked bitque
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a8ff5101be
bitque
/
migrations
/
2020-05-21-160206_add_role_to_invitation
/
up.sql
2 lines
83 B
MySQL
Raw
Normal View
History
Unescape
Escape
Upgrade and organize
2023-04-01 22:31:57 +02:00
ALTER
TABLE
invitations
ADD
COLUMN
role
"
UserRoleMapping
"
NOT
NULL
DEFAULT
'
user
'
;
Reference in New Issue
Copy Permalink