Schema in MongoDb

Viewed 54

I am using SQL server 2008, and I have created one Database called DemoDb as you can see in below image. I am migrating this existing database to MongoDb now. But I am not aware about Schemas in mongodb. In below image in red square you can see the schemas like admin, login, User etc.

My Question is how I can migrate or create this kind of schema in mongodb. ?

can you please suggest me or help me.

Any help or suggestions will be highly appreciated ...

Thanks enter image description here

1 Answers
Related