catalog_tables: _internal, datasette_pins_global_pinned_items
This data as json
| database_name | table_name | rootpage | sql |
|---|---|---|---|
| _internal | datasette_pins_global_pinned_items | 4 | CREATE TABLE datasette_pins_global_pinned_items( id integer primary key autoincrement, --- Datasette actor ID of the user who pinned the item pinner_actor_id text, -- 'home' or 'database' pin_location text, -- 'database', 'table', 'canned_query', or plugin-defined string item_type text, --- origin_database text, --- origin_table text, identifier text, --- order_idx integer ) |