Sha256: fc36829e1d2db54e4d114cf1926b9a7b96290e25f7dac5054ca761a20f117d1e

Contents?: true

Size: 694 Bytes

Versions: 18

Compression:

Stored size: 694 Bytes

Contents

class CreatePhcscriptcdnproScriptListings < ActiveRecord::Migration[5.1]
  def change

    create_table :phcscriptcdnpro_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 :slug

      t.string :user_id
      t.string :org_id

      t.references :version
      t.references :licence
      t.references :author

      t.timestamps

    end

  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
phcscriptcdnpro-40.0.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-39.0.1 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-39.0.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-38.1.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-38.0.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-37.0.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-36.1.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-36.0.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-35.0.1 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-34.1.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-34.0.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-33.0.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-32.0.1 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-32.0.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-31.0.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-30.1.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-30.0.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-29.0.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb