5 lines
88 B
PL/PgSQL
5 lines
88 B
PL/PgSQL
begin;
|
|
|
|
alter table t_bc_order add column `price` varchar(60) COMMENT '价格';
|
|
|
|
commit; |