primary
Clear::Migration::Table::ColumnOperation
Inherits Struct < Value < Object
Constructors
new(column : String, type : String, null : Bool = false, default : SQL::Any = nil, primary : Bool = false, array : Bool = false)
SourceInstance methods
array
clone
Sourcecolumn
copy_with(column _column = @column, type _type = @type, null _null = @null, default _default = @default, primary _primary = @primary, array _array = @array)
Sourcedefault
null
type