|
Lightweight 0.20260213.0
|
Category entity. Estimated: 200 rows × 2.5KB = 0.5MB. More...
#include <Entities.hpp>
Public Attributes | |
| Light::Field< uint64_t, Light::PrimaryKey::ServerSideAutoIncrement > | id |
| Light::Field< Light::SqlAnsiString< 100 > > | name |
| Light::Field< Light::SqlText > | description |
| Light::Field< std::optional< Light::SqlAnsiString< 200 > > > | slug |
| Light::Field< bool > | is_active { true } |
| Light::Field< int > | sort_order { 0 } |
| Light::Field< std::optional< uint64_t > > | parent_id {} |
Category entity. Estimated: 200 rows × 2.5KB = 0.5MB.
Definition at line 51 of file Entities.hpp.
| Light::Field<uint64_t, Light::PrimaryKey::ServerSideAutoIncrement> LargeDb_Category::id |
Definition at line 53 of file Entities.hpp.
| Light::Field<Light::SqlAnsiString<100> > LargeDb_Category::name |
Definition at line 54 of file Entities.hpp.
| Light::Field<Light::SqlText> LargeDb_Category::description |
Definition at line 55 of file Entities.hpp.
| Light::Field<std::optional<Light::SqlAnsiString<200> > > LargeDb_Category::slug |
Definition at line 56 of file Entities.hpp.
| Light::Field<bool> LargeDb_Category::is_active { true } |
Definition at line 57 of file Entities.hpp.
| Light::Field<int> LargeDb_Category::sort_order { 0 } |
Definition at line 58 of file Entities.hpp.
| Light::Field<std::optional<uint64_t> > LargeDb_Category::parent_id {} |
Definition at line 60 of file Entities.hpp.