diff options
Diffstat (limited to 'common/auto')
-rw-r--r-- | common/auto/test.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/auto/test.hxx b/common/auto/test.hxx index 0e7585e..cee27c5 100644 --- a/common/auto/test.hxx +++ b/common/auto/test.hxx @@ -34,7 +34,7 @@ private: #pragma db object struct auto_only { - #pragma db auto id + #pragma db auto id pgsql:type("BIGINT") unsigned short id_; }; |