diff options
Diffstat (limited to 'common/schema/test.hxx')
-rw-r--r-- | common/schema/test.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/schema/test.hxx b/common/schema/test.hxx index c9ddd14..26a8b41 100644 --- a/common/schema/test.hxx +++ b/common/schema/test.hxx @@ -49,7 +49,7 @@ struct column struct type { #pragma odb id - int id; + std::string id; // Test default C++ to DB type mapping. // |