Sha256: 6254b7b80e040ff5cb5198c675a74f722fbf9e098c84266bf4ba7ae410e6381b
Contents?: true
Size: 253 Bytes
Versions: 5
Compression:
Stored size: 253 Bytes
Contents
class CreateDictionaries < ActiveRecord::Migration def change create_table :dictionaries do |t| t.string :resource_type t.integer :resource_id t.string :key t.string :value t.timestamps null: false end end end
Version data entries
5 entries across 5 versions & 2 rubygems