5 lines
104 B
PL/PgSQL
5 lines
104 B
PL/PgSQL
begin;
|
|
|
|
alter table t_shop_buy_order add column `id` int(11) NOT NULL COMMENT '商店货物id',
|
|
|
|
commit; |