Added CRUD but edit and delete giving errors.

This commit is contained in:
Your Name 2025-09-03 00:12:44 -05:00
parent 5c2466dfaf
commit 640e8d34ab
5 changed files with 54 additions and 5 deletions

View file

@ -14,6 +14,7 @@ Sequel.migration do
String :capabilities
String :test_results
DateTime :created_at, null: false, default: Sequel::CURRENT_TIMESTAMP
DateTime :updated_at
end
end
end