Sha256: 0ed7e63f42f1a09c4f8caec92be8f92bade14baa4cf5f8745da95f1cd0417fab
Contents?: true
Size: 259 Bytes
Versions: 24
Compression:
Stored size: 259 Bytes
Contents
class CreateContacts < ActiveRecord::Migration def change create_table :contacts do |t| t.integer :person_id t.text :address t.string :phone t.string :fax t.string :country t.timestamps null: false end end end
Version data entries
24 entries across 24 versions & 1 rubygems