Skip to content

Commit

Permalink
Merge pull request #242 from edx/ahodges/DOC1784
Browse files Browse the repository at this point in the history
Fixes DOC-1784 and AN-3921
  • Loading branch information
Alison Hodges committed Apr 6, 2015
2 parents e17997f + bb78d4c commit faf2a3c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions en_us/data/source/internal_data_formats/sql_schema.rst
Original file line number Diff line number Diff line change
Expand Up @@ -374,9 +374,9 @@ The ``auth_userprofile`` table has the following columns.
+--------------------+--------------+------+-----+------------------------------------------+
| allow_certificate | tinyint(1) | NO | | |
+--------------------+--------------+------+-----+------------------------------------------+
| country | varchar(2) | YES | | |
| country | varchar(2) | YES | | |
+--------------------+--------------+------+-----+------------------------------------------+
| city | longtext | YES | | |
| city | longtext | YES | | |
+--------------------+--------------+------+-----+------------------------------------------+

**History**: ``country`` and ``city`` added January 2014. The organization of
Expand Down Expand Up @@ -568,6 +568,8 @@ mailing_address
Collected during student registration from a text field control. A blank
string for students who elect not to enter anything.

This column can contain multiple lines, which are separated by '``\r\n``'.

**History**: This information began to be collected after the transition
from MITx to edX; prototype course students have NULL for this field.

Expand Down Expand Up @@ -628,6 +630,8 @@ goals
label "Goals in signing up for edX". A blank string for students who elect
not to enter anything.

This column can contain multiple lines, which are separated by '``\r\n``'.

**History**: This information began to be collected after the transition
from MITx to edX; prototype course students have NULL for this field.

Expand Down

0 comments on commit faf2a3c

Please sign in to comment.