My table does not have a primary key. So when I try to delete a record
Table t = Table.findFirst("col = ?", var);
t.delete();
I get below exception. Any directions?
org.javalite.activejdbc.DBException: java.sql.SQLSyntaxErrorException: ... "ID": invalid identifier