reference a value from other linked table
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user