Added source and target to database fields

This commit is contained in:
Michael Gapczynski 2011-06-16 15:54:25 -04:00
parent fe4a213e1b
commit e6621b9c78
1 changed files with 12 additions and 5 deletions

View File

@ -13,26 +13,33 @@
<notnull>true</notnull>
<length>128</length>
</field>
<field>
<name>source</name>
<type>text</type>
<notnull>true</notnull>
<length>128</length>
</field>
<field>
<name>target</name>
<type>text</type>
<notnull>true</notnull>
<length>128</length>
</field>
<field>
<name>uid_owner</name>
<type>text</type>
<default></default>
<notnull>true</notnull>
<length>64</length>
</field>
<field>
<name>uid_shared_with</name>
<type>text</type>
<default>
</default>
<notnull>true</notnull>
<length>64</length>
</field>
<field>
<name>permissions</name>
<type>text</type>
<default>
</default>
<notnull>true</notnull>
<length>3</length>
</field>