auth-proxy/src/schema.sql

5 lines
110 B
SQL

create table tokens (
token text primary key,
created_date datetime not null default CURRENT_TIMESTAMP
);