diff options
Diffstat (limited to 'schema/custom/employee.hxx')
-rw-r--r-- | schema/custom/employee.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/schema/custom/employee.hxx b/schema/custom/employee.hxx index 651f8c3..0f15cf8 100644 --- a/schema/custom/employee.hxx +++ b/schema/custom/employee.hxx @@ -133,8 +133,8 @@ private: employee (): name_ ("", "") {} - #pragma db id type("INTEGER UNSIGNED") column("ssn") - unsigned long id_; + #pragma db id type("INTEGER") column("ssn") + long id_; #pragma db column("") // No column prefix. name_type name_; |