Schema
Last updated
Last updated
Strict SQL DBMS like PostgreSQL or SQLServer have a entity between databases and tables: the schema
WebDB consider it like a sub-database so you will see the delimiter character "" between the real database name and the real schema name
Schema creation is not handle by the UI as it's DBMS specific and kinda advanced usage
You can still create from the SQL editor