Sha256: 0bdfcf86eb19ea039b22ec5b88e685467f2b12af99f79024c24233d31c6bcbb0
Contents?: true
Size: 520 Bytes
Versions: 18
Compression:
Stored size: 520 Bytes
Contents
class CreatePhcscriptcdnproScriptLicences < ActiveRecord::Migration[5.1] 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
18 entries across 18 versions & 1 rubygems