Artifact 051fddcb1385e8c54dc70784b1b4b0bccd639265:
- File stml2/sessions.sql — part of check-in [78408a15fb] at 2019-12-16 22:57:30 on branch v1.70-refactor01 — Added stml2 as compilation unit/module (user: matt, size: 178) [annotate] [blame] [check-ins using] [more...]
CREATE TABLE session_vars (id integer primary key, session_id integer, page text, key text, value text); CREATE TABLE sessions ( id integer primary key, session_key text);