The content model is stored as a varbinary(32), the format as varbinary(64). If the standard model resp. format is used, null is written to the database instead of the actual id, saving space. Change-Id: I32659b49a9ad3cb8ecae9019562cff7de42b65f9
2 lines
88 B
SQL
2 lines
88 B
SQL
ALTER TABLE /*$wgDBprefix*/revision
|
|
ADD rev_content_model varbinary(32) DEFAULT NULL;
|