phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] notes/setup/tables.xml, 1.1.2.1


From: nomail
Subject: [Phpgroupware-cvs] notes/setup/tables.xml, 1.1.2.1
Date: Thu, 20 May 2004 17:21:32 -0000

Update of /notes/setup
Added Files:
        Branch: proposal-branch
          tables.xml

date: 2004/04/17 06:45:37;  author: jengo;  state: Exp;  lines: +24 -0

Log Message:
Merging changes over from the temp CVS server
=====================================================================
<?xml version="1.0"?>
<schema version="0.2">
        <table name="phpgw_notes">
                <desc>Table for notes</desc>
                <field name="note_id" type="I">
                        <descr>A unique ID assigned to each record.</descr>
                        <KEY />
                        <AUTOINCREMENT />
                        <NOTNULL />
                </field>
                <field name="note_owner" type="I"><NOTNULL /></field>
                <field name="note_access" type="C" size="7"><NOTNULL /></field>
                <field name="note_dm_type" type="C" size="1"><NOTNULL /></field>
                <field name="note_category" type="I"><NOTNULL /></field>
                <field name="note_content" type="X"><NOTNULL /></field>
                <field name="note_modified" type="T"><NOTNULL /></field>
                <field name="note_created" type="T"><NOTNULL /></field>
                <index name="note_id">
                        <descr>Put a unique index on note_id</descr>
                        <col>note_id</col>
                        <UNIQUE />
                </index>
        </table>
</schema>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]