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 488f7ba commit bb5df8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webfiori/framework/writers/TableClassWriter.php
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,9 @@ private function getType(string $dataType) {
}
case 'varchar' : {
return 'DataType::VARCHAR';
}
default : {
return 'varchar';
}
}
}
Expand Down

0 comments on commit bb5df8c

Please sign in to comment.