auth-proxy/src/schema.sql

5 lines
110 B
MySQL
Raw Permalink Normal View History

2023-04-30 15:31:20 -05:00
create table tokens (
token text primary key,
created_date datetime not null default CURRENT_TIMESTAMP
);