Right now you can't do this: ```rust #[spacetimedb(table, name = "my_table")] pub struct MyTable { #[primary_key] pub id: uuid, pub name: String, } ```