Explorar el Código

lib/srdb1: schema - added id auto-increment column to matrix

- coherence across all tables
Daniel-Constantin Mierla hace 5 años
padre
commit
740840ebe9
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10 0
      src/lib/srdb1/schema/matrix.xml

+ 10 - 0
src/lib/srdb1/schema/matrix.xml

@@ -21,6 +21,16 @@
         </db:para>
         </db:para>
     </description>
     </description>
 
 
+    <column id="id">
+        <name>id</name>
+        <type>unsigned int</type>
+        <size>&table_id_len;</size>
+        <autoincrement/>
+        <primary/>
+        <type db="dbtext">int,auto</type>
+        <description>unique ID</description>
+    </column>
+
     <column id="first">
     <column id="first">
         <name>first</name>
         <name>first</name>
         <type>int</type>
         <type>int</type>