OrmMigrationRecordOrmExtension extension

on

Methods

toTracked() $OrmMigrationRecord

Available on OrmMigrationRecord, provided by the OrmMigrationRecordOrmExtension extension

Converts this immutable model to a tracked ORM-managed model. The tracked model supports attribute tracking, change detection, and persistence operations like save() and touch().

Static Properties

trackedType Type

Available on OrmMigrationRecord, provided by the OrmMigrationRecordOrmExtension extension

The Type of the generated ORM-managed model class. Use this when you need to specify the tracked model type explicitly, for example in generic type parameters.
no setter