Table1
Primary Key
id
Columns
| Name | Definition | Type |
|---|---|---|
id
|
Unique identifier for the record Constraints
|
string
|
name
|
Name of the entity Constraints
|
string
|
status
|
Current status of the entity Constraints
|
categorical
|
value
|
Numeric value associated with the entity Constraints
|
number
|
itemCount?
|
Count of items Constraints
|
integer
|
isVerified
|
Whether the entity has been verified |
boolean
|
createdDate
|
Date when the entity was created |
date
|
description?
|
Optional description of the entity |
string
|