mirror of
https://github.com/silverqx/TinyORM.git
synced 2025-12-30 15:29:36 -06:00
schema removed unused struct
This commit is contained in:
@@ -70,13 +70,6 @@ namespace Orm::SchemaNs
|
||||
Computed, // SqlServer only
|
||||
};
|
||||
|
||||
/*! Auto increment value for a column. */
|
||||
struct AutoIncrementColumnValue
|
||||
{
|
||||
QString columnName;
|
||||
std::optional<quint64> value;
|
||||
};
|
||||
|
||||
/* Common for the invokeCompileMethod() related methods */
|
||||
|
||||
/*! Concept for a member function. */
|
||||
|
||||
Reference in New Issue
Block a user