Skip to content

Commit

Permalink
Merge pull request #10 from seirerman/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
IchHabRecht authored Feb 22, 2017
2 parents f5c326e + e6eba8c commit e61bb9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Table structure for table 'tx_belinks_link'
#
CREATE TABLE tx_belinks_link (
uid int(11) unsigned DEFAULT '0' NOT NULL auto_increment,
uid int(11) unsigned NOT NULL auto_increment,
pid int(11) unsigned DEFAULT '0' NOT NULL,

cruser_id int(11) unsigned DEFAULT '0' NOT NULL,
Expand All @@ -13,7 +13,7 @@ CREATE TABLE tx_belinks_link (

title varchar(255) DEFAULT '' NOT NULL,
type int(11) unsigned DEFAULT '0' NOT NULL,
url mediumtext DEFAULT '' NOT NULL,
url mediumtext NOT NULL,
icon blob NOT NULL,
authentication varchar(10) DEFAULT '' NOT NULL,
parent varchar(30) DEFAULT '0' NOT NULL,
Expand Down

0 comments on commit e61bb9f

Please sign in to comment.