There is no index, so yes, you need to add explicitly add the index.
Edited to add ...
I probably should add that the source table / column for the data in table T must have a unique index. If you try to make FK a column that is not a unique index (either as PK or with a UNIQUE constraint), FK cannot be created.
source
share