Module
DataMapper::Adapters::MysqlAdapter::Migration
In:
lib/dm-core/adapters/mysql_adapter.rb
TODO: move to dm-more/dm-migrations
Methods
field_exists?
storage_exists?
Included Modules
SQL
Classes and Modules
Module
DataMapper::Adapters::MysqlAdapter::Migration::ClassMethods
Module
DataMapper::Adapters::MysqlAdapter::Migration::SQL
Public Instance methods
field_exists?
(storage_name, field_name)
TODO: move to dm-more/dm-migrations (if possible)
storage_exists?
(storage_name)
TODO: move to dm-more/dm-migrations (if possible)
[Validate]