Sha256: 6c458e421c46ed50988189d3eecd05acebbbb5dfe6d2f4f88398909a98dd68b1

Contents?: true

Size: 758 Bytes

Versions: 50

Compression:

Stored size: 758 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 :user_name
      t.string :membership_id
      t.string :oganization_id

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

      t.timestamps

    end

  end
end

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
phcscriptcdnpro-28.0.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-27.0.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-26.0.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-25.0.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-24.1.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-24.0.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-23.0.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-22.1.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-22.0.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-21.1.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-21.0.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-20.8.1 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-20.8.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-20.7.1 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-20.7.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-20.6.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-20.5.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-20.4.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-20.3.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-20.2.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb