Sha256: b928d8e93c39de7a00bae2d7a29057092a9773ccf2a53af60c237f4efcca892f
Contents?: true
Size: 462 Bytes
Versions: 55
Compression:
Stored size: 462 Bytes
Contents
class CreatePhcscriptcdnproScriptLicences < ActiveRecord::Migration[5.0] def change create_table :phcscriptcdnpro_script_licences do |t| t.string :lcncname t.string :lcncdescript 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
55 entries across 55 versions & 1 rubygems