OpenID-Connect-Java-Spring-.../openid-connect-server/db/tables/authentication_holder.sql

5 lines
127 B
SQL

CREATE TABLE authentication_holder (
id BIGINT AUTO_INCREMENT PRIMARY KEY,
owner_id VARCHAR(256),
authentication LONGBLOB
);