SQT
A C++ ORM framework for SQLite
Loading...
Searching...
No Matches
sqt::ColumnInfo Struct Reference

#include <sqt/foundation/table_info.h>

Description

Contains the information of a column.

Public Attributes

std::string name
DataType data_type { DataType::Null }
bool is_primary_key {}
bool is_nullable {}