TYPO3 has foreign type notations. The most common use case is for sys_file_reference, which have different fields based on what file type it is referencing.
This is currently not supported and just falls back to considering the table typeless. (thanks to #32)
But at some point we'll have to support it, although I don't know of any extensions that use that besides file reference, and we currently don't support file references.
TYPO3 has foreign type notations. The most common use case is for sys_file_reference, which have different fields based on what file type it is referencing.
This is currently not supported and just falls back to considering the table typeless. (thanks to #32)
But at some point we'll have to support it, although I don't know of any extensions that use that besides file reference, and we currently don't support file references.