i have tables name transactions_daily.
everyday, this table will backup automatically and creating a table called transactions_daily_xx_xx_xx.
can i have this table accessed without creating models everyday just to access this table. or are there any solutions to read many of the same kind table with just 1 models ?