Files
WarehouseMgmt/db/oracle/A使用说明.txt
2025-10-09 13:58:21 +08:00

5 lines
311 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

先执行C##VOL_PRO_MAIN.sql再执行自增序列.sql
如果自增序列.sql执行报错手动一行一行执行
关于oralce创建表表主键支持自增、雪花id(主键字段类型bigint的默认使用雪花id,数据库表不要设置自增)、字符串主键(框架默认会设置guid值)