OSDN Git Service

update table info
authorISHIKAWA Mutsumi <ishikawa@hanzubon.jp>
Wed, 31 Oct 2012 14:03:12 +0000 (23:03 +0900)
committerISHIKAWA Mutsumi <ishikawa@hanzubon.jp>
Wed, 31 Oct 2012 14:03:12 +0000 (23:03 +0900)
mubot.mysql

index 7fa574d..f286a31 100644 (file)
@@ -1,5 +1,5 @@
 CREATE TABLE posts (
-       id INT PRIMARY KEY AUTO_INCREMENT,
+       id BIGINT UNSIGNED PRIMARY KEY AUTO_INCREMENT,
        submitter VARCHAR(32) NOT NULL,
        submitter_type INTEGER NOT NULL default 1,
        fb_post_id BIGINT UNSIGNED UNIQUE NOT NULL,