Sha256: f036e41d591e6d0df4afeaeead50eb09c2b201d928f239585da10100a5ba9eb6

Contents?: true

Size: 205 Bytes

Versions: 5

Compression:

Stored size: 205 Bytes

Contents

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
has_vcards-1.1.2 db/migrate/20121113120000_create_honorific_prefixes_table.rb
has_vcards-1.1.1 db/migrate/20121113120000_create_honorific_prefixes_table.rb
has_vcards-1.1.0 db/migrate/20121113120000_create_honorific_prefixes_table.rb
has_vcards-1.0.0 db/migrate/20121113120000_create_honorific_prefixes_table.rb
has_vcards-1.0.0.rc0 db/migrate/20121113120000_create_honorific_prefixes_table.rb