When I insert a new record using: ``` Database.get().insert(dao); ``` the Integer id of the dao is never set to the record created.