All commands I know like:
var t = _context.Database.GenerateCreateScript();
Add-Migration
Script-Migration
starts script from "Create table" command.
- So.... what decides about database name(connection string I know) and how database is created by EF Core?
- Why 'Create Database' is not in the scripts?
- How to generate SQL script to use without Entity Framework - is it possible?