Hi,
Any way to add caption somehow?
I would like the table header to appear like this:
LOCS Location int
Many thanks,
Anahita
Hi,
Any way to add caption somehow?
I would like the table header to appear like this:
LOCS Location int
Many thanks,
Anahita
You can use the [note: '']
syntax to the column.
Table hotels {
loc int [note: 'Location of hotel']
}
Hi, thank you… But that does not appear when I create an export… (