diff --git a/collector/sql.pm b/collector/sql.pm
index 0f384ef6862dd983df427e9b8c5f783c2de250c3..28cec895035f46093c3f11897bda3d3539b68ed2 100644
--- a/collector/sql.pm
+++ b/collector/sql.pm
@@ -62,7 +62,7 @@ sub     insertTransactionWithContractAddress
                 (   hash,                       "blockId",    nonce,          gas,
                     "gasPrice",                 value,        "fromAccountId","toAccountId",
                     status,                     "gasUsed",    input,          inputlen,
-                    "type",                     "contractaddressAccountId" )
+                    "contractaddressAccountId", "type" )
                 VALUES  (?,?,?,?,?,?,?,?,?,?,?,?,?,?)
             ))
         );