Class Server.DBSC.Meta.Column

Fields

name: string
Visibility: public
the name of the column
type: string
Visibility: public
the type of the column
primary_key: boolean?
Visibility: public
whether the column is a primary key
foreign_key: string?
Visibility: public
the foreign key reference if applicable
foreign_key_class: Server.DBSC?
Visibility: public
the class of the foreign key reference
auto_increment: boolean?
Visibility: public
whether the column should auto-increment
default: string?
Visibility: public
the default value for the column
not_null: boolean?
Visibility: public
whether the column cannot be null
unique: boolean?
Visibility: public
whether the column should be unique