From 945e28e0f95cffe5cf751b23afa282c1b8a2c269 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Mart=C3=ADnez=20Kirsten?= Date: Thu, 27 Nov 2025 09:42:12 +0100 Subject: [PATCH] Add missing sqltype --- docs/tutorial/tutorial_exercise_9.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/tutorial_exercise_9.md b/docs/tutorial/tutorial_exercise_9.md index 07e807f..0ccb74f 100644 --- a/docs/tutorial/tutorial_exercise_9.md +++ b/docs/tutorial/tutorial_exercise_9.md @@ -67,7 +67,10 @@ BasicExpression. "ACRONYM", "CREATION_DATE", "START_DATE" - ] + ], + "sqltypes":{ + "START_DATE": 91 + } } {% endhighlight %} @@ -102,7 +105,10 @@ BasicExpression. "ACRONYM", "CREATION_DATE", "START_DATE" - ] + ], + "sqltypes":{ + "START_DATE": 91 + } } {% endhighlight %}