PARTIAL
Cascade Run #386
Started: 2026-07-20 00:42:10
· Finished: 2026-07-20 00:42:10
Naming Contract Checks
| Check Type | Input | Result | Message | Fix |
|---|---|---|---|---|
slug_format |
nanored_bait_origen |
✅ Pass | Table name 'nanored_bait_origen' matches naming contract format. | — |
reserved_word |
nanored_bait_origen |
✅ Pass | Table name 'nanored_bait_origen' is not a MySQL reserved word. | — |
upstream_primary_key |
nanored_bait_origen |
⚠️ Warning | Missing expected primary key 'nanored_bait_origen_id'. Tables must define a primary key named after the singular table name with '_id' suffix. |
Add column 'nanored_bait_origen_id' VARCHAR(32) PRIMARY KEY |
slug_format |
nanored_calculado |
✅ Pass | Table name 'nanored_calculado' matches naming contract format. | — |
reserved_word |
nanored_calculado |
✅ Pass | Table name 'nanored_calculado' is not a MySQL reserved word. | — |
upstream_primary_key |
nanored_calculado |
⚠️ Warning | Missing expected primary key 'nanored_calculado_id'. Tables must define a primary key named after the singular table name with '_id' suffix. |
Add column 'nanored_calculado_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