Sha256: af598e03dcdbbbaccd48957c58b4cf8491d267ce7440ed1ee2c1e17209e0ec42

Contents?: true

Size: 301 Bytes

Versions: 94

Compression:

Stored size: 301 Bytes

Contents

class CreateCareers < ActiveRecord::Migration[5.1]
  def change
    create_table :careers, id: :uuid do |t|
      t.string :title
      t.boolean :published
      t.string :location
      t.text :description
      t.string :url

      t.timestamps
    end
    add_index :careers, :published
  end
end

Version data entries

94 entries across 94 versions & 1 rubygems

Version Path
station-0.0.131 lib/nexmo_developer/db/migrate/20180306142355_create_careers.rb
station-0.0.130 lib/nexmo_developer/db/migrate/20180306142355_create_careers.rb
station-0.0.129 lib/nexmo_developer/db/migrate/20180306142355_create_careers.rb
station-0.0.128 lib/nexmo_developer/db/migrate/20180306142355_create_careers.rb
station-0.0.127 lib/nexmo_developer/db/migrate/20180306142355_create_careers.rb
station-0.0.126 lib/nexmo_developer/db/migrate/20180306142355_create_careers.rb
station-0.0.125 lib/nexmo_developer/db/migrate/20180306142355_create_careers.rb
station-0.0.124 lib/nexmo_developer/db/migrate/20180306142355_create_careers.rb
station-0.0.123 lib/nexmo_developer/db/migrate/20180306142355_create_careers.rb
station-0.0.122 lib/nexmo_developer/db/migrate/20180306142355_create_careers.rb
station-0.0.121 lib/nexmo_developer/db/migrate/20180306142355_create_careers.rb
station-0.0.120 lib/nexmo_developer/db/migrate/20180306142355_create_careers.rb
station-0.0.119 lib/nexmo_developer/db/migrate/20180306142355_create_careers.rb
station-0.0.118 lib/nexmo_developer/db/migrate/20180306142355_create_careers.rb
station-0.0.115 lib/nexmo_developer/db/migrate/20180306142355_create_careers.rb
station-0.0.114 lib/nexmo_developer/db/migrate/20180306142355_create_careers.rb
station-0.0.113 lib/nexmo_developer/db/migrate/20180306142355_create_careers.rb
station-0.0.112 lib/nexmo_developer/db/migrate/20180306142355_create_careers.rb
station-0.0.111 lib/nexmo_developer/db/migrate/20180306142355_create_careers.rb
station-0.0.110 lib/nexmo_developer/db/migrate/20180306142355_create_careers.rb