game2006api/sql/gamedb2006_migrate_230710_01.sql
songliang 1b3ee8765a ...
2023-07-10 10:50:48 +08:00

5 lines
98 B
PL/PgSQL

begin;
alter table t_bc_order add column `id` int(11) NOT NULL COMMENT '商店货物id',
commit;