Recent Profiles
Profiles captured by the profiler
Schema · Mongoose
— global, captured at startup
Registered entities
1 entities
Review
→ reviews
9 columns
Columns
| Name | Type | Nullable | PK | Generated | Default |
|---|---|---|---|---|---|
| productId | String | no | — | — | — |
| rating | Number | no | — | — | — |
| comment | String | no | — | — | — |
| author | String | no | — | — | — |
| status | String | yes | — | — | pending |
| _id | ObjectId | yes | PK | auto | — |
| createdAt | Date | yes | — | — | — |
| updatedAt | Date | yes | — | — | — |
| __v | Number | yes | — | — | — |