2 lines
170 B
MySQL
2 lines
170 B
MySQL
|
-- Place your SQL code here
|
||
|
ALTER TABLE dipole.expedition_PrintOut MODIFY COLUMN street varchar(42) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT ' ' NOT NULL;
|