About 51 results
Open links in new tab
  1. What is the difference between a schema and a table and a database ...

    Apr 25, 2017 · A database schema is the collection of relation schemas for a whole database. A table is a structure with a bunch of rows (aka "tuples"), each of which has the attributes defined by the …

  2. O que são schemas? Quais as vantagens de usá-lo?

    Jun 11, 2014 · O que são Schemas? É um recipiente que podem conter vários objetos. São utilizados para gerir e organizar os objetos do banco de dados. Você consegue separar logicamente …

  3. Swagger declaration schema = @Schema(implementation = Map.class ...

    Nov 25, 2020 · Swagger declaration schema = @Schema (implementation = Map.class) represents Schema as String in swagger-ui Asked 5 years, 4 months ago Modified 1 year, 5 months ago Viewed …

  4. OpenAPI String Enum Schema creation with .NET 9

    Mar 11, 2025 · Since the default OpenAPI implementation in .NET 9 does only generate enums as integers, I looked into schema transformers. However I did not fully find out how to use them nor …

  5. Validating JSON data against my schema in C# using JsonSchema.Net

    Aug 5, 2024 · Separating the schema generation from its usage also allows for a proper review of the schema by others before it gets used in production. Code generation tools like this are a good …

  6. Postgres 15. permission denied for schema public - Stack Overflow

    Oct 18, 2022 · 198 PostgreSQL 15 also revokes the CREATE permission from all users except a database owner from the public (or default) schema. No amount of GRANT ing works on database …

  7. OpenAPI and @Schema annotation on Java Enum - Stack Overflow

    Feb 14, 2019 · I’m generating OpenAPI 3.0 documentation from annotated java code. But the issue is that when I add @Schema annotation to enum all the values disappear. I'm using Thorntail …

  8. How to select a schema in postgres when using psql?

    Dec 4, 2015 · 383 I have a postgres database with multiple schemas. When I connect to the database from a shell with psql and I run \dt it uses the default connection schema which is public. Is there a …

  9. What's the difference between a catalog and a schema in a relational ...

    Aug 11, 2011 · In most SQL dbms, if you query the information_schema views, you'll find that values in the "table_catalog" column map to the name of a database. If you find your platform using catalog in …

  10. What is best tool to compare two SQL Server databases (schema and …

    Dec 4, 2015 · I would like to compare two SQL Server databases including schema (table structure) and data in tables too. What is best tool to do this?