Sha256: d76a28e3689b45fc84a591917dfcfdc901062723a4c6592a9d5ed20b91f70285
Contents?: true
Size: 350 Bytes
Versions: 5
Compression:
Stored size: 350 Bytes
Contents
class CreatePhcscriptcdnproScriptVersions < ActiveRecord::Migration[5.1] def change create_table :phcscriptcdnpro_script_versions do |t| t.string :scriptversion t.string :user_id t.string :user_name t.string :slug t.string :membership_id t.string :oganization_id t.timestamps end end end
Version data entries
5 entries across 5 versions & 1 rubygems