Files
StackChan/server/stackChan.sqlite
T

112 lines
40 KiB
Plaintext
Raw Normal View History

2026-01-07 18:04:01 +08:00
SQLite format 3@ 
.fê
ø íGË š H #
bí„r 33 tabledevice_post_commentdevice_post_comment
CREATE TABLE device_post_comment (
id INTEGER PRIMARY KEY AUTOINCREMENT,
post_id INTEGER NOT NULL,
mac TEXT NOT NULL,
content TEXT NOT NULL,
created_at DATETIME DEFAULT CURRENT_TIMESTAMP,
FOREIGN KEY (post_id) REFERENCES device_post(id) ON DELETE CASCADE,
FOREIGN KEY (mac) REFERENCES device(mac)
)ƒ>##†Ctabledevice_postdevice_post CREATE TABLE device_post (
id INTEGER PRIMARY KEY AUTOINCREMENT,
mac TEXT NOT NULL,
content_text TEXT,
content_image TEXT,
created_at DATETIME DEFAULT CURRENT_TIMESTAMP,
FOREIGN KEY (mac) REFERENCES device(mac)
)g''ƒ
tabledevice_frienddevice_friendCREATE TABLE device_friend (
mac_a TEXT NOT NULL,
mac_b TEXT NOT NULL,
PRIMARY KEY (mac_a, mac_b)
)9M'indexsqlite_autoindex_device_friend_1device_friendP++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)„q%%‰%tabledevice_dancedevice_danceCREATE TABLE device_dance (
id INTEGER PRIMARY KEY AUTOINCREMENT,
mac TEXT NOT NULL,
dance_index INTEGER NOT NULL,
dance_data TEXT NOT NULL,
created_at DATETIME DEFAULT CURRENT_TIMESTAMP,
updated_at DATETIME DEFAULT CURRENT_TIMESTAMP,
UNIQUE (mac, dance_index),
FOREIGN KEY (mac) REFERENCES device(mac) ON DELETE CASCADE
)7K%indexsqlite_autoindex_device_dance_1device_dance]tabledevicedeviceCREATE TABLE device (
mac TEXT PRIMARY KEY,
name TEXT
)+?indexsqlite_autoindex_device_1device
¢æÒ¢%F412FABA1D3C001%#F412FABA1630My
½ðßν%F412FABA1D3C%F412FABA1630%F412FA83835C% 4827E266D884
{
"mouth":{"x":0,"y":0,"size":0,"weight":0,"rotation":0},
"leftEye":{"x":0,"y":0,"size":0,"weight":100,"rotation":0},
"rightEye":{"x":0,"y":0,"size":0,"weight":100,"rotation":0},
"yawServo":{"angle":0,"speed":500,"rotate":0},
"durationMs":1000,
"pitchServo":{"angle":0,"speed":500,"rotate":0}
}
]2025-12-30 02:31:532025-12-30 02:31:53…G%Š'33F412FABA1630[
{
"mouth":{"x":0,"y":0,"size":0,"weight":0,"rotation":0},
"leftEye":{"x":0,"y":0,"size":0,"weight":100,"rotation":0},
"rightEye":{"x":0,"y":0,"size":0,"weight":100,"rotation":0},
"yawServo":{"angle":241,"speed":500,"rotate":0},
"durationMs":543,
"pitchServo":{"angle":0,"speed":500,"rotate":0}
},
{
"mouth":{"x":0,"y":0,"size":0,"weight":0,"rotation":0},
"leftEye":{"x":0,"y":0,"size":0,"weight":100,"rotation":0},
"rightEye":{"x":0,"y":0,"size":0,"weight":100,"rotation":0},
"yawServo":{"angle":-681,"speed":500,"rotate":0},
"durationMs":258,
"pitchServo":{"angle":0,"speed":500,"rotate":0}
}
]2025-12-19 04:31:522025-12-23 10:06:14Q%š;33F412FA83835C[
{
"mouth":{"x":0,"y":0,"weight":0,"rotation":0},
"leftEye":{"x":0,"y":0,"weight":100,"rotation":0},
"rightEye":{"x":0,"y":0,"weight":100,"rotation":0},
"yawServo":{"angle":0,"speed":500},
"durationMs":246,
"pitchServo":{"angle":216,"speed":500}
},
{
"mouth":{"x":0,"y":0,"weight":0,"rotation":0},
"leftEye":{"x":0,"y":0,"weight":100,"rotation":0},
"rightEye":{"x":0,"y":0,"weight":100,"rotation":0},
"yawServo":{"angle":-174,"speed":500},
"durationMs":246,
"pitchServo":{"angle":0,"speed":500}
},
{
"mouth":{"x":0,"y":0,"weight":0,"rotation":0},
"leftEye":{"x":0,"y":0,"weight":100,"rotation":0},
"rightEye":{"x":0,"y":0,"weight":100,"rotation":0},
"yawServo":{"angle":-413,"speed":500},
"durationMs":166,
"pitchServo":{"angle":226,"speed":500}
},
{
"mouth":{"x":0,"y":0,"weight":0,"rotation":0},
"leftEye":{"x":-79,"y":100,"weight":68,"rotation":-1619},
"rightEye":{"x":0,"y":0,"weight":100,"rotation":0},
"yawServo":{"angle":-276,"speed":500},
"durationMs":189,
"pitchServo":{"angle":0,"speed":500}
},
{
"mouth":{"x":0,"y":0,"weight":0,"rotation":0},
"leftEye":{"x":-52,"y":62,"weight":100,"rotation":-152},
"rightEye":{"x":-55,"y":-94,"weight":40,"rotation":-818},
"yawServo":{"angle":0,"speed":500},
"durationMs":214,
"pitchServo":{"angle":0,"speed":500}
},
{
"mouth":{"x":0,"y":0,"weight":100,"rotation":0},
"leftEye":{"x":-100,"y":0,"weight":100,"rotation":0},
"rightEye":{"x":100,"y":0,"weight":100,"rotation":0},
"yawServo":{"angle":0,"speed":500},
"durationMs":158,
"pitchServo":{"angle":310,"speed":282}