CREATE TABLE IF NOT EXISTS admin_log(
  action TEXT NOT NULL,
  time   INTEGER NOT NULL
);