From c75ab6042f40f9101e88d41c1d41b5e41c3f12ef Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Tue, 26 Dec 2023 15:46:04 -0600 Subject: Add increment type --- test/test_parser.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_parser.ml') diff --git a/test/test_parser.ml b/test/test_parser.ml index e18f055..db18540 100644 --- a/test/test_parser.ml +++ b/test/test_parser.ml @@ -27,7 +27,7 @@ let rows_suite = , `Quick , test_parse "purchases (5): name int(1,20)" ) ; "Supports underscore tables", `Quick, test_parse "purchases_new (5): name int(1,20)" - ; "Supports underscore tables", `Quick, test_parse "purchases_new (5): name int(1,20)" + ; "Supports incremental index", `Quick, test_parse "purchases_new (5): id increment" ] -- cgit v1.2.3