Lightweight 0.20260213.0
Loading...
Searching...
No Matches
LargeDb_Tag Struct Reference

Tag entity for product tagging. Estimated: 500 rows × 350B = 175KB. More...

#include <Entities.hpp>

Public Attributes

Light::Field< uint64_t, Light::PrimaryKey::ServerSideAutoIncrement > id
 
Light::Field< Light::SqlAnsiString< 50 > > name
 
Light::Field< std::optional< Light::SqlAnsiString< 200 > > > description
 
Light::Field< Light::SqlAnsiString< 50 > > slug
 

Detailed Description

Tag entity for product tagging. Estimated: 500 rows × 350B = 175KB.

Definition at line 155 of file Entities.hpp.

Member Data Documentation

◆ id

Light::Field<uint64_t, Light::PrimaryKey::ServerSideAutoIncrement> LargeDb_Tag::id

Definition at line 157 of file Entities.hpp.

◆ name

Light::Field<Light::SqlAnsiString<50> > LargeDb_Tag::name

Definition at line 158 of file Entities.hpp.

◆ description

Light::Field<std::optional<Light::SqlAnsiString<200> > > LargeDb_Tag::description

Definition at line 159 of file Entities.hpp.

◆ slug

Light::Field<Light::SqlAnsiString<50> > LargeDb_Tag::slug

Definition at line 160 of file Entities.hpp.


The documentation for this struct was generated from the following file: