Here is my current code:
$Select=new Select();
$Select->from($this->getTable());
What I want now is to add the id column
but as DT_RowId
instead of id
. How do I accomplish this? The goal would be to have all of the table columns as well as this new column.