salix/db/versions/10929-orangeAnthurium/00-firstScript.sql

2 lines
170 B
MySQL
Raw Normal View History

2024-03-14 07:36:19 +00:00
-- 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;