PostgresTableField constructor
const
PostgresTableField(})
Implementation
const PostgresTableField(
this.type, {
this.description = '',
this.postgresType = '',
this.foreignKey,
this.isPrimaryKey = false,
this.isRequired = false,
this.hasDefault = false,
});