Update database.php

This commit is contained in:
Namhyeon Go 2019-12-31 17:08:11 +09:00 committed by GitHub
parent 50cc0d6207
commit 60227262ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")
)
));