---
title: "Feature: #97173 - Auto creation of database fields for TCA \"slug\""
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-97173-1663950087"
source: "Changelog/12.0/Feature-97173-AutoCreationOfDatabaseFieldsForTCASlug.rst"
typo3-version: "12.0"
typo3-major: 12
type: "feature"
issue: 97173
forge: "https://forge.typo3.org/issues/97173"
tags: ["Database", "ext:core"]
rendered: "2026-09-23T16:35:56+00:00"
---

# Feature: #97173 - Auto creation of database fields for TCA "slug" {#feature-97173-1663950087}

See [forge#97173](https://forge.typo3.org/issues/97173)

## Description {#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 {#impact}

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