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
0d00fc7518
taskcafe
/
migrations
/
0014_add-owner-column-to-project-table.up.sql
2 lines
52 B
MySQL
Raw
Normal View
History
Unescape
Escape
feature: add ability to assign tasks
2020-04-20 05:02:55 +02:00
ALTER
TABLE
project
ADD
COLUMN
owner
uuid
NOT
NULL
;
Reference in New Issue
Copy Permalink