thanks. ya i found that generate class (MyDatabase_Impl.java) which contains all of the create table statements.
This is going to make creating migrations way easier.
Do you know when those create table statements get generated in this file? Does it happen after you add the Entity class and then try to run the project?