Sha256: 933d0aef690e48f9673425d89dfb83d807bf0c72d7c870d83834136975c0e5b5

Contents?: true

Size: 421 Bytes

Versions: 10

Compression:

Stored size: 421 Bytes

Contents

class CreatePhcscriptcdnScriptUrls < ActiveRecord::Migration[5.2]
  def change

    create_table :phcscriptcdn_script_urls do |t|

      t.string :scripturl
      t.date :scripturlrelease
      t.date :scripturlcdnupdate

      t.references :listing
      t.references :version
      t.references :extension

      t.string :slug

      t.string :user_id
      t.string :user_name

      t.timestamps

    end

  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
phcscriptcdn-48.0.0 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-47.0.0 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-44.1.0 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-45.0.0 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-44.0.0 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-43.0.0 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-42.0.0 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-41.0.0 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-27.0.0 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-26.0.0 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb