WebDB
Links
  • πŸ‘‹Welcome to WebDB Documentation
  • Installation
    • 1️⃣Standalone
    • πŸ”’Compose
    • ☸️K8S
    • πŸ–₯️Native
    • πŸ›‘οΈSecurity
    • ❌Uninstall
  • Connection
    • DBMS Discovery
    • Credentials Guessing
    • SSH Tunnel
  • Database
  • Interface
    • Schema
    • Database
    • Table
    • Relations
    • Structure
    • Offline
    • Symbols
    • Configuration
  • Explore
    • Explore
    • Search
    • Update
    • Batch Update
  • Query
    • Editor
      • Autocomplete
  • Structure
    • NoSQL inferring limitation
  • Insert
    • Generator
    • Framework embed
    • Foreign Key / Enum
    • Autocomplete
    • Error
  • Monitoring
    • Stats
    • Process List
  • Time machine
  • Compare
  • Blob
  • Encoding / Collation
  • Complexes
  • Backend
    • Configuration
    • Data storage
    • Docker container
  • Compatibility
  • More
    • Offline
    • Business Model
    • Alternatives
Powered by GitBook
On this page
  • Values related
  • Structure related

Was this helpful?

  1. Interface

Symbols

Here is the list of the symbols used in the app and there meaning :

Values related

Icon
Description

null

When the value is null

undefined

When the value doesn't exit at all

βœ…

Alias for 'true', 'Y', 'YES', 'Yes', true

❌

Alias for 'false', 'N', 'NO', 'No', false

Structure related

Icon
Description

➊

Unique, so duplicate value is restricted per table

⚑️

Indexed, so the column is stored in RAM, used for performance and mandatory for references

πŸ”‘

Primary, combination of Unique and Indexed, it's the unique identifier of a row/document

πŸ“Ž

Reference, so each value link a foreign document/row

❔

Nullable, so the value is not mandatory for this column/property

PreviousOfflineNextConfiguration

Last updated 1 year ago

Was this helpful?