diff options
-rw-r--r-- | common/schema/test.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/schema/test.hxx b/common/schema/test.hxx index 16875be..45ffe9a 100644 --- a/common/schema/test.hxx +++ b/common/schema/test.hxx @@ -69,7 +69,7 @@ struct type double d; std::string str; - #pragma db type ("INTEGER UNSIGNED") + #pragma db type ("INTEGER") bool m1; #pragma db transient |