Class: CreateCurrencies

Inherits:
MIGRATION_CLASS
  • Object
show all
Defined in:
lib/simple_forex/migration.rb

Instance Method Summary collapse

Instance Method Details

#changeObject



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.timestamps
  end
end