I am migrating an application that was made in CodeIgniter for Phalcon. I could, without problems, delete the records from this table using a reference to another table (DELETE FROM TABLE1 WHERE FIELD1 IN (SELECT FIELD2 FROM TABLE2)).
Both do not have primary keys. And is EXTERNAL TABLE.
How do I proceed? I can do the Phalcon ignore it?