Module: DataMapper::Migrations::Sqlite3Adapter::ClassMethods
- Defined in:
- lib/dm-core/migrations.rb
Instance Method Summary collapse
-
#type_map ⇒ Hash
private
Types for SQLite 3 databases.
Instance Method Details
#type_map ⇒ Hash
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Types for SQLite 3 databases.
811 812 813 |
# File 'lib/dm-core/migrations.rb', line 811 def type_map @type_map ||= super.merge(Class => { :primitive => 'VARCHAR' }).freeze end |