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

16 lines
28 KiB
Plaintext
Raw Normal View History

2021-05-31 21:41:27 +08:00
SQLite format 3@ .G<> <0F> b<0E><0F>5 <0A> <0C> bY/}indexIX_prop_studentidpropCREATE INDEX "IX_prop_studentid" ON "prop" ("studentid")<29>#<01>)tableproppropCREATE TABLE "prop" (
"id" INTEGER NOT NULL CONSTRAINT "PK_prop" PRIMARY KEY AUTOINCREMENT,
"name" TEXT NULL,
"studentid" INTEGER NULL,
CONSTRAINT "FK_prop_student_studentid" FOREIGN KEY ("studentid") REFERENCES "student" ("id") ON DELETE RESTRICT
)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)<29><01> tablestudentstudentCREATE TABLE "student" (
2021-05-13 01:39:34 +08:00
"id" INTEGER NOT NULL CONSTRAINT "PK_student" PRIMARY KEY AUTOINCREMENT,
"name" TEXT NULL
)<29>X77<01>Otable__EFMigrationsHistory__EFMigrationsHistoryCREATE TABLE "__EFMigrationsHistory" (
"MigrationId" TEXT NOT NULL CONSTRAINT "PK___EFMigrationsHistory" PRIMARY KEY,
"ProductVersion" TEXT NOT NULL
2021-05-31 21:41:27 +08:00
)I]7indexsqlite_autoindex___EFMigrationsHistory_1__EFMigrationsHistory <0F><0F><0F>
<0F><0F><0F>120210526080428_yi2/ 20210413063257_y1
2021-05-13 01:39:34 +08:00
学生d
2021-05-31 21:41:27 +08:00
学生a <0F><0F>