migrate/1726206766_table_ios_version_add_program.up.sql

2 lines
136 B
MySQL
Raw Normal View History

2024-09-13 13:57:03 +08:00
ALTER TABLE `ufutx_ios_version`
ADD COLUMN `program` tinyint(4) DEFAULT 0 COMMENT '程序,0:用户端,1:教练端' AFTER `clean_cache`;