외교부 틀 작성중. 재야의 외교 메시지는 항상 보이도록

This commit is contained in:
2019-01-26 03:31:04 +09:00
parent cc853a0632
commit 1bc08930be
7 changed files with 150 additions and 23 deletions
+1 -1
View File
@@ -565,7 +565,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','activated','cancelled') NOT NULL DEFAULT 'proposed',
`state` ENUM('proposed','activated','cancelled','replaced') NOT NULL DEFAULT 'proposed',
`text_brief` TEXT NOT NULL,
`text_detail` TEXT NOT NULL,
`date` DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP,