When rebuilding a table, for me specifically, adding an index, FULLTEXT indexes aren't kept.

Steps to reproduce

Code:
ALTER TABLE developernotes
ADD FULLTEXT (Notes);
Add a new index in Studio for developernotes.

Index is no longer there.

Tested using the latest DF 20.1 with 10.6.5-MariaDB