Skip to content

Commit 2149f03

Browse files
authored
Update createDB.php
1 parent 7ea7e92 commit 2149f03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

createDB.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@
136136
`state` varchar(255) NOT NULL,
137137
`agent_bought` int(1) NOT NULL DEFAULT 0,
138138
`agent_count` int(255) NOT NULL DEFAULT 0,
139+
`message_id` INT NULL DEFAULT NULL,
140+
`chat_id` VARCHAR(500) NULL DEFAULT NULL,
139141
PRIMARY KEY (`id`)
140142
);");
141143

0 commit comments

Comments
 (0)