On Mon Oct 13 09:20:43 2025 +0000, Hans Leidekker wrote:
This is static data, it should be possible to encode this without an init function.
Sure. I have removed this and the associated `key_idx` field in the static schema data. Instead, we just find the primary key column in `assembly_get_table` now.
I didn't want to hardcode the primary key index in the schema macros, because I wanted to keep the macros as self-descriptive as possible (through the `*_PRIMARY` column macros, in this case).