Adding new field to update #107

This commit is contained in:
mchev
2024-06-16 21:35:55 +02:00
parent a0bf6f7f59
commit 210f735e40

View File

@@ -32,6 +32,7 @@ return new class extends Migration
'email_logs' => 'mailable_type',
'notifications' => 'notifiable_type',
'personal_access_tokens' => 'tokenable_type',
'custom_fields' => 'model_type',
'custom_field_values' => 'custom_field_valuable_type',
'abilities' => 'entity_type',
'assigned_roles' => 'entity_type',