1 line
111 B
SQL
1 line
111 B
SQL
alter table sycn_store_data change `file_path` `file_path` varchar(128) DEFAULT NULL COMMENT '文件全路径'; |