It looks like supporting AUGMENTS (which is a type of foreign key relationship between tables) needs some Rust level support. It is closely related to the case where an index references columns in another table.
First guess is a new struct, which uses the index from a base table.
Once that works, update the compiler.
It looks like supporting AUGMENTS (which is a type of foreign key relationship between tables) needs some Rust level support. It is closely related to the case where an index references columns in another table.
First guess is a new struct, which uses the index from a base table.
Once that works, update the compiler.