add comments about not case

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15162 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2013-02-13 12:03:45 +00:00
parent f9f370cd5f
commit 4b7181dfee

View File

@ -12,6 +12,8 @@ package xCAT_schema::Sample;
# jobid, status, node, jobstatus are the sample column names.
# Change them to your like. Please make sure all table names start with "x_".
# Each table must have a 'disable' and comments column.
# Table names and attributes must be lower case, no case sensitivity is
# supported.
# Please do not use SQL reserved words for your table names and column names.
# Use this site to check the reserved words:
# http://www.petefreitag.com/tools/sql_reserved_words_checker/