reference a value from other linked table

This commit is contained in:
Priec
2026-09-04 23:02:44 +02:00
parent 6689e6c7f9
commit 40e6b6dff3
5 changed files with 42 additions and 14 deletions

View File

@@ -19,6 +19,10 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
.type_attribute(".komp_ac.search", serde)
.type_attribute(".komp_ac.search2", serde)
.type_attribute(".komp_ac.table_definition", serde)
.type_attribute(
".komp_ac.table_definition.ColumnDefinition",
"#[serde(default)]",
)
.type_attribute(".komp_ac.table_script", serde)
.type_attribute(".komp_ac.table_structure", serde)
.type_attribute(".komp_ac.table_validation", serde)