Added CRUD but edit and delete giving errors.
This commit is contained in:
parent
5c2466dfaf
commit
640e8d34ab
5 changed files with 54 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue