diff options
Diffstat (limited to 'odb-examples/hello/person.hxx')
-rw-r--r-- | odb-examples/hello/person.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb-examples/hello/person.hxx b/odb-examples/hello/person.hxx index 81a9321..a901ac2 100644 --- a/odb-examples/hello/person.hxx +++ b/odb-examples/hello/person.hxx @@ -50,7 +50,7 @@ private: person () {} #pragma db id auto - unsigned long id_; + unsigned long long id_; std::string first_; std::string last_; |