Dropping table during migration will not clear off the content of other tables with foreign key relation with dropped table?

前端 未结 0 472
温柔的废话
温柔的废话 2020-12-03 12:45

In my DB migration code

public void migrate(@NonNull SupportSQLiteDatabase database)

I performing the following

database.execS         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题