diff options
-rw-r--r-- | schema/custom/employee.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/custom/employee.hxx b/schema/custom/employee.hxx index 0f15cf8..f5d71c0 100644 --- a/schema/custom/employee.hxx +++ b/schema/custom/employee.hxx @@ -134,7 +134,7 @@ private: employee (): name_ ("", "") {} #pragma db id type("INTEGER") column("ssn") - long id_; + unsigned long id_; #pragma db column("") // No column prefix. name_type name_; |