Sha256: 4bade7053f95c80f8fe5b57b09b421ed5c6f320f85f163c0bef81d9a620d0d63

Contents?: true

Size: 691 Bytes

Versions: 35

Compression:

Stored size: 691 Bytes

Contents

class CreatePhcscriptcdnScriptListings < ActiveRecord::Migration[5.1]
  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.references :version
      t.references :licence
      t.references :author

      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/20160731205917_create_phcscriptcdn_script_listings.rb
phcscriptcdn-24.0.1 db/migrate/20160731205917_create_phcscriptcdn_script_listings.rb
phcscriptcdn-24.0.0 db/migrate/20160731205917_create_phcscriptcdn_script_listings.rb
phcscriptcdn-23.1.0 db/migrate/20160731205917_create_phcscriptcdn_script_listings.rb
phcscriptcdn-23.0.0 db/migrate/20160731205917_create_phcscriptcdn_script_listings.rb
phcscriptcdn-22.0.0 db/migrate/20160731205917_create_phcscriptcdn_script_listings.rb
phcscriptcdn-21.2.0 db/migrate/20160731205917_create_phcscriptcdn_script_listings.rb
phcscriptcdn-21.1.0 db/migrate/20160731205917_create_phcscriptcdn_script_listings.rb
phcscriptcdn-21.0.0 db/migrate/20160731205917_create_phcscriptcdn_script_listings.rb
phcscriptcdn-20.0.1 db/migrate/20160731205917_create_phcscriptcdn_script_listings.rb
phcscriptcdn-20.0.0 db/migrate/20160731205917_create_phcscriptcdn_script_listings.rb
phcscriptcdn-19.0.0 db/migrate/20160731205917_create_phcscriptcdn_script_listings.rb
phcscriptcdn-18.0.0 db/migrate/20160731205917_create_phcscriptcdn_script_listings.rb
phcscriptcdn-17.0.1 db/migrate/20160731205917_create_phcscriptcdn_script_listings.rb
phcscriptcdn-17.0.0 db/migrate/20160731205917_create_phcscriptcdn_script_listings.rb
phcscriptcdn-16.0.0 db/migrate/20160731205917_create_phcscriptcdn_script_listings.rb
phcscriptcdn-15.0.0 db/migrate/20160731205917_create_phcscriptcdn_script_listings.rb
phcscriptcdn-14.0.0 db/migrate/20160731205917_create_phcscriptcdn_script_listings.rb
phcscriptcdn-13.0.0 db/migrate/20160731205917_create_phcscriptcdn_script_listings.rb
phcscriptcdn-12.1.0 db/migrate/20160731205917_create_phcscriptcdn_script_listings.rb