Skip to content
Snippets Groups Projects
Commit e6621b9c authored by Michael Gapczynski's avatar Michael Gapczynski
Browse files

Added source and target to database fields

parent fe4a213e
No related branches found
No related tags found
No related merge requests found
...@@ -13,26 +13,33 @@ ...@@ -13,26 +13,33 @@
<notnull>true</notnull> <notnull>true</notnull>
<length>128</length> <length>128</length>
</field> </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> <field>
<name>uid_owner</name> <name>uid_owner</name>
<type>text</type> <type>text</type>
<default></default>
<notnull>true</notnull> <notnull>true</notnull>
<length>64</length> <length>64</length>
</field> </field>
<field> <field>
<name>uid_shared_with</name> <name>uid_shared_with</name>
<type>text</type> <type>text</type>
<default>
</default>
<notnull>true</notnull> <notnull>true</notnull>
<length>64</length> <length>64</length>
</field> </field>
<field> <field>
<name>permissions</name> <name>permissions</name>
<type>text</type> <type>text</type>
<default>
</default>
<notnull>true</notnull> <notnull>true</notnull>
<length>3</length> <length>3</length>
</field> </field>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment