|
Lightweight 0.20260213.0
|
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 |
Tag entity for product tagging. Estimated: 500 rows × 350B = 175KB.
Definition at line 155 of file Entities.hpp.
| Light::Field<uint64_t, Light::PrimaryKey::ServerSideAutoIncrement> LargeDb_Tag::id |
Definition at line 157 of file Entities.hpp.
| Light::Field<Light::SqlAnsiString<50> > LargeDb_Tag::name |
Definition at line 158 of file Entities.hpp.
| Light::Field<std::optional<Light::SqlAnsiString<200> > > LargeDb_Tag::description |
Definition at line 159 of file Entities.hpp.
| Light::Field<Light::SqlAnsiString<50> > LargeDb_Tag::slug |
Definition at line 160 of file Entities.hpp.