Sha256: 03987e7ec6b926844a00db898782451a111ad62a8a77ce1f0697c88e74202164

Contents?: true

Size: 401 Bytes

Versions: 4

Compression:

Stored size: 401 Bytes

Contents

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

    create_table :phcscriptcdn_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.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
phcscriptcdn-55.0.3 db/migrate/20160821183830_create_phcscriptcdn_script_urls.rb
phcscriptcdn-55.0.2 db/migrate/20160821183830_create_phcscriptcdn_script_urls.rb
phcscriptcdn-55.0.1 db/migrate/20160821183830_create_phcscriptcdn_script_urls.rb
phcscriptcdn-55.0.0 db/migrate/20160821183830_create_phcscriptcdn_script_urls.rb