New tables must have the id unsigned.

Merged from MOODLE_18_STABLE
This commit is contained in:
stronk7
2007-08-27 14:43:30 +00:00
parent 2dcccb0fad
commit ec2e146dc5
@@ -88,6 +88,7 @@ class new_table extends XMLDBAction {
$field->setType(XMLDB_TYPE_INTEGER);
$field->setLength(10);
$field->setNotNull(true);
$field->setUnsigned(true);
$field->setSequence(true);
$field->setComment('id of the table, please edit me');
$field->setLoaded(true);