FieldInfo constructor
const
FieldInfo({})
Implementation
const FieldInfo({
required this.name,
required this.columnName,
required this.type,
this.isId = false,
this.isUnique = false,
this.isNullable = false,
this.isRelation = false,
this.defaultValue,
});