FAQ/databaseadhocconfig-table-structure.md
... ...
@@ -0,0 +1,17 @@
1
+#DatabaseAdHocConfig Table Structure
2
+
3
+When using _DatabaseAdHocConfig_ Izenda reports saves report definitions to the database.
4
+
5
+Reports are saved in a special table created for this purpose:
6
+
7
+```sql
8
+[Name](nvarchar(255), null)
9
+[Xml] (ntext, null)
10
+[CreatedDate](datetime, null)
11
+[ModifiedDate](datetime, null)
12
+[TenantID](nvarchar(255), null)
13
+[Form](nvarchar(max), null)
14
+[ReportSourceID](int, null)
15
+[IzendaAdHocReportsID](int, null)
16
+[Thumbnail] [varbinary](max) NULL
17
+```
... ...
\ No newline at end of file