Magento2 InstallSchema.php does not create the table specified

DB schema command would not run again if it has been already executed so you need to remove database entry for your module in setup_module table.
Removing the record from setup_module with module = ‘MyVendor_Helpdesk’ should make it run again.

Keeping writing the good code 🙂