Browse Source

更新sql

huang 1 month ago
parent
commit
5f02343aee
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docs/new_sql.sql

+ 3 - 0
docs/new_sql.sql

@@ -246,6 +246,9 @@ ALTER TABLE jsh_depot_head
 ALTER TABLE material_batch
   ADD COLUMN material_extend_id BIGINT DEFAULT NULL COMMENT '商品拓展id';
 
+-- 2025-05-21 编号表添加供应商编号
+INSERT INTO `jsh_sequence` (`seq_name`, `min_value`, `max_value`, `current_val`, `increment_val`, `remark`) VALUES ('supplier_number_seq', '1', '999999999999999999', '1', '1', '供应商编号sequence');
+