Marten::DB::Management::SchemaEditor::SQLite
Inherits Marten::DB::Management::SchemaEditor::Core / Marten::DB::Management::SchemaEditor::Base / Reference / Object
Instance methods
Adds a column to a specific table.
Adds a unique constraint to a specific table.
Changes a column on a specific table.
Returns the database type for a specific built-in column implementation.
Note that this method is only used when handling column types of Marten built-in types as custom column
implementations must define a #db_type method.
Returns the database type suffix for a specific built-in column implementation.
Note that this method is only used when handling column types of Marten built-in types.
Returns a boolean indicating if the schema editor implementation supports rollbacking DDL statements.
Returns a prepared default value that can be inserted in a column definition.
Removes a column from a specific table.
Removes a unique constraint from a specific table.