Dave Scheck
04/06/2023, 10:02 PMSQLiteOpenHelper
's onCreate
method. In looking into Room, since everything is defined within annotations, we're unclear if we can achieve the same type of layering. This is a simplified view of the hierarchy we're looking for. For example, in Customization1 we'd want to have the three tables. One of our other main concerns is migration and how Room treats the versions at each level. Any suggestions are welcomed.Chrimaeon
04/07/2023, 8:03 AM