A description of the structure of the database - including the structure of the tables, columns, constraints, views, etc, etc.
I want to be able to create schedules that can be executed based on a fixed date, repeated daily, repeated …
database-design database-schemaI have a database with schema public and schema_A. I need to create a new schema schema_b with …
postgresql database-schema foreign-key-relationship postgresql-9.1I have a MySQL database and I am trying to find a way to export its structure only, without the …
mysql export mysqldump database-schema auto-incrementI'm trying to find out a way to find the names of tables in a database(if any exist). I …
python sqlite database-schemaI'm trying to do this, but it seems like MySQL isn't allowing me. Is there a solution to this issue …
mysql sql database database-design database-schemaI want to add indexes to some of the columns in a table on creation. Is there are way to …
postgresql database-schema database-indexesIs it possible to replicate a single table?
mysql replication database-schemaI'm working on a fairly simple survey system right now. The database schema is going to be simple: a Survey …
sql database-design database-schema erd data-modelingI'm trying to draw an ER diagram describing the following: -"Department" employs "Employees" -Some "Employees" are "Special" and have …
database database-design entity-relationship database-schemaUPD here is the way I solved the problem. Although it's likely to be not the best one, it worked …
c# entity-framework asp.net-core database-schema entity-framework-core