mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-07-02 16:50:06 +08:00
sql to alter the table and add is_completed column
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE `tasks`
|
||||
ADD COLUMN `is_completed` CHAR(1)
|
||||
NOT NULL AFTER `parent_id` ;
|
||||
Reference in New Issue
Block a user