********************************************************** sql.txt @author gERD Schaufelberger @copyright 2004/2005 Wombat Web Bench @link http://wombat.exit0.net @package wombat @subpackage manual ********************************************************** SQL-Dumps ========= To ease installation and to make it complete, the manual of Wombat also contains the sql-statements to create required tables and sometimes to populate them with examples. All those SQL-statements can be found in sql-directory. As those files are dumps from MySQL, there is no guarantee, that those statements may apply to other database systems. Furthermore, those files are often dumped in a hurry (and I have to appologize for that) and may never been verified or testet. Please treat those files as clues to setup your own database. Also note, that there is no "auto_increment" or similar for the "primary key". (Your database does not even have to know, which is the primary key. Please refer to the manual of PEAR:DB for further information). Furthermore it is important to know, that table names (and fields) must match to the actual configuration. Usually, all used tables must be configures in "conf/tables.xml". See "tables.txt"