home / fixtures

attraction_characteristic

7 rows

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name
1 Museum
2 Paranormal
3 Beastly
4 Beastly 2
5 Beastly 3
6 Beastly 4
7 Beastly 5

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE attraction_characteristic (
    pk integer primary key,
    name text
);
Powered by Datasette · Queries took 4.035ms