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

4 lines
72 B
SQL

CREATE TABLE authority (
owner_id VARCHAR(4096),
authority LONGBLOB
);