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.1.5 lib/nexmo_developer/db/migrate/20180306142355_create_careers.rb
station-0.1.4 lib/nexmo_developer/db/migrate/20180306142355_create_careers.rb
station-0.1.3 lib/nexmo_developer/db/migrate/20180306142355_create_careers.rb
station-0.1.2 lib/nexmo_developer/db/migrate/20180306142355_create_careers.rb
station-0.1.1 lib/nexmo_developer/db/migrate/20180306142355_create_careers.rb
station-0.1.0 lib/nexmo_developer/db/migrate/20180306142355_create_careers.rb
station-0.0.145 lib/nexmo_developer/db/migrate/20180306142355_create_careers.rb
station-0.0.144 lib/nexmo_developer/db/migrate/20180306142355_create_careers.rb
station-0.0.143 lib/nexmo_developer/db/migrate/20180306142355_create_careers.rb
station-0.0.142 lib/nexmo_developer/db/migrate/20180306142355_create_careers.rb
station-0.0.141 lib/nexmo_developer/db/migrate/20180306142355_create_careers.rb
station-0.0.140 lib/nexmo_developer/db/migrate/20180306142355_create_careers.rb
station-0.0.139 lib/nexmo_developer/db/migrate/20180306142355_create_careers.rb
station-0.0.138 lib/nexmo_developer/db/migrate/20180306142355_create_careers.rb
station-0.0.137 lib/nexmo_developer/db/migrate/20180306142355_create_careers.rb
station-0.0.136 lib/nexmo_developer/db/migrate/20180306142355_create_careers.rb
station-0.0.135 lib/nexmo_developer/db/migrate/20180306142355_create_careers.rb
station-0.0.134 lib/nexmo_developer/db/migrate/20180306142355_create_careers.rb
station-0.0.133 lib/nexmo_developer/db/migrate/20180306142355_create_careers.rb
station-0.0.132 lib/nexmo_developer/db/migrate/20180306142355_create_careers.rb