Sha256: 60bec916a8cdf4dfbe0182c5945611a002b911bb181a1f072e6746cabeb735cf

Contents?: true

Size: 488 Bytes

Versions: 8

Compression:

Stored size: 488 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 :slug

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

      t.timestamps

    end

  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

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