Files
hutool/hutool-db/test.db

19 lines
24 KiB
Plaintext
Raw Normal View History

2022-03-08 11:37:29 +08:00
SQLite format 3@ <00> <00>.K<> <0C> &- &` <0A> }<00>&<01>/tableuseruserCREATE TABLE "user" (
2019-08-14 10:02:32 +08:00
"id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL,
"name" TEXT,
"age" INTEGER,
"birthday" TEXT,
"gender" INTEGER
2022-03-08 11:37:29 +08:00
)<00>|C<01>)indexuser_1_birthday_name_uindexuser_1CREATE UNIQUE INDEX user_1_birthday_name_uindex
on user_1 (birthday, name)c7<01>indexuser_1_birthday_indexuser_1CREATE INDEX user_1_birthday_index
on user_1 (birthday)<29>J<01>otableuser_1user_1CREATE TABLE user_1
(
id INTEGER not null
primary key autoincrement,
name TEXT,
age INTEGER,
birthday TEXT,
gender INTEGER
)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)<00>