| Current Path : /var/www/surf/TYPO3/vendor/typo3/cms-dashboard/ |
| Current File : /var/www/surf/TYPO3/vendor/typo3/cms-dashboard/ext_tables.sql |
#
# Table structure for table 'be_dashboards'
#
CREATE TABLE be_dashboards (
identifier varchar(120) DEFAULT '' NOT NULL,
cruser_id int(11) unsigned DEFAULT 0 NOT NULL,
title varchar(120) DEFAULT '' NOT NULL,
widgets text,
KEY identifier (identifier)
);