Initial revision
This commit is contained in:
commit
071f965654
331 changed files with 56413 additions and 0 deletions
BIN
schema/.DS_Store
vendored
Executable file
BIN
schema/.DS_Store
vendored
Executable file
Binary file not shown.
29
schema/id-table-schema.xml
Executable file
29
schema/id-table-schema.xml
Executable file
|
@ -0,0 +1,29 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<!DOCTYPE database SYSTEM
|
||||
"http://jakarta.apache.org/turbine/dtd/database.dtd">
|
||||
|
||||
<!-- ==================================================================== -->
|
||||
<!-- -->
|
||||
<!-- I D B R O K E R S C H E M A -->
|
||||
<!-- -->
|
||||
<!-- ==================================================================== -->
|
||||
<!-- This is the XML schema use by Torque to generate the SQL for -->
|
||||
<!-- ID_TABLE table used by the id broker mechanism in Turbine. -->
|
||||
<!-- ==================================================================== -->
|
||||
<!-- @author: <a href="mailto:jvanzyl@apache.org">Jason van Zyl</a> -->
|
||||
<!-- @version $Id: id-table-schema.xml,v 1.1 2004/01/07 15:32:36 travismccauley Exp $ -->
|
||||
<!-- ==================================================================== -->
|
||||
|
||||
<database name="Roster">
|
||||
<table name="ID_TABLE" idMethod="idbroker">
|
||||
<column name="ID_TABLE_ID" required="true" primaryKey="true" type="INTEGER"/>
|
||||
<column name="TABLE_NAME" required="true" size="255" type="VARCHAR"/>
|
||||
<column name="NEXT_ID" type="INTEGER"/>
|
||||
<column name="QUANTITY" type="INTEGER"/>
|
||||
|
||||
<unique>
|
||||
<unique-column name="TABLE_NAME"/>
|
||||
</unique>
|
||||
|
||||
</table>
|
||||
</database>
|
1
schema/roster-schema.xml
Executable file
1
schema/roster-schema.xml
Executable file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue