This commit is contained in:
Julius Haertl
2016-06-20 10:44:41 +02:00
parent ba8283dcdf
commit c0a9f010a8
28 changed files with 691 additions and 106 deletions

View File

@@ -88,6 +88,12 @@
<notnull>true</notnull>
<length>64</length>
</field>
<field>
<name>description</name>
<type>text</type>
<notnull>false</notnull>
<length>4096</length>
</field>
<field>
<name>stack_id</name>
<type>integer</type>
@@ -207,10 +213,10 @@
<notnull>false</notnull>
</field>
<field>
<name>owner</name>
<type>text</type>
<name>board_id</name>
<type>integer</type>
<notnull>true</notnull>
<length>64</length>
<length>8</length>
</field>
</declaration>
</table>