Skip to content

Commit

Permalink
Update TableClassWriter.php
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane committed Jan 3, 2024
1 parent bb5df8c commit 77f66ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webfiori/framework/writers/TableClassWriter.php
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ private function getType(string $dataType) {
return 'DataType::VARCHAR';
}
default : {
return 'varchar';
return 'DataType::VARCHAR';
}
}
}
Expand Down

0 comments on commit 77f66ba

Please sign in to comment.