Changeset View
Changeset View
Standalone View
Standalone View
resources/sql/patches/036.mailkey.sql
| Show All 10 Lines | CREATE TABLE {$NAMESPACE}_metamta.metamta_receivedmail ( | ||||
| attachments longblob not null, | attachments longblob not null, | ||||
| relatedPHID varchar(64) binary, | relatedPHID varchar(64) binary, | ||||
| key(relatedPHID), | key(relatedPHID), | ||||
| authorPHID varchar(64) binary, | authorPHID varchar(64) binary, | ||||
| key(authorPHID), | key(authorPHID), | ||||
| message longblob, | message longblob, | ||||
| dateCreated int unsigned not null, | dateCreated int unsigned not null, | ||||
| dateModified int unsigned not null | dateModified int unsigned not null | ||||
| ) engine=innodb; | ) engine=innodb; | ||||
| No newline at end of file | |||||