Files
Yi.Admin/CC.Yi/CC.Yi.API/YIDB.db
T

11 lines
20 KiB
Plaintext
Raw Normal View History

2021-06-02 20:00:25 +08:00
SQLite format 3@ .G¨
5
Ò­

2021-05-13 01:39:34 +08:00
ãB[tablestudentstudentCREATE TABLE "student" (
"id" INTEGER NOT NULL CONSTRAINT "PK_student" PRIMARY KEY AUTOINCREMENT,
"name" TEXT NULL
, "is_delete" INTEGER NOT NULL DEFAULT 0)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)ø tablestudentstudentCREATE TABLE "student" (
"id" INTEGER NOT NULL CONSTRAINT "PK_student" PRIMARY KEY AUTOINCREMENT,
2021-06-02 20:00:25 +08:00
"name" TEXT NULL
)X77Otable__EFMigrationsHistory__EFMigrationsHistoryCREATE TABLE "__EFMigrationsHistory" (