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

5 lines
92 B
SQL

CREATE TABLE event (
id BIGINT AUTO_INCREMENT PRIMARY KEY,
type INT(3),
timestamp DATE
);