mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
tests: add float default 0 to database
This commit is contained in:
@@ -1428,6 +1428,7 @@ trait DatabaseBase
|
||||
]), [
|
||||
'key' => 'probability',
|
||||
'required' => false,
|
||||
'default' => 0,
|
||||
'min' => 0,
|
||||
'max' => 1,
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user