You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closes: #930
Requires Parse Server 3.7.0+
Feature: parse-community/parse-server#5835
I added a FieldOption to addField and its counter parts. This will allow for future options like uppercase / lowercase for example.
I keep getting a schema mismatch when I use dates and pointers. @davimacedo Maybe you know why?
* Parse.Schema required fields and defaultValues
Closes: #930
Requires Parse Server 3.7.0+
Feature: parse-community/parse-server#5835
I added a FieldOption to addField and its counter parts. This will allow for future options like uppercase / lowercase for example.
I keep getting a schema mismatch when I use dates and pointers. @davimacedo Maybe you know why?
* improve coverage
* fix date and pointer fields
* print tests
* fix utc date test
* Documentation
* nit test
With parse dashboard we can set required and defaultValue. I want to known how can I set those value with Parse.Schema in js sdk.
The text was updated successfully, but these errors were encountered: