This commit is contained in:
aozhiwei 2019-08-26 17:06:35 +08:00
parent 14cf6ffe0a
commit b5c9f4a34f

View File

@ -0,0 +1,5 @@
begin;
alter table orderinfo add `sp_amount` double NOT NULL COMMENT 'sp_amount';
commit;