home / _internal / datasette_pins_global_pinned_items

Menu
  • Log in

datasette_pins_global_pinned_items

✎ View and edit SQL

This data as json

0 records

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
          );
Powered by Datasette · Queries took 1.2ms