id property

  1. @OrmField.new(isPrimaryKey: true)
String id
final

The unique identifier for the migration (usually the filename).

Implementation

@OrmField(isPrimaryKey: true)
final String id;