Add all connectors
This commit is contained in:
		@@ -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),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user