summaryrefslogtreecommitdiff
path: root/libpqpp/unittests/pqschema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'libpqpp/unittests/pqschema.sql')
-rw-r--r--libpqpp/unittests/pqschema.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/libpqpp/unittests/pqschema.sql b/libpqpp/unittests/pqschema.sql
index 80d9183..2a7dd09 100644
--- a/libpqpp/unittests/pqschema.sql
+++ b/libpqpp/unittests/pqschema.sql
@@ -35,3 +35,7 @@ CREATE TABLE bulktest(
id int,
string text);
+CREATE TABLE idtest(
+ id serial,
+ foo int);
+