Sha256: 4350eb98d470154f769efa25526081c4000f8c5c653812f93932c1632b13edf6

Contents?: true

Size: 421 Bytes

Versions: 35

Compression:

Stored size: 421 Bytes

Contents

class CreatePhcscriptcdnScriptUrls < ActiveRecord::Migration[5.1]
  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

35 entries across 35 versions & 1 rubygems

Version Path
phcscriptcdn-25.0.0 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-24.0.1 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-24.0.0 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-23.1.0 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-23.0.0 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-22.0.0 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-21.2.0 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-21.1.0 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-21.0.0 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-20.0.1 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-20.0.0 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-19.0.0 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-18.0.0 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-17.0.1 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-17.0.0 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-16.0.0 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-15.0.0 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-14.0.0 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-13.0.0 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-12.1.0 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb