|
71 | 71 | ]);
|
72 | 72 | settings.de.log = createDataExtension('Log', [
|
73 | 73 | { "Name": "date", "FieldType": "Date", "IsRequired": true },
|
74 |
| - { "Name": "timestamp", "FieldType": "Text", "MaxLength": 25, "IsRequired": true }, |
75 |
| - { "Name": "id", "FieldType": "Text", "MaxLength": 255, "IsRequired": true }, |
76 |
| - { "Name": "message", "FieldType": "Text", "MaxLength": 4000, "IsRequired": true }, |
77 |
| - { "Name": "level", "FieldType": "Text", "MaxLength": 50, "IsRequired": true }, |
| 74 | + { "Name": "timestamp", "FieldType": "Text", "MaxLength": 25, "IsRequired": true, "IsPrimaryKey": true }, |
| 75 | + { "Name": "id", "FieldType": "Text", "MaxLength": 255, "IsRequired": true, "IsPrimaryKey": true }, |
| 76 | + { "Name": "message", "FieldType": "Text", "MaxLength": 4000, "IsRequired": true, "IsPrimaryKey": true }, |
| 77 | + { "Name": "level", "FieldType": "Text", "MaxLength": 50, "IsRequired": true, "IsPrimaryKey": true }, |
78 | 78 | { "Name": "category", "FieldType": "Text", "MaxLength": 254, "IsRequired": true, "IsPrimaryKey": true }
|
79 | 79 | ]);
|
80 | 80 | // depreciated
|
|
0 commit comments