autoIncrement method

FieldBlueprint autoIncrement()

Implementation

FieldBlueprint autoIncrement() {
  isAutoIncrement = true;
  return this;
}