TableEntity constructor
TableEntity({
- List<
ColumnEntity> ? columns, - String? comment,
- List<
ConstraintEntity> ? constraints, - Map<
String, Object?> ? customFeatures, - List<
IndexEntity> ? indices, - List<
TriggerEntity> ? triggers,
Implementation
TableEntity({
this.columns,
this.comment,
this.constraints,
this.customFeatures,
this.indices,
this.triggers,
});