BooleanField_WithDefault_PG constructor

BooleanField_WithDefault_PG(
  1. GenericDataFields owner,
  2. String fieldName,
  3. bool notNullable,
  4. bool isPrimaryKey,
  5. bool defaultValue,
)

Implementation

BooleanField_WithDefault_PG(GenericDataFields owner, String fieldName,
    bool notNullable, bool isPrimaryKey, bool defaultValue)
    : super(owner, fieldName, notNullable, isPrimaryKey, defaultValue);