Top "Schema" questions

Schema means shape, or more generally, plan.

How to write nested schema.xml in solr?

How to write nested schema.xml in solr The document in schema.xml says <!-- points to the root …

solr configuration schema solr4
generate annotated doctrine2 entites from db schema

Is it possible to generate Doctrine 2 entities, with the relevant docblock annotations, from an existing database schema?

annotations doctrine-orm schema docblocks
Is a star schema a denormalized schema?

An OLAP database consists of data in denormalized form. This means data redundancy and this data redundancy helps retrieve data …

schema olap star-schema oltp
JSON schema to enforce array contents

Hi all and thanks in advance. I am attempting to create a JSON schema to enforce an array to contain …

arrays json validation schema jsonschema
SQL Server create User-Defined Table Types with schema not working properly

I'm creating User-Defined Table Types on SQL Server 2008R2/2012 with this statement: CREATE TYPE [MySchemaName].[MyUserTableType] As Table ( [Id] varchar(20) …

sql sql-server schema user-defined-types
schema.sql not creating even after setting schema_format = :sql

I want to create schema.sql instead of schema.rb. After googling around I found that it can be done …

ruby-on-rails ruby-on-rails-3 schema
MongoDB Compass is Missing Schema Tab

I just downloaded Mongodb and my compass gui doesn't have the Schema tab. Do any of you know how to …

mongodb tabs schema compass
Creating XML with namespaces and schemas from an XElement

A longwinded question - please bear with me! I want to programatically create an XML document with namespaces and schemas. …

c# schema namespaces xelement
Is JSON validation a best practice?

Is it a best practice to validate JSON? With both a JSON schema proposal and a JavaScript implementation of a …

json validation schema jsonschema
Why are my Mongoose 3.8.7 schema getters and setters being ignored?

While working with Node.js, Mongoose and MongoDB, I have found that my Mongoose schema getters and setters do not …

node.js mongoose schema setter getter