Sha256: 3ae99acd675b7906189ab01d2a8dc5c8af4a1b9fd53cdb6d4de5f29b771c7847

Contents?: true

Size: 401 Bytes

Versions: 6

Compression:

Stored size: 401 Bytes

Contents

class CreatePhcscriptcdnScriptUrls < ActiveRecord::Migration[5.2]
  def change

    create_table :phcscriptcdn_script_urls do |t|

      t.string :script_url
      t.date :script_url_release
      t.date :script_url_cdn_update

      t.string :slug

      t.string :user_id

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

      t.timestamps

    end

  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
phcscriptcdn-54.1.0 db/migrate/20160821183830_create_phcscriptcdn_script_urls.rb
phcscriptcdn-54.0.0 db/migrate/20160821183830_create_phcscriptcdn_script_urls.rb
phcscriptcdn-53.0.0 db/migrate/20160821183830_create_phcscriptcdn_script_urls.rb
phcscriptcdn-52.0.0 db/migrate/20160821183830_create_phcscriptcdn_script_urls.rb
phcscriptcdn-51.0.0 db/migrate/20160821183830_create_phcscriptcdn_script_urls.rb
phcscriptcdn-50.0.0 db/migrate/20160821183830_create_phcscriptcdn_script_urls.rb