Hey Everyone! I have a requirement which needs the same table schema but with different table names. They're differentiated based on say network. I know one method is to add a network column to differentiate entries but that slows down lookups.
I have read of
@@map
attribute to specify table name of a schema to connect to, but I cannot have two or more
@@map
attributes in one schema (read table) definition. Any solution for this?