2 lines
114 B
SQL
2 lines
114 B
SQL
ALTER TABLE `ufutx_library_category`
|
|
ADD COLUMN `user_id` integer default 0 comment "用户id 0:后台" after `id` |