SQL

CREATE TABLE "__EFMigrationsHistory"  (
  "MigrationId" TEXT NOT NULL CONSTRAINT "PK___EFMigrationsHistory" PRIMARY KEY,
  "ProductVersion" TEXT NOT NULL
)

+ Add column

Columns

Column Data type Allow null Primary key Actions
MigrationId TEXT Rename | Drop
ProductVersion TEXT Rename | Drop

+ Add index

Indexes

Name Columns Unique SQL Drop?
sqlite_autoindex___EFMigrationsHistory_1 MigrationId SQL
-- no sql found --
Drop