Sha256: 4830ba86f6422489a30f0bc944ce575380196fb81341eb4e7b511809baf1df4e

Contents?: true

Size: 225 Bytes

Versions: 7

Compression:

Stored size: 225 Bytes

Contents

class CreateArProfiles < ActiveRecord::Migration
  def change
    create_table :ar_profiles do |t|
      t.string :name_profile
      t.integer :number_profile
      t.date :date_profile

      t.timestamps
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
baleen-0.1.1 poc/db/migrate/20130914144710_create_ar_profiles.rb
baleen-0.1.0 poc/db/migrate/20130914144710_create_ar_profiles.rb
baleen-0.0.12 poc/db/migrate/20130914144710_create_ar_profiles.rb
baleen-0.0.11 poc/db/migrate/20130914144710_create_ar_profiles.rb
baleen-0.0.10 poc/db/migrate/20130914144710_create_ar_profiles.rb
baleen-0.0.9 poc/db/migrate/20130914144710_create_ar_profiles.rb
baleen-0.0.2 poc/db/migrate/20130914144710_create_ar_profiles.rb