Skip to content
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

How to create data schema for new app if parse-server doesn't support schema API? #26

Closed
5amfung opened this issue Jan 29, 2016 · 4 comments

Comments

@5amfung
Copy link

5amfung commented Jan 29, 2016

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?

@5amfung 5amfung changed the title How to create data schema if parse-server doesn't support schema API? How to create data schema for new app if parse-server doesn't support schema API? Jan 29, 2016
@wagnercsfilho
Copy link

+1

@kingmatusevich
Copy link

Hopefully when the webUI gets implemented this will be part of it. #3

@gfosco
Copy link
Contributor

gfosco commented Jan 29, 2016

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.

@kingmatusevich
Copy link

@gfosco Awesome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants