Sha256: fe73060f4f8941e24597807631fc57a58d1eb67fd1f3356d3d4c295817c633cb
Contents?: true
Size: 382 Bytes
Versions: 3
Compression:
Stored size: 382 Bytes
Contents
class CreateContacts < ActiveRecord::Migration def change create_table :contacts do |t| t.references :group t.string :name t.text :details t.string :phone t.string :email t.string :url t.string :avatar_identifier t.string :avatar_extension t.integer :avatar_size t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems