Class: CreateCurrencies
- Inherits:
-
MIGRATION_CLASS
- Object
- CreateCurrencies
- Defined in:
- lib/simple_forex/migration.rb
Instance Method Summary collapse
Instance Method Details
#change ⇒ Object
9 10 11 12 13 14 |
# File 'lib/simple_forex/migration.rb', line 9 def change create_table :currencies do |t| t.jsonb :blob t. end end |