diff --git a/plasmid/source/core-plugins/petermigration/1/as/definitions.py b/plasmid/source/core-plugins/petermigration/1/as/definitions.py index bd6364c06b98ff1297255e25a0c092f11a472ce8..54e5519c479665ec11fe886a0c5a71347270947f 100644 --- a/plasmid/source/core-plugins/petermigration/1/as/definitions.py +++ b/plasmid/source/core-plugins/petermigration/1/as/definitions.py @@ -351,5 +351,9 @@ siRNADefinition = [ # Data Set Types # documentDefinition = [ - ["NOTES", "General information", "Notes", DataType.MULTILINE_VARCHAR, None, "Notes regarding the dataset", None, None, False] + ["NOTES", "General", "Notes", DataType.MULTILINE_VARCHAR, None, "", None, None, False], + ["CREATION_DATE", "General", "date created", DataType.TIMESTAMP, None, "", None, None, False], + ["MODIFICATION_DATE", "General", "date modified", DataType.TIMESTAMP, None, "", None, None, False], + ["INFO", "General", "info", DataType.VARCHAR, None, "", None, None, False] + ];