How to enable migration in SQLite using EF
问题 I have stuck in problem. I am writing a code for windows desktop application and I have to use sqlite as a database. I have successfully installed system.data.sqlite and entity framework from nuget package. I have also created my DbContext class. Now problem is that as soon as I tried to run my code an exception comes whose inner message is {"SQLite Error 1: 'no such table: TimeSheet'"}. This means your table TimeSheet does not exist in database. Plz tell me how to create table in sqlite