feat(routing): routing_profiles 表 + Profile 类型 + store(双方言)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
DROP TABLE IF EXISTS routing_profiles;
|
||||
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE routing_profiles (
|
||||
user_id INTEGER NOT NULL PRIMARY KEY,
|
||||
profile_json TEXT NOT NULL,
|
||||
updated_at DATETIME NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user