mirror of
https://github.com/getml/sqlgen.git
synced 2026-01-29 12:58:41 -06:00
Added namespace
This commit is contained in:
@@ -9,7 +9,8 @@ template <class T>
|
||||
struct PrimaryKey {
|
||||
using ReflectionType = T;
|
||||
|
||||
static_assert(!is_nullable_v<T>, "A primary key cannot be nullable.");
|
||||
static_assert(!parsing::is_nullable_v<T>,
|
||||
"A primary key cannot be nullable.");
|
||||
|
||||
PrimaryKey() : value_(0) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user