I want to add indexes to some of the columns in a table on creation. Is there are way to add them to the CREATE TABLE definition or do I have to add them afterward with anot
No.
However, you can create unique indexes in the create, but that's because they are classed as constraints. You can't create a "general" index.
unique