3 lines
69 B
MySQL
3 lines
69 B
MySQL
![]() |
CREATE TABLE idtokenclaims (
|
||
|
id BIGINT AUTO_INCREMENT PRIMARY KEY
|
||
|
);
|