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