TimeField_WithDefault_PG constructor

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

Implementation

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