Recent Profiles
Profiles captured by the profiler
Schema · TypeORM
— global, captured at startup
Registered entities
1 entities
ProductEntity
→ products
7 columns
Columns
| Name | Type | Nullable | PK | Generated | Default |
|---|---|---|---|---|---|
| id | Number | no | PK | auto | — |
| name | String(200) | no | — | — | — |
| price | decimal | no | — | — | — |
| description | text | yes | — | — | — |
| inStock | Boolean | no | — | — | true |
| createdAt | timestamp | no | — | — | () => … |
| updatedAt | timestamp | no | — | — | () => … |