Module
DataMapper::Adapters::Sqlite3Adapter::Migration
In:
lib/dm-core/adapters/sqlite3_adapter.rb
TODO: move to dm-more/dm-migrations (if possible)
Methods
field_exists?
storage_exists?
Included Modules
SQL
Classes and Modules
Module
DataMapper::Adapters::Sqlite3Adapter::Migration::ClassMethods
Module
DataMapper::Adapters::Sqlite3Adapter::Migration::SQL
Public Instance methods
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)
[Validate]