integer abstract method

FieldBlueprint integer(
  1. String field, {
  2. bool autoIncrement = false,
  3. bool unsigned = false,
})

Implementation

FieldBlueprint integer(String field,
    {bool autoIncrement = false, bool unsigned = false});