primary method

FieldBlueprint primary([
  1. bool value = true
])

Implementation

FieldBlueprint primary([bool value = true]) {
  isPrimaryKey = value;
  return this;
}