Sha256: 2dac1ba207988735aca68f44748d559f9552b68780e597d466b7712bc6247231

Contents?: true

Size: 429 Bytes

Versions: 5

Compression:

Stored size: 429 Bytes

Contents

class CreatePhcscriptcdnScriptUrls < ActiveRecord::Migration[5.0]
  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 :user_id
      t.string :user_name
      
      t.timestamps
    
    end
  
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
phcscriptcdn-4.3.1 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-4.3.0 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-4.2.1 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-4.2.0 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-4.1.0 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb