Files
cms-extbase/ext_tables.sql
T

5 lines
183 B
SQL

CREATE TABLE fe_users (
# @todo: Needs decision if removed altogether - and if not - what should happen with the default value.
tx_extbase_type varchar(255) DEFAULT '0' NOT NULL
);