class

Marten::DB::Management::Column::Date

Inherits Marten::DB::Management::Column::IsBuiltInColumn / Marten::DB::Management::Column::Base / Marten::DB::CanFormatStringsOrSymbols / Reference / Object

Instance methods

clone

Returns a copy of the column.

Source
sql_quoted_default_value(connection : Connection::Base) : ::String | Nil

Returns the literal quoted value of the default value for a specific database connection.

Source
sql_type(connection : Connection::Base) : ::String

Returns the raw type of the column to use for the column at hand and a specific database connection.

Source
sql_type_suffix(connection : Connection::Base) : ::String | Nil

Returns the raw type suffix of the column to use for the column at hand and a specific database connection.

Source