sql
sql copied to clipboard
Add JSON and YAML serialization-related annotations in `schema` macro
TIL you can define the same annotation multiple times. This allows to define, for example, JSON::Field annotation without actually requiring "json"! Therefore I could put serialization-related annotations right into the schema macro.