Added command references

This commit is contained in:
Ben Passmore
2019-11-02 08:26:41 +10:00
parent d1d5d1d648
commit aac1b0bc10

View File

@@ -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