Add polymorphic type references system for efficient integer-based storage

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2025-12-27 23:10:30 +00:00
parent c1485ccbdb
commit 4db772b132
14 changed files with 1071 additions and 87 deletions

View File

@@ -361,6 +361,21 @@
"created_at": "2025-12-26T02:35:44+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe convert_client_status_to_enum"
},
"2025_12_27_225200_create_type_refs_table.php": {
"created_at": "2025-12-27T22:52:00+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe create_type_refs_table"
},
"2025_12_27_225224_convert_polymorphic_columns_to_type_refs.php": {
"created_at": "2025-12-27T22:52:24+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe convert_polymorphic_columns_to_type_refs"
},
"2025_12_27_225305_convert_tasks_polymorphic_to_type_refs.php": {
"created_at": "2025-12-27T22:53:05+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe convert_tasks_polymorphic_to_type_refs"
}
}
}