Sha256: 533e195650579687362ba3d74bcee884fdf6394a070b897ff59cf83f12ea4cf7
Contents?: true
Size: 242 Bytes
Versions: 2
Compression:
Stored size: 242 Bytes
Contents
class CreateProperties < ActiveRecord::Migration def change create_table :kms_properties do |t| t.string :name t.string :value t.string :tag t.references :product t.timestamps null: false end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
kms_catalog-0.5.0 | db/migrate/20150212154511_create_properties.rb |
kms_catalog-0.4.0 | db/migrate/20150212154511_create_properties.rb |