Sha256: 49a8c72df021dc6ce9b73b961704e5844037c9a50e32de538f1256e48321a6f4
Contents?: true
Size: 491 Bytes
Versions: 18
Compression:
Stored size: 491 Bytes
Contents
class CreatePhcscriptcdnproScriptLicences < ActiveRecord::Migration[5.0] def change create_table :phcscriptcdnpro_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 :membership_id t.string :oganization_id t.timestamps end end end
Version data entries
18 entries across 18 versions & 1 rubygems