Skip to content

Commit 5b4f325

Browse files
committed
remove length
1 parent 8e074e4 commit 5b4f325

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

files/acp/database/install_dev.hanashi.wsdb.links.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@
88
PartialDatabaseTable::create('wcf1_wsdb_database')
99
->columns([
1010
TinyintDatabaseTableColumn::create('enableLinks')
11-
->length(1)
1211
->notNull()
1312
->defaultValue(0),
1413
TinyintDatabaseTableColumn::create('linksMandatory')
15-
->length(1)
1614
->notNull()
1715
->defaultValue(0),
1816
]),

0 commit comments

Comments
 (0)