LNbits Table Town

Filter by:
Tools:

Field Constraints

NN NOT NULL - Field cannot be empty
Example: id, wallet, amount
UQ UNIQUE - Field value must be unique
Example: username, email, payment_hash
FK FOREIGN KEY - Links to another table
Example: wallet β†’ Wallet.id
PK PRIMARY KEY - Unique identifier
Example: id (UUID4)
JSON JSON data structure
Hover for details

Table Dependencies