Module
DataMapper::Adapters::PostgresAdapter::Migration
In:
lib/dm-core/adapters/postgres_adapter.rb
TODO: move to dm-more/dm-migrations (if possible)
Methods
create_model_storage
create_sequence
destroy_model_storage
drop_sequence
field_exists?
storage_exists?
upgrade_model_storage
Included Modules
SQL
Classes and Modules
Module
DataMapper::Adapters::PostgresAdapter::Migration::ClassMethods
Module
DataMapper::Adapters::PostgresAdapter::Migration::SQL
Public Instance methods
create_model_storage
(repository, model)
TODO: move to dm-more/dm-migrations
destroy_model_storage
(repository, model)
TODO: move to dm-more/dm-migrations
field_exists?
(storage_name, column_name)
TODO: move to dm-more/dm-migrations (if possible)
storage_exists?
(storage_name)
TODO: move to dm-more/dm-migrations (if possible)
upgrade_model_storage
(repository, model)
TODO: move to dm-more/dm-migrations
Protected Instance methods
create_sequence
(repository, property)
TODO: move to dm-more/dm-migrations
drop_sequence
(repository, property)
TODO: move to dm-more/dm-migrations
[Validate]