home / _internal / datasette_events

Menu
  • Log in

datasette_events

✎ View and edit SQL

This data as json

0 records

CREATE TABLE datasette_events (
    id integer primary key,
    event text,
    created text,
    actor_id text,
    database_name text,
    table_name text,
    properties text -- JSON other properties
);
Powered by Datasette · Queries took 1.2ms