SqlColumn class

Constructors

SqlColumn.new({required String name, required SqlType type, bool primaryKey = false, bool autoincrement = false, bool unique = false, bool nullable = true, dynamic defaultValue, String? references, String? referenceColumn, String? renamedFrom})
const

Properties

autoincrement bool
final
defaultValue → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
name String
final
nullable bool
final
primaryKey bool
final
referenceColumn String?
final
references String?
final
renamedFrom String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type SqlType
final
unique bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited