Sha256: 3530acb8855e719060e7caa3e6d3d29e73cb9cb794d0e7d39bda8fdd83f607ca

Contents?: true

Size: 758 Bytes

Versions: 8

Compression:

Stored size: 758 Bytes

Contents

class CreatePhcscriptcdnproScriptListings < ActiveRecord::Migration[5.0]
  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

8 entries across 8 versions & 1 rubygems

Version Path
phcscriptcdnpro-10.0.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-9.0.1 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-9.0.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-8.1.1 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-8.1.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-8.0.4 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-8.0.3 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-8.0.2 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb