Sha256: 8159902d0b0e971a53a6f767087ceb13639e293dde98b2e5944fceeb89b45b6a
Contents?: true
Size: 497 Bytes
Versions: 2
Compression:
Stored size: 497 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
phcscriptcdnpro-8.0.1 | db/migrate/20160821183830_create_phcscriptcdnpro_script_urls.rb |
phcscriptcdnpro-8.0.0 | db/migrate/20160821183830_create_phcscriptcdnpro_script_urls.rb |