Marten::DB::Management::SchemaEditor::PostgreSQL
Inherits Marten::DB::Management::SchemaEditor::Core / Marten::DB::Management::SchemaEditor::Base / Reference / Object
Instance methods
add_column(table : TableState, column : Column::Base) : Nil
Adds a column to 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.
ddl_rollbackable?
Returns a boolean indicating if the schema editor implementation supports rollbacking DDL statements.