Sha256: c5efee2a66ea991d0b71043b1580bc722b2b2490c4c9d32974a533fa8ff52185

Contents?: true

Size: 469 Bytes

Versions: 6

Compression:

Stored size: 469 Bytes

Contents

class CreatePhcscriptcdnproScriptUrls < ActiveRecord::Migration[5.0]
  def change

    create_table :phcscriptcdnpro_script_urls do |t|

      t.string :scripturl
      t.date :scripturlrelease
      t.date :scripturlcdnupdate

      t.references :listing
      t.references :version
      t.references :extension

      t.string :user_id
      t.string :user_name
      t.string :membership_id
      t.string :oganization_id

      t.timestamps
    
    end

  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
phcscriptcdnpro-7.1.3 db/migrate/20160821183830_create_phcscriptcdnpro_script_urls.rb
phcscriptcdnpro-7.1.2 db/migrate/20160821183830_create_phcscriptcdnpro_script_urls.rb
phcscriptcdnpro-7.1.1 db/migrate/20160821183830_create_phcscriptcdnpro_script_urls.rb
phcscriptcdnpro-7.1.0 db/migrate/20160821183830_create_phcscriptcdnpro_script_urls.rb
phcscriptcdnpro-7.0.0 db/migrate/20160821183830_create_phcscriptcdnpro_script_urls.rb
phcscriptcdnpro-6.0.3 db/migrate/20160821183830_create_phcscriptcdnpro_script_urls.rb