Sha256: b5c90f6fa99f0cd128d9260274cd5f0e6f1fb6da124032a15d37f5ecab1d2922
Contents?: true
Size: 319 Bytes
Versions: 41
Compression:
Stored size: 319 Bytes
Contents
class CreateAdherentCoords < ActiveRecord::Migration def change create_table :adherent_coords do |t| t.string :mail t.string :tel t.string :gsm t.string :office t.text :address t.string :zip t.string :city t.references :member t.timestamps end end end
Version data entries
41 entries across 41 versions & 1 rubygems