Lessons: 16Length: 2 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

3.5 Modify the Schema of Documents

Even though we've learned that MongoDB is schemaless, it should rather be schema-free. You can (and should) define a schema of your own in the application, even though MongoDB doesn't force you to. You'll learn how to handle modifying the schema of a document.