library add user_id

This commit is contained in:
Hankin 2025-07-18 15:14:10 +08:00
parent f6c792abe3
commit edfbac2579
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
ALTER TABLE `ufutx_library`
ADD COLUMN `user_id` integer default 0 comment "用户id 0:后台" after `id`

View File

@ -0,0 +1,2 @@
ALTER TABLE `ufutx_library_category`
ADD COLUMN `user_id` integer default 0 comment "用户id 0:后台" after `id`