Skip to content

Commit

Permalink
fix: corrected CREATE TABLE (#3037)
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Jun 30, 2024
1 parent 3ece36e commit 5ef4346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpmyfaq/src/phpMyFAQ/Instance/Database/Sqlsrv.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Sqlsrv extends Database implements Driver
id INTEGER NOT NULL,
time INTEGER NOT NULL,
usr INTEGER NOT NULL,
text NVARCHAR(8000) NOT NULL,
text NVARCHAR(4000) NOT NULL,
ip NVARCHAR(64) NOT NULL,
PRIMARY KEY (id))',

Expand Down

0 comments on commit 5ef4346

Please sign in to comment.