Beispiel #1
0
        public override MigrationsContext CreateContext()
        {
            var context = new MigrationsContext(_options);

            context.Database.EnsureCreated();
            return(context);
        }