외교 서신 추가 기능

This commit is contained in:
2019-04-07 22:17:13 +09:00
parent 36d83804d0
commit 7b7baaea62
2 changed files with 139 additions and 1 deletions
+1 -1
View File
@@ -580,7 +580,7 @@ CREATE TABLE `ng_diplomacy` (
`src_nation_id` INT(11) NOT NULL,
`dest_nation_id` INT(11) NOT NULL,
`prev_no` INT(11) NULL DEFAULT NULL,
`state` ENUM('proposed','activaed','cancelled') NOT NULL DEFAULT 'proposed',
`state` ENUM('proposed','activated','cancelled') NOT NULL DEFAULT 'proposed',
`text_brief` TEXT NOT NULL,
`text_detail` TEXT NOT NULL,
`date` DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP,