Updated Modifiers (markdown)

Vinícius Garcia 2022-12-04 17:44:11 -03:00
parent 1a13ec148b
commit 2c3a88db8e

@ -7,6 +7,7 @@ A KSQL modifier is a special tag you can add to any of the attributes of your st
```
KSQL comes with a few built-in Modifiers and an API for creating your own modifiers if necessary.
These will be discussed in more detail in the next sections.
Applying a Modifier to a struct attribute will cause KSQL to use this modifier when Inserting, Updating and Querying that field.