We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8080022 commit 0bccf7eCopy full SHA for 0bccf7e
module3-crud-and-data-models/r1-schema-and-data-models/README.md
@@ -20,7 +20,7 @@ const customer = new mongoose.Schema({
20
module.exports = mongoose.model("Customer", customer);
21
```
22
23
-The same `customer` schema in a MySql database.
+The same `customer` schema in a MySQL database.
24
25
```sql
26
CREATE TABLE customer (
0 commit comments