Sha256: bd7e845d510b23da5fe84d3616f0df0bca08dd26c16454289df21ce445c6234f

Contents?: true

Size: 430 Bytes

Versions: 4

Compression:

Stored size: 430 Bytes

Contents

class CreatePhcscriptcdnproScriptUrls < ActiveRecord::Migration[7.0]
  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

4 entries across 4 versions & 1 rubygems

Version Path
phcscriptcdnpro-79.0.3 db/migrate/20160821183830_create_phcscriptcdnpro_script_urls.rb
phcscriptcdnpro-79.0.2 db/migrate/20160821183830_create_phcscriptcdnpro_script_urls.rb
phcscriptcdnpro-79.0.1 db/migrate/20160821183830_create_phcscriptcdnpro_script_urls.rb
phcscriptcdnpro-79.0.0 db/migrate/20160821183830_create_phcscriptcdnpro_script_urls.rb