I need to retrieve row id from sqlite table, my query like so : `SELECT(table.Account.AllColumns).FROM(table.Account)` I can't get the row id from the table, maybe you have a solution? I think in generating tables and models, we should add: `Rowid int`