<?xml version="1.0"?> <!-- $Id: db.table.comment.xml 2305 2004-02-20 09:34:51Z cvs_iezzi $ --> <table name="comment" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../lib/sourdough/Sd_Db/settings/table.xsd"> <fields> <field> <primarykey>true</primarykey> <autoincrement>true</autoincrement> <name>id</name> <type>piga_id</type> </field> <field> <name>pictureid</name> <type>piga_id</type> <description>ID of picture</description> </field> <field> <name>userid</name> <type>piga_id</type> <description>ID of user</description> </field> <field> <name>comment</name> <type>text</type> <description>user comment</description> </field> <field> <name>timestamp</name> <type>piga_epoch</type> <description>timestamp when album has been created</description> </field> </fields> <indexes> <index> <name>ind_comm1</name> <indexfields> <indexfield> <name>pictureid</name> </indexfield> </indexfields> </index> <index> <name>ind_comm2</name> <indexfields> <indexfield> <name>userid</name> </indexfield> </indexfields> </index> </indexes> </table>