Sha256: 705db495dac445c8eca18bbf0d8d6c9e285775b9cce76d9c46f631a9a5fe1b86
Contents?: true
Size: 233 Bytes
Versions: 4
Compression:
Stored size: 233 Bytes
Contents
class CreateProducts < ActiveRecord::Migration def change create_table :products do |t| t.decimal :price, precision: 24, scale: 6 t.string :price_currency, limit: 3 t.timestamps null: false end end end
Version data entries
4 entries across 4 versions & 1 rubygems