migrate/1752822691_library_category_add_user_id.up.sql

2 lines
114 B
MySQL
Raw Normal View History

2025-07-18 15:14:10 +08:00
ALTER TABLE `ufutx_library_category`
ADD COLUMN `user_id` integer default 0 comment "用户id 0:后台" after `id`