diff --git a/system/database.php b/system/database.php index 152f040..b282de5 100644 --- a/system/database.php +++ b/system/database.php @@ -801,6 +801,9 @@ if(!check_function_exists("exec_db_table_create")) { "suffix" => ".tables", "setindex" => array( "index_1" => array("datetime") + ), + "setunique" => array( + "unique_1" => array("table_name") ) ));