]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/database/wrapper/node/class_NodeListDatabaseWrapper.php
Added two generic elements to node-list table
[hub.git] / application / hub / main / database / wrapper / node / class_NodeListDatabaseWrapper.php
index f5f860ab8b339ff50cf48bb69f9ae439d9d50f0e..8b55018a1c6174e7af61a37cbd29842c24a8d695 100644 (file)
@@ -25,6 +25,10 @@ class NodeListDatabaseWrapper extends BaseDatabaseWrapper implements NodeListWra
        // Table names
        const DB_TABLE_NODE_LIST = 'node_list';
 
+       // Table columns
+       const DB_COLUMN_ANSWER_STATUS = 'last_answer_status';
+       const DB_COLUMN_MESSAGE_TYPE  = 'last_message_type';
+
        // Other constants
        const INVALID_IP_PORT = 'invalid:invalid';