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
bd34f4b3ad
taskcafe
/
migrations
/
0010_add-description-to-task-table.up.sql
2 lines
46 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
description
text
;
Reference in New Issue
Copy Permalink