buhuazhen
2026-03-06 426d99944e8e87d3ad1ea1f9e5a3677d249a1413
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';