Sha256: 600e3f676cda44de359ad2ee114d84f081a31372b911ef27201d116935c9b036
Contents?: true
Size: 520 Bytes
Versions: 37
Compression:
Stored size: 520 Bytes
Contents
class CreatePhcscriptcdnproScriptLicences < ActiveRecord::Migration[5.2] 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 :slug t.string :user_id t.string :org_id t.timestamps end end end
Version data entries
37 entries across 37 versions & 1 rubygems