Add all connectors

This commit is contained in:
2025-03-17 21:11:36 +01:00
parent 64b672dc63
commit 56fbae6adc
20 changed files with 3505 additions and 24 deletions

View File

@ -14,7 +14,7 @@ CREATE TABLE token
time_create BIGINT NOT NULL,
time_update BIGINT NOT NULL,
user_id INTEGER NOT NULL REFERENCES users ON DELETE CASCADE,
token VARCHAR(150) NOT NULL,
token_value VARCHAR(150) NOT NULL,
time_used BIGINT NOT NULL,
max_inactivity INTEGER,
ip_restriction VARCHAR(50),