From 60227262ac4095f77ef54aa08e97931d4d3e73ba Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 31 Dec 2019 17:08:11 +0900 Subject: [PATCH] Update database.php --- system/database.php | 3 +++ 1 file changed, 3 insertions(+) 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") ) ));