Sha256: 14b2efeddd8ab1da44b24797236c34cf5061afc6df438d69933a3427c2429929

Contents?: true

Size: 205 Bytes

Versions: 4

Compression:

Stored size: 205 Bytes

Contents

class CreateHonorificPrefixesTable < ActiveRecord::Migration
  def up
    change_table "honorific_prefixes" do |t|
      t.integer "sex"
      t.string  "name"
      t.integer "position"
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
has_vcards-0.20.3 db/migrate/20121113120000_create_honorific_prefixes_table.rb
has_vcards-0.20.2 db/migrate/20121113120000_create_honorific_prefixes_table.rb
has_vcards-0.20.1 db/migrate/20121113120000_create_honorific_prefixes_table.rb
has_vcards-0.20.0 db/migrate/20121113120000_create_honorific_prefixes_table.rb