Sha256: 6cd716252fb5661bd03a541da597cc1dab7214519c030079fb9cccdc93a7f82f

Contents?: true

Size: 716 Bytes

Versions: 14

Compression:

Stored size: 716 Bytes

Contents

class CreatePhcscriptcdnScriptListings < ActiveRecord::Migration[5.0]
  def change
  
    create_table :phcscriptcdn_script_listings do |t|
    
      t.string :scripttitle
      t.text :scriptdescription
      t.string :descriptionsource
      
      t.string :scriptwebsite
      t.string :scripttwitter
      t.string :scriptgithub
      
      t.date :scriptinitialrelease
      t.date :scriptlastestrelease
      t.date :scriptbetarelease
      t.date :scriptlastestreleasecdn
      
      t.string :scriptstatus
      
      t.string :user_id
      t.string :user_name
      
      t.references :version
      t.references :licence
      t.references :author
      
      t.timestamps
    
    end
  
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

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