Top "Schema" questions

Schema means shape, or more generally, plan.

Import and export schema in cassandra

How to import and export schema from Cassandra or Cassandra cqlsh prompt?

database cassandra schema database-schema cqlsh
Does rake db:schema:dump recreate schema.rb from migrations or the database itself?

Does rake db:schema:dump recreate schema.rb from migrations or the database itself?

ruby-on-rails schema migration rake
Why don't most vim color schemes look as nice as the screenshot when I use them?

I have downloaded many vim color schemas and tried them out, but many of them don't look like the official …

vim colors terminal schema
How to create schema containing list of objects using Avro?

Does anyone knows how to create Avro schema which contains list of objects of some class? I want my generated …

java schema avro
Differences between Database and Schema using different databases?

What are the differences in database terminology between MS SQL and MySQL? Can a MySQL instance have more than one …

mysql sql-server database schema
Find SQLite Column Names in Empty Table

For kicks I'm writing a "schema documentation" tool that generates a description of the tables and relationships in a database. …

database sqlite schema
Using RegEx in JSON Schema

Trying to write a JSON schema that uses RegEx to validate a value of an item. Have an item named …

regex json schema jsonschema
add_column for references (Rails)

I have the following Rails migration which works perfectly (irrelevant pieces removed): create_table :comments do |t| t.text :body …

ruby-on-rails schema
Log4Net "Could not find schema information" messages

I decided to use log4net as a logger for a new webservice project. Everything is working fine, but I …

web-services logging schema web-config log4net
What does this web.xml error mean?

<?xml version="1.0" encoding="UTF-8"?> <web-app version="2.5" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="…

schema web.xml