Sha256: 20bd58e4c00e70333be4f4c5200c2752475450a490c349751bbcc0b96a98f1e3
Contents?: true
Size: 390 Bytes
Versions: 15
Compression:
Stored size: 390 Bytes
Contents
# This migration comes from spina (originally 20130412191946) class CreateSpinaAccounts < ActiveRecord::Migration def change create_table :spina_accounts do |t| t.string :name t.string :address t.string :postal_code t.string :city t.string :phone t.string :email t.text :preferences t.string :logo t.timestamps end end end
Version data entries
15 entries across 15 versions & 1 rubygems