Sha256: 4fb0a379cb3cfc1916ff857d498f0c323e7509a623b8cc17b9cfb9bb24d43ee5

Contents?: true

Size: 430 Bytes

Versions: 6

Compression:

Stored size: 430 Bytes

Contents

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

    create_table :phcscriptcdnpro_script_urls do |t|

      t.string :script_url
      t.date :script_url_release
      t.date :script_url_cdn_update

      t.string :slug

      t.string :user_id
      t.string :org_id

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

      t.timestamps

    end

  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
phcscriptcdnpro-78.1.0 db/migrate/20160821183830_create_phcscriptcdnpro_script_urls.rb
phcscriptcdnpro-78.0.0 db/migrate/20160821183830_create_phcscriptcdnpro_script_urls.rb
phcscriptcdnpro-77.0.0 db/migrate/20160821183830_create_phcscriptcdnpro_script_urls.rb
phcscriptcdnpro-75.0.0 db/migrate/20160821183830_create_phcscriptcdnpro_script_urls.rb
phcscriptcdnpro-74.0.0 db/migrate/20160821183830_create_phcscriptcdnpro_script_urls.rb
phcscriptcdnpro-73.1.0 db/migrate/20160821183830_create_phcscriptcdnpro_script_urls.rb