Sha256: 4e41d62d8c933908c5f7bccac5ab60d9b685bcdc3455b44dc8c35b8dd650b248
Contents?: true
Size: 384 Bytes
Versions: 5
Compression:
Stored size: 384 Bytes
Contents
# This migration comes from adherent (originally 20130805152911) 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
5 entries across 5 versions & 1 rubygems