schema removed unused struct

This commit is contained in:
silverqx
2024-11-11 14:30:25 +01:00
parent cc82b9b902
commit d12a522a07

View File

@@ -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. */