schema.sql
changeset 30 7e8fd44b36b0
parent 27 dd659f6ba891
child 32 4d87aad3c4c0
--- a/schema.sql	Thu Jun 28 11:13:39 2007 -0400
+++ b/schema.sql	Thu Jun 28 13:49:40 2007 -0400
@@ -103,6 +103,7 @@
   old_encryption tinyint(1) NOT NULL DEFAULT 0,
   temp_password text,
   temp_password_time int(12) NOT NULL DEFAULT 0,
+  user_coppa tinyint(1) NOT NULL DEFAULT 0,
   PRIMARY KEY  (user_id)
 ) CHARACTER SET `utf8` COLLATE `utf8_bin`;