Sha256: 5ab9e6dd2d5fe8e44da44d5decf920d00f90f61d3a174ee271aba9b42b83d404
Contents?: true
Size: 403 Bytes
Versions: 9
Compression:
Stored size: 403 Bytes
Contents
class CreateKktShoppeAddresses < ActiveRecord::Migration def change create_table :kkt_shoppe_addresses do |t| t.belongs_to :customer, index: true t.string :address_type t.boolean :default t.string :address1 t.string :address2 t.string :address3 t.string :address4 t.string :postcode t.integer :country_id t.timestamps end end end
Version data entries
9 entries across 9 versions & 1 rubygems