This website requires JavaScript.
Explore
Help
Sign In
Yadciel
/
taskcafe
Watch
1
Star
0
Fork
0
You've already forked taskcafe
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
25df251cc5
taskcafe
/
migrations
/
0040_add-unique-constraint-to-project_member-table.up.sql
2 lines
61 B
MySQL
Raw
Normal View
History
Unescape
Escape
cleanup: refactor api architecture & add user roles
2020-07-05 01:02:57 +02:00
ALTER
TABLE
project_member
ADD
UNIQUE
(
project_id
,
user_id
)
;
Reference in New Issue
Copy Permalink