fixed created_at

This commit is contained in:
James Dinkel 2025-08-22 00:59:46 -05:00
parent a80ba5bfe0
commit 295b30acdc

View file

@ -13,7 +13,7 @@ Sequel.migration do
Float :eval_rate
String :capabilities
String :test_results
DateTime :created_at, null: false
DateTime :created_at, null: false, default: Sequel::CURRENT_TIMESTAMP
end
end
end
end