mirror of
https://github.com/saltbo/zpan.git
synced 2026-09-17 16:39:27 +08:00
2 lines
141 B
SQL
2 lines
141 B
SQL
ALTER TABLE `download_tasks` ADD `category` text;--> statement-breakpoint
|
|
ALTER TABLE `download_tasks` ADD `tags` text DEFAULT '[]' NOT NULL; |