home / kengdb / userLvlTb

userLvlTb

Table actions Table actions
  • Edit table schema

5 rows

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: limitLucy, canuseAPI, canuseAPI (array)

id ▼ level levelName limitNote limitLucy canuseAPI
1 0 king   T ["all"]
2 3 free 2 F ["note"]
3 2 vip   T ["team_create","lucy","import"]
4 1 admin   T ["all"]
5 4 guest 0 F []

Advanced export

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

CSV options:

CREATE TABLE [userLvlTb] (
   [id] INTEGER PRIMARY KEY NOT NULL,
   [level] INTEGER,
   [levelName] TEXT,
   [limitNote] INTEGER,
   [limitLucy] TEXT
, canuseAPI TEXT DEFAULT '[]');
Powered by Datasette · Queries took 1.2ms