Sha256: 8256cc208614edbb5681bc861eb9e6ba8956a8befd25ffdc58a9422a67f05b9b
Contents?: true
Size: 349 Bytes
Versions: 5
Compression:
Stored size: 349 Bytes
Contents
class CreatePhcscriptcdnScriptExtensions < ActiveRecord::Migration[5.0] def change create_table :phcscriptcdn_script_extensions do |t| t.string :scriptextensionname t.text :scriptextensiondes t.string :scriptextension t.string :user_id t.string :user_name t.timestamps end end end
Version data entries
5 entries across 5 versions & 1 rubygems