game2006api/sql/gamedb2006_migrate_230707_01.sql
songliang ebfb2a1a2b ...
2023-07-07 16:04:44 +08:00

5 lines
88 B
PL/PgSQL

begin;
alter table t_bc_order add column `price` varchar(60) COMMENT '价格';
commit;