tableName property Null safety

String tableName
final

Defaults to pluralized model name from the generator. If this property is changed after the table has been inserted, a RenameTable MigrationCommand must be included in the next Migration.

Implementation

@override
final String tableName = 'Run';