Sha256: 02343e8958040f3f272b733752c06add027a654c35a814d78b6701bf7cff4c2c
Contents?: true
Size: 524 Bytes
Versions: 14
Compression:
Stored size: 524 Bytes
Contents
class CreatePhcscriptcdnScriptLicences < ActiveRecord::Migration[5.0] def change create_table :phcscriptcdn_script_licences do |t| t.string :lcncname t.string :lcncdescript t.text :lcncdescription t.string :lcnccomgpl t.string :lcncarvlfsf t.string :lcncarvlosi t.string :lcncarvlcopyfree t.string :lcncarvldebian t.string :lcncarvlfedora t.string :user_id t.string :user_name t.timestamps end end end
Version data entries
14 entries across 14 versions & 1 rubygems