Sha256: a9fe4497cc72311eca326cd2b04f92453a63c679063a1aa2f1ae0ada8f5e3299
Contents?: true
Size: 424 Bytes
Versions: 1
Compression:
Stored size: 424 Bytes
Contents
class CreatePhcscriptcdnproScriptUrls < ActiveRecord::Migration[5.2] def change create_table :phcscriptcdnpro_script_urls do |t| t.string :scripturl t.date :scripturlrelease t.date :scripturlcdnupdate t.string :slug t.string :user_id t.string :org_id t.references :listing t.references :version t.references :extension t.timestamps end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phcscriptcdnpro-73.0.0 | db/migrate/20160821183830_create_phcscriptcdnpro_script_urls.rb |