]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/RequirementSpecPart.pm
MetaSetup Dateien aktualisiert
[mfinanz.git] / SL / DB / MetaSetup / RequirementSpecPart.pm
index b29ae420438d1084469b3fe9c1fe9ef883f47b02..c4627ae5a4cb7e57915d5de8640fac8e7c2e8380 100644 (file)
@@ -9,8 +9,8 @@ use base qw(SL::DB::Object);
 __PACKAGE__->meta->table('requirement_spec_parts');
 
 __PACKAGE__->meta->columns(
-  id                  => { type => 'serial', not_null => 1 },
   description         => { type => 'text', not_null => 1 },
+  id                  => { type => 'serial', not_null => 1 },
   part_id             => { type => 'integer', not_null => 1 },
   position            => { type => 'integer', not_null => 1 },
   qty                 => { type => 'numeric', not_null => 1, precision => 15, scale => 5 },