Sha256: a3b61c150102c4d17d4401c356fbff6c78699f43e83a75b47e6e64af9c417b41
Contents?: true
Size: 416 Bytes
Versions: 7
Compression:
Stored size: 416 Bytes
Contents
class CreateEcmStaffPeople < ActiveRecord::Migration def change create_table :ecm_staff_people do |t| t.string :prefix t.string :firstname t.string :lastname t.date :birthdate t.text :description # acts as list t.integer :position # acts as markup t.string :markup_language # friendly id t.string :slug t.timestamps end end end
Version data entries
7 entries across 7 versions & 2 rubygems