PARTIAL
Cascade Run #24
Started: 2026-06-06 15:27:57
· Finished: 2026-06-06 15:27:59
Naming Contract Checks
| Check Type | Input | Result | Message | Fix |
|---|---|---|---|---|
slug_format |
invoice |
✅ Pass | Table name 'invoice' matches naming contract format. | — |
reserved_word |
invoice |
✅ Pass | Table name 'invoice' is not a MySQL reserved word. | — |
upstream_primary_key |
invoice |
⚠️ Warning | Missing expected primary key 'invoice_id'. Tables must define a primary key named after the singular table name with '_id' suffix. |
Add column 'invoice_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
Cascade halted at table 'invoice' (completed 0/2)