Sha256: c622ca8b29baa7de7d03a5f273ab0a7e8c808943087e0ef39f1986798bf06956
Contents?: true
Size: 226 Bytes
Versions: 19
Compression:
Stored size: 226 Bytes
Contents
class CreatePhones < ActiveRecord::Migration def change create_table :phones do |t| t.references :phoneable, polymorphic: true, index: true t.string :content t.timestamps null: false end end end
Version data entries
19 entries across 19 versions & 1 rubygems