up.sql 136 B

1234
  1. CREATE TABLE sso_nonce (
  2. nonce CHAR(36) NOT NULL PRIMARY KEY,
  3. created_at TIMESTAMP NOT NULL DEFAULT now()
  4. );