mirror of
https://github.com/aoaostar/toolbox.git
synced 2025-12-30 08:34:26 +00:00
1 line
154 B
SQL
1 line
154 B
SQL
ALTER TABLE `toolbox_plugin` ADD COLUMN `template` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'default' AFTER `category_id`; |