TYPO3ContentElements/ext_tables.sql
Daniel Siepmann e967112277
Add content element "skillsets"
Allow editors to add new content element "skills".
The element contains an input for a comma separated list of skill IDs.
A preview in backend is shown.
Frontend rendering is provided.
2020-09-22 14:17:36 +02:00

4 lines
124 B
SQL

CREATE TABLE tt_content (
skilldisplay_skills TEXT,
skilldisplay_skillset int(11) unsigned DEFAULT '0' NOT NULL,
);