Files
hutool/hutool-db/test.db

8 lines
24 KiB
Plaintext
Raw Normal View History

2019-08-14 10:02:32 +08:00
SQLite format 3@ <00>
<00>.<18> <0C> &- & & & &<00>&<01>/tableuseruserCREATE TABLE "user" (
"id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL,
"name" TEXT,
"age" INTEGER,
"birthday" TEXT,
"gender" INTEGER
)^P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)<00>