Files
hldrCenter/server/database/local/user.db

6 lines
8.0 KiB
Plaintext
Raw Normal View History

2025-11-01 20:40:00 +08:00
SQLite format 3@ .v<> ??<00>>''<01>;tableauth_sessionsauth_sessionsCREATE TABLE auth_sessions
(
id integer not null /*autoincrement needs PK*/,
session_id TEXT(128) not null,
列_name integer
)