When I try save some information in Postgres table, CakePHP return this error for me:
array(
(int) 0 => '[PDOException] SQLSTATE[42P01]: Undefined table: 7 ERRO: relação "public.cashier_transaction_transaction_num_seq" não existe
Request URL: /www/cashiers/open
Stack Trace:
But CakePHP is correctly: this sequence doesn't exist. The correct sequence is transaction_num_seq.
How can I change that IN CAKE (I can't change the database).