On Saturday, 6 November 2021 at 19:51:09 UTC, Adam Ruppe wrote:
> On Saturday, 6 November 2021 at 19:45:49 UTC, Chris Bare wrote:
>> dbForeignKey!(Position)
>
>
> static if(is(T == dbForeignKey!Arg, Arg)) {
> // use Arg here
> }
Thanks, that did it.