Files
hutool/hutool-db/test.db

31 lines
32 KiB
Plaintext
Raw Normal View History

2023-06-19 16:03:10 +08:00
SQLite format 3@ <00><00>.j<> <0C> &- &` <0A> } <0C> <0B> <0C><00>99<01>kt <0C><00>99<01>Utableact_ge_property_dg_tmpact_ge_property_dg_tmpCREATE TABLE act_ge_property_dg_tmp
(
VALUE_ text(50),
NAME_ text(15),
REV_ integer
)<29>&<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
)!<00>#
9 <00> 99<01>Ktabl<62>
++<01>Ktableact_ge_propertyact_ge_propertyCREATE TABLE "act_ge_property"
(
VALUE_ text(50),
NAME_ text(15),
REV_ integer
)|C<01>)indexuser_1_birthday_name_uindexuser_1CREATE UNIQUE INDEX user_1_birthday_name_uindex
2022-03-08 11:37:29 +08:00
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> 
2022-03-08 11:37:29 +08:00

2023-06-19 16:03:10 +08:00