Sha256: e396268b3a85baec3f2dfdb925f5dcac46d50f2757b08a8e0f3bc7b1602565ee
Contents?: true
Size: 242 Bytes
Versions: 1
Compression:
Stored size: 242 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phcscriptcdn-4.0.0 | db/migrate/20160731205954_create_phcscriptcdn_script_versions.rb |