Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
一个快速的问题,伙计们,
目前我的数据库中有一个表,我总共需要 6 个。这仅仅是为其他 5 个表声明我的列名变量然后在 onCreate 方法中添加 5 个创建语句的情况吗?这显然意味着我可以将所有数据库处理集中在一个类中。
我已经对此进行了一些研究,但只是想确保我朝着正确的方向前进。
简短的回答是肯定的——您可以根据需要在一个 SQLite 数据库中创建任意数量的表。