SqfEntityFieldBase constructor
SqfEntityFieldBase(
- String? fieldName,
- DbType? dbType, {
- dynamic defaultValue,
- dynamic minValue,
- dynamic maxValue,
- SqfEntityTableBase? table,
- SqfEntitySequenceBase? sequencedBy,
- bool? isPrimaryKeyField,
- int? primaryKeyIndex,
- bool? isNotNull,
- bool? isUnique,
- bool? isIndex,
- int? isIndexGroup,
- String? checkCondition,
- Collate? collate,
- String? formLabelText,
Implementation
@override
SqfEntityFieldBase(this.fieldName, this.dbType, {this.defaultValue, this.minValue, this.maxValue, this.table, this.sequencedBy, this.isPrimaryKeyField, this.primaryKeyIndex, this.isNotNull, this.isUnique, this.isIndex, this.isIndexGroup, this.checkCondition, this.collate, this.formLabelText});