Sha256: c05d45a1ddbb61053c8ec5e5c505c715f84f3093d1ae8807c8c732bb2f7a3388
Contents?: true
Size: 525 Bytes
Versions: 5
Compression:
Stored size: 525 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
5 entries across 5 versions & 1 rubygems