Skip to content

Table1

Primary Key

id

Columns

Name Definition Type
id

Unique identifier for the record

Constraints
  • pattern: ^t1-[0-9]{3}$
string
name

Name of the entity

Constraints
  • minLength: 3
  • maxLength: 100
string
status

Current status of the entity

Constraints
  • enum: active, inactive, pending
Categories
  • active
  • inactive
  • pending
categorical
value

Numeric value associated with the entity

Constraints
  • minimum: 0
number
itemCount?

Count of items

Constraints
  • minimum: 0
  • maximum: 1000
integer
isVerified

Whether the entity has been verified

boolean
createdDate

Date when the entity was created

date
description?

Optional description of the entity

string