Added command references
This commit is contained in:
@@ -3,6 +3,8 @@ class CreateCommands < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
|
||||
create_table :commands do |t|
|
||||
t.references :command_module
|
||||
t.references :hooked_browser
|
||||
t.text :data
|
||||
t.datetime :creationdate
|
||||
t.text :label
|
||||
|
||||
Reference in New Issue
Block a user