Sha256: 359861a8f68b1531aacda0b8479afc5cc2e846d5c332d537306d7e61a55705b1
Contents?: true
Size: 375 Bytes
Versions: 6
Compression:
Stored size: 375 Bytes
Contents
class CreateCvsses < ActiveRecord::Migration def self.up create_table :cvsses do |t| t.float :score t.string :source t.datetime :generated_on t.string :access_vector t.string :access_complexity t.string :authentication t.integer :nvd_entry_id t.timestamps end end def self.down drop_table :cvsses end end
Version data entries
6 entries across 6 versions & 1 rubygems