Sha256: 2bb8d06e3d4395bd1743b7ee92f095d316977c4a6d1ff6a91959ac06610ffd36

Contents?: true

Size: 428 Bytes

Versions: 14

Compression:

Stored size: 428 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

14 entries across 14 versions & 1 rubygems

Version Path
phcscriptcdn-5.1.2 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-5.1.1 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-5.1.0 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-5.0.1 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-5.0.0 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-4.3.10 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-4.3.9 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-4.3.8 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-4.3.7 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-4.3.6 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-4.3.5 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-4.3.4 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-4.3.3 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb
phcscriptcdn-4.3.2 db/migrate/20160731210626_create_phcscriptcdn_script_urls.rb