mirror of
https://github.com/getml/sqlgen.git
synced 2026-05-06 15:13:07 -05: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