You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spms-java/scripts/vue-admin-zz.sql

3 lines
189 B
MySQL

/** 2022-10-20 **/
ALTER TABLE `udi`.`thr_order`
ADD COLUMN `thirdPartyDate` tinyint(0) NULL DEFAULT NULL COMMENT '判断来源至哪里1第三方 2自己创建' AFTER `manufactory`;