Skip to content

Instantly share code, notes, and snippets.

@floriancourgey
Last active February 15, 2019 21:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save floriancourgey/4439ee67487b729fcebb6376aec9e30d to your computer and use it in GitHub Desktop.
Save floriancourgey/4439ee67487b729fcebb6376aec9e30d to your computer and use it in GitHub Desktop.
DROP TABLE IF EXISTS xtksessioninfo;
CREATE TABLE xtksessioninfo(
sImsToken VARCHAR(2000),
sKey VARCHAR(512),
sLogin VARCHAR(64),
sRemoteAddr VARCHAR(50),
sToken VARCHAR(50),
tsExpiration TIMESTAMPTZ
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment