fixed created_at
This commit is contained in:
parent
a80ba5bfe0
commit
295b30acdc
|
|
@ -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
|
||||
Loading…
Reference in a new issue