Top "Schema" questions

Schema means shape, or more generally, plan.

Why so few full database schemas sample online?

It is a bit strange to me about database schemas sample which I think most of the projects will need …

database database-design schema sample
Viewing the contents of tables in schema.rb in rails

I'm sorry if this is a stupid question, but in my schema.rb I have several tables like create_table "…

ruby-on-rails ruby schema database-schema schema.rb
intellij idea data sources doesn't see existing table in the database

intellij idea data sources doesn't see existing table in my mysql database, while Netbeans see it. i've created a table …

database intellij-idea schema database-connection datasource
can xsd schema validate encoding, e.g. UTF-8, possible?

By using schema, is there any simple/easy way to validate the encoding of an xml msg? Assuming the 1st …

xml utf-8 xsd schema utf
<userSettings> in app.config Could not find schema information for the element 'userSettings'

Hello when I try to add parameters to the settings table I get multiple messages for each parameter I add. …

c# schema app-config settings.settings
Visual Studio schema compare can't find generated script

I am performing SQL Server schema comparison using Visual Studio 2017. I am pressing on "Generate script" button of Schema Compare …

sql-server visual-studio schema sql-server-data-tools schema-compare
Social web application database design: how can I improve this schema?

Background I am developing a social web app for poets and writers, allowing them to share their poetry, gather feedback, …

mysql database database-design schema social-networking
How do I grant a database role execute permissions on a schema? What am I doing wrong?

I am using SQL Server 2008 Express edition. I have created a Login , User, Role and Schema. I have mapped the …

sql stored-procedures permissions schema sql-server-2008-express
Does Solr have an API to read schema.xml?

Is there any Solr API to read the Solr schema.xml? The reason I need it is that Solr faceting …

solr schema facet