Sha256: 5b0170a765d4914108e222718088dbd238d770aafb276bb1ec728c14d383bd7e

Contents?: true

Size: 488 Bytes

Versions: 94

Compression:

Stored size: 488 Bytes

Contents

class DropCareersTable < ActiveRecord::Migration[5.2]
  def change
    drop_table :careers, if_exists: true do |t|
      t.string  :title
      t.boolean :published
      t.string  :location
      t.text    :description
      t.string  :url
      t.string  :summary
      t.string  :icon
      t.string  :slug
      t.text    :description_short
      t.string  :role_group
      t.timestamps

      t.index   :published
      t.index   :role_group
      t.index   :slug
    end
  end
end

Version data entries

94 entries across 94 versions & 1 rubygems

Version Path
station-0.5.16 lib/nexmo_developer/db/migrate/20190711141227_drop_careers_table.rb
station-0.5.15 lib/nexmo_developer/db/migrate/20190711141227_drop_careers_table.rb
station-0.5.14 lib/nexmo_developer/db/migrate/20190711141227_drop_careers_table.rb
station-0.5.13 lib/nexmo_developer/db/migrate/20190711141227_drop_careers_table.rb
station-0.5.12 lib/nexmo_developer/db/migrate/20190711141227_drop_careers_table.rb
station-0.5.11 lib/nexmo_developer/db/migrate/20190711141227_drop_careers_table.rb
station-0.5.10 lib/nexmo_developer/db/migrate/20190711141227_drop_careers_table.rb
station-0.5.9 lib/nexmo_developer/db/migrate/20190711141227_drop_careers_table.rb
station-0.5.8 lib/nexmo_developer/db/migrate/20190711141227_drop_careers_table.rb
station-0.5.7 lib/nexmo_developer/db/migrate/20190711141227_drop_careers_table.rb
station-0.5.6 lib/nexmo_developer/db/migrate/20190711141227_drop_careers_table.rb
station-0.5.5 lib/nexmo_developer/db/migrate/20190711141227_drop_careers_table.rb
station-0.5.4 lib/nexmo_developer/db/migrate/20190711141227_drop_careers_table.rb
station-0.5.3 lib/nexmo_developer/db/migrate/20190711141227_drop_careers_table.rb
station-0.5.2 lib/nexmo_developer/db/migrate/20190711141227_drop_careers_table.rb
station-0.5.1 lib/nexmo_developer/db/migrate/20190711141227_drop_careers_table.rb
station-0.5.0 lib/nexmo_developer/db/migrate/20190711141227_drop_careers_table.rb
station-0.4.9 lib/nexmo_developer/db/migrate/20190711141227_drop_careers_table.rb
station-0.4.8 lib/nexmo_developer/db/migrate/20190711141227_drop_careers_table.rb
station-0.4.7 lib/nexmo_developer/db/migrate/20190711141227_drop_careers_table.rb