PARTIAL
Cascade Run #385
Started: 2026-07-19 23:56:59
· Finished: 2026-07-19 23:57:00
Naming Contract Checks
| Check Type | Input | Result | Message | Fix |
|---|---|---|---|---|
slug_format |
nanored_bait |
✅ Pass | Table name 'nanored_bait' matches naming contract format. | — |
reserved_word |
nanored_bait |
✅ Pass | Table name 'nanored_bait' is not a MySQL reserved word. | — |
upstream_primary_key |
nanored_bait |
⚠️ Warning | Missing expected primary key 'nanored_bait_id'. Tables must define a primary key named after the singular table name with '_id' suffix. |
Add column 'nanored_bait_id' VARCHAR(32) PRIMARY KEY |
slug_format |
nanored_nanored |
✅ Pass | Table name 'nanored_nanored' matches naming contract format. | — |
reserved_word |
nanored_nanored |
✅ Pass | Table name 'nanored_nanored' is not a MySQL reserved word. | — |
upstream_primary_key |
nanored_nanored |
⚠️ Warning | Missing expected primary key 'nanored_nanored_id'. Tables must define a primary key named after the singular table name with '_id' suffix. |
Add column 'nanored_nanored_id' VARCHAR(32) PRIMARY KEY |
Console Output Logs
Stage 1: Pre-Flight Check & Advisory Locking
▼
Stage 2: Importer Schema Introspection
▼
Stage 3: ia_case Model Compilation
▼
Stage 4: Relationship Wire Authoring
▼
Stage 5: UI & API Generator Compilation
▼
Stage 6: Post-run Validation Gates
▼
Notes
All 2 tables completed