Skip to content

Commit

Permalink
Update 457 Korrigiert
Browse files Browse the repository at this point in the history
  • Loading branch information
lenilsas committed Feb 10, 2025
1 parent d55265b commit a3c8279
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public void run() throws ApplicationException
false);
t.add(datum);

Column zweck = new Column("zweck", COLTYPE.VARCHAR, 140, null, false,
Column zweck = new Column("zweck", COLTYPE.VARCHAR, 500, null, false,
false);
t.add(zweck);

Expand Down

0 comments on commit a3c8279

Please sign in to comment.