From 5994b98069cec82f0b18a6a1629cc9973fc9e0bf Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Tue, 26 Dec 2023 16:22:42 -0600 Subject: Add support for email --- test/test_parser.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test_parser.ml') diff --git a/test/test_parser.ml b/test/test_parser.ml index db18540..41fea3d 100644 --- a/test/test_parser.ml +++ b/test/test_parser.ml @@ -28,6 +28,7 @@ let rows_suite = , test_parse "purchases (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" + ; "Supports email", `Quick, test_parse "user (2): email email" ] -- cgit v1.2.3