[Vtigercrm-commits] [vtiger-commits] r3887 - /vtigercrm/trunk/adodb/DatabaseSchema.xml
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Feb 22 06:30:53 EST 2006
Author: saraj
Date: Wed Feb 22 04:30:48 2006
New Revision: 3887
Log:
Announcement table added
Modified:
vtigercrm/trunk/adodb/DatabaseSchema.xml
Modified: vtigercrm/trunk/adodb/DatabaseSchema.xml
==============================================================================
--- vtigercrm/trunk/adodb/DatabaseSchema.xml (original)
+++ vtigercrm/trunk/adodb/DatabaseSchema.xml Wed Feb 22 04:30:48 2006
@@ -6979,6 +6979,17 @@
</table>
-
+ <table name="announcement">
+ <field name="creatorid" type="I" size="19">
+ <KEY/>
+ </field>
+ <field name="announcement" type="X">
+ </field>
+ <field name="title" type="C" size="255">
+ </field>
+ <field name="time" type="T">
+ <DEFTIMESTAMP/>
+ </field>
+ </table>
</schema>
More information about the vtigercrm-commits
mailing list