Sha256: 7915f5fffd1046d6b8398eb5b4dfcfbe10641cd4b31e7b0232616d5e00a0fd08

Contents?: true

Size: 274 Bytes

Versions: 7

Compression:

Stored size: 274 Bytes

Contents

class CreateDiscoAppSources < ActiveRecord::Migration[5.1]
  def change
    create_table :disco_app_sources do |t|
      t.string :source, null: true
      t.string :name, null: true
      t.timestamps null: false
    end
    add_index :disco_app_sources, :source
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
disco_app-0.14.1 db/migrate/20170315062548_create_disco_app_sources.rb
disco_app-0.14.2 db/migrate/20170315062548_create_disco_app_sources.rb
disco_app-0.15.0 db/migrate/20170315062548_create_disco_app_sources.rb
disco_app-0.14.4 db/migrate/20170315062548_create_disco_app_sources.rb
disco_app-0.14.3 db/migrate/20170315062548_create_disco_app_sources.rb
disco_app-0.15.2 db/migrate/20170315062548_create_disco_app_sources.rb
disco_app-0.14.0 db/migrate/20170315062548_create_disco_app_sources.rb