Sha256: 04c9d5012f42a03244dae7c8cf2af493934517b4bac3b929cf42465e89009ca2
Contents?: true
Size: 347 Bytes
Versions: 2
Compression:
Stored size: 347 Bytes
Contents
class CreateAsyncCallbacks < ActiveRecord::Migration def change create_table :async_callbacks do |t| t.string :uuid, :null => false t.integer :timestamp, :null => false t.string :listener_uri t.string :target_host t.string :target_port t.timestamps null: false t.uuid null: false end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
metasploit_data_models-3.0.10 | db/migrate/20190308134512_create_async_callbacks.rb |
metasploit_data_models-3.0.9 | db/migrate/20190308134512_create_async_callbacks.rb |