(feature)(Headless) arrow flight sql endpoint (#634) (#1136)

This commit is contained in:
jipeli
2024-06-12 15:02:55 +08:00
committed by GitHub
parent 91a6308d9e
commit abf440c4d4
19 changed files with 697 additions and 7 deletions

View File

@@ -91,6 +91,7 @@ create table IF NOT EXISTS s2_user
password varchar(100) null,
email varchar(100) null,
is_admin INT null,
salt varchar(100) null,
PRIMARY KEY (`id`)
);
COMMENT ON TABLE s2_user IS 'user information table';