-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
How to create data schema for new app if parse-server doesn't support schema API? #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
+1 |
Hopefully when the webUI gets implemented this will be part of it. #3 |
One of the cool things about Parse is that you can have the schema automatically created as you add data. This was the first method, before the data browser. This works, and the schema is stored in the _SCHEMA class. Once you see some records there, the format is simple enough. We should document the format in the wiki. |
@gfosco Awesome |
According to the migration guide, schema API is not supported. So what's the best way to create the schema for data? I guess I have to create the schema directly in mongodb. Is my understanding correct?
The text was updated successfully, but these errors were encountered: