Froegin keys

This commit is contained in:
2021-10-26 12:44:05 +02:00
parent f76b125f84
commit beec4a00de
8 changed files with 37 additions and 10 deletions

View File

@@ -2,7 +2,7 @@ class CreateJobs < ActiveRecord::Migration[6.1]
def change
create_table :jobs do |t|
t.json :params
t.string :type
t.string :job_type
t.timestamps
end