DDLスキーマ定義追加(schema_zan.sql, schema_kin.sql)

This commit is contained in:
qiuqiuqiu
2026-06-25 21:15:05 +08:00
parent 13415fb6b5
commit 6754df70cd
3 changed files with 129 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@ production/
├── sub/ # 共通サブプログラム
├── cpy/ # COPY書式ファイル(レコード定義・連絡領域)
├── bin/ # 実行ファイル(.exe)+サブプログラムDLL(.dll)
├── ddl/ # DB2スキーマ定義(DDL)
├── design/ # サブシステム全体設計書
├── 詳細設計書/ # 詳細設計ドキュメント
└── 使用資源一覧/ # 使用資源一覧(COPY・CALL・I/Oファイル・DBテーブル)