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