From 184d0989f840a767fdfd46bbf911ad214e2ddd29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Garcia?= Date: Sun, 11 Dec 2022 18:02:46 -0300 Subject: [PATCH] Updated Modifiers (markdown) --- Modifiers.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Modifiers.md b/Modifiers.md index bfe920c..a802537 100644 --- a/Modifiers.md +++ b/Modifiers.md @@ -24,6 +24,13 @@ type User struct { } ``` +> Please note that each attribute can only accept a *single* modifier. +> So where I use `timeNowUTC/skipUpdates` in the example above I am not using +> a special syntax, it is just the fullname of the modifier. +> +> It is a long name, but the idea is to make it as descriptive as possible +> for avoiding interpretation errors. + Applying a Modifier to a struct attribute will cause KSQL to use this modifier when Inserting, Updating, and Querying that field. A Modifier can therefore be used for: