Fix database field type not matching data

This commit is contained in:
Björn Fromme
2019-10-01 13:25:49 +02:00
parent ebd84e0fe5
commit 9767a7e97a
@@ -1029,8 +1029,7 @@ CREATE TABLE tx_epproducts_domain_model_badge
title varchar(255) DEFAULT '' NOT NULL,
subtitle varchar(255) DEFAULT '' NOT NULL,
link int(11) unsigned NOT NULL default '0',
page int(11) unsigned DEFAULT '0',
link varchar(255) DEFAULT '' NOT NULL,
tstamp int(11) unsigned DEFAULT '0' NOT NULL,
crdate int(11) unsigned DEFAULT '0' NOT NULL,