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
/
0013_add-due-date-to-task-table.up.sql
2 lines
50 B
MySQL
Raw
Normal View
History
Unescape
Escape
feature: add ability to assign tasks
2020-04-20 05:02:55 +02:00
ALTER
TABLE
task
ADD
COLUMN
due_date
timestamptz
;
Reference in New Issue
Copy Permalink