Skip to content

Commit

Permalink
Update MSSQLTestSchema.php
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane committed Jan 2, 2024
1 parent 4573b27 commit 25d545c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/webfiori/database/tests/mssql/MSSQLTestSchema.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public function __construct() {
],
'pic' => [
ColOption::TYPE => 'binary',
ColOption::SIZE => 100
ColOption::SIZE => 1
]
]);
$table03->addReference($table00, ['user-id'=>'id'], 'user_profile_pic_fk', 'no action', 'no action');
Expand Down

0 comments on commit 25d545c

Please sign in to comment.