Skip to content
Snippets Groups Projects
Commit 0ee7eac2 authored by barillac's avatar barillac
Browse files

document definition added

SVN: 33011
parent 4db36f40
No related branches found
No related tags found
No related merge requests found
......@@ -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]
];
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment