Sha256: a2e6cfe287178c0943d52861d915b04f530f0fa6059c4d78a2d4286427469cc2
Contents?: true
Size: 284 Bytes
Versions: 5
Compression:
Stored size: 284 Bytes
Contents
class CreatePhcscriptcdnScriptVersions < ActiveRecord::Migration[5.0] def change create_table :phcscriptcdn_script_versions do |t| t.string :scriptversion t.string :user_id t.string :user_name t.timestamps end end end
Version data entries
5 entries across 5 versions & 1 rubygems