Feature: #97173 - Auto creation of database fields for TCA "slug" 

See forge#97173

Description 

TYPO3 automatically creates database fields for TCA type slug columns, if they have not already been defined in an extension's ext_tables.sql file.

Impact 

The corresponding database field definition of a slug field can be omitted from ext_tables.sql.