added type setter to column
This commit is contained in:
@@ -50,6 +50,7 @@ public:
|
||||
[[nodiscard]] const std::string& ref_table() const;
|
||||
[[nodiscard]] const std::string& ref_column() const;
|
||||
|
||||
void type(data_type_t type);
|
||||
void alias(const std::string &as);
|
||||
|
||||
template< typename Type >
|
||||
|
||||
Reference in New Issue
Block a user