game2006api/sql/gamedb2006_migrate_230710_01.sql
songliang 9cf6713938 ...
2023-07-10 10:51:58 +08:00

5 lines
104 B
PL/PgSQL

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