Products
Query from products table
Columns
Name
Type
ReadOnly
Description
Id [KEY]
Bigint
False
Product ID.
Description
String
True
Description of the product.
Name
String
True
Name of the product.
CreatedAt
Datetime
True
Product creation timestamp.
UpdatedAt
Datetime
True
Product updated timestamp.
Last updated