In the LGIM, there are the following fields in most of the layers:
| LASTUPDATE | Last Update Date | Date | 36 |
| LASTEDITOR | Last Editor | String | 50 |
When you enable editor tracking for a layer, it creates the following fields:
| created_user | created_user | String | 255 |
| created_date | created_date | Date | 36 |
| last_edited_user | last_edited_user | String | 255 |
| last_edited_date | last_edited_date | Date | 36 |
last_edited_user and last_edited_date are automatically populated when you edit, but these are duplicate fields of the LASTUPDATE and LASTEDITOR fields.
QUESTION:
Can I delete the "LASTUPDATE" and "LASTEDITOR" fields without messing up the layers when deploying maps/apps?