This is tricky, because table is defined in class-level annotation like this: ```crystal @[Onyx::SQL::Model::Options(table: "users")] class User end ``` One option is to make `Model.schema` macro define `.table` class method.