3 lines
82 B
MySQL
3 lines
82 B
MySQL
|
|
ALTER TABLE `tasks` ADD `repeatable` TINYINT( 1 ) UNSIGNED NOT NULL DEFAULT '1';
|
||
|
|
|