Sha256: db2a7a035165027b53cfc9c9e057b52992410b24e8ace176d9a148de3dd79746

Contents?: true

Size: 229 Bytes

Versions: 106

Compression:

Stored size: 229 Bytes

Contents

class CreateEcomCoreCurrencies < ActiveRecord::Migration[6.0]
  def change
    create_table :ecom_core_currencies do |t|
      t.string :code, unique: true
      t.string :name, unique: true

      t.timestamps
    end
  end
end

Version data entries

106 entries across 106 versions & 1 rubygems

Version Path
ecom_core-1.0.5 db/migrate/20191201145816_create_ecom_core_currencies.rb
ecom_core-1.0.4 db/migrate/20191201145816_create_ecom_core_currencies.rb
ecom_core-1.0.3 db/migrate/20191201145816_create_ecom_core_currencies.rb
ecom_core-1.0.2 db/migrate/20191201145816_create_ecom_core_currencies.rb
ecom_core-1.0.1 db/migrate/20191201145816_create_ecom_core_currencies.rb
ecom_core-1.0.0 db/migrate/20191201145816_create_ecom_core_currencies.rb