OSDN Git Service

項目を追加した
[webchat/WebChat.git] / init.sql
index a86107b..06bf100 100644 (file)
--- a/init.sql
+++ b/init.sql
@@ -10,6 +10,7 @@ create table list(name VARCHAR(64) NOT NULL,
        age SMALLINT  UNSIGNED DEFAULT 0,
        height SMALLINT  UNSIGNED DEFAULT 0,
        weight SMALLINT  UNSIGNED DEFAULT 0,
+       gender VARCHAR(8),
        race VARCHAR(64),
        password VARCHAR(16),
        lastmodified DATETIME,