Issue I am writing a Groovy script to remove certain sensitive data created before a specific date, so that the Liferay database can be shared with support . One of the tables that contains sensitive data is DDMFieldAttribute. As this table has no createDate column, it's not clear how I...