Class MigrationRecorder

Deal with storing migration records in the database.

Declaration

class MigrationRecorder
source link

Documentation

Because this table is actually itself used for dealing with model
creation, it's the one thing we can't do normally via migrations.
We manually handle table creation/schema updating (using schema backend)
and then have a floating model to do queries with.

If a migration is unapplied its row is removed from the table. Having
a row in the table always means a migration is applied.

Methods

Reexports