maven
2026-01-20 1f1ef0f62c4953e3ff9c610cda8f3c4f8a45c025
doc/create_table_product_structure.sql
@@ -12,3 +12,5 @@
    disk_quantity      numeric(16, 4) not null comment '盘数量',
    tenant_id          bigint         not null comment '租户id'
);
alter table product_structure
    add parent_id bigint null comment '父id';