memed/schema.sql

7 lines
143 B
MySQL
Raw Normal View History

2017-12-01 21:02:23 +00:00
CREATE TABLE logs (
executed_at timestamp without time zone default now(),
uid int,
cmd text NOT NULL,
cwd text
);