Skip to content

Commit 9e4c1ec

Browse files
committed
Update schema
1 parent 2b02670 commit 9e4c1ec

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

db/schema.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
t.integer "match_id"
2727
t.integer "run_id"
2828
t.string "state", null: false
29-
t.datetime "created_at"
30-
t.datetime "updated_at"
29+
t.datetime "created_at", null: false
30+
t.datetime "updated_at", null: false
3131
end
3232

3333
add_index "automatic_exploitation_match_results", ["match_id"], name: "index_automatic_exploitation_match_results_on_match_id", using: :btree
@@ -36,8 +36,8 @@
3636
create_table "automatic_exploitation_match_sets", force: true do |t|
3737
t.integer "workspace_id"
3838
t.integer "user_id"
39-
t.datetime "created_at"
40-
t.datetime "updated_at"
39+
t.datetime "created_at", null: false
40+
t.datetime "updated_at", null: false
4141
end
4242

4343
add_index "automatic_exploitation_match_sets", ["user_id"], name: "index_automatic_exploitation_match_sets_on_user_id", using: :btree
@@ -47,8 +47,8 @@
4747
t.integer "module_detail_id"
4848
t.string "state"
4949
t.integer "nexpose_data_vulnerability_definition_id"
50-
t.datetime "created_at"
51-
t.datetime "updated_at"
50+
t.datetime "created_at", null: false
51+
t.datetime "updated_at", null: false
5252
t.integer "match_set_id"
5353
t.string "matchable_type"
5454
t.integer "matchable_id"

0 commit comments

Comments
 (0)