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

4 lines
76 B
MySQL
Raw Normal View History

2012-01-19 18:58:00 +00:00
CREATE TABLE authorities (
owner_id VARCHAR(4096),
2012-01-19 18:58:00 +00:00
authorities LONGBLOB
);