1 -- @tag: customer_long_entries
 
   2 -- @description: Lange Spalten für Kundentabelle
 
   3 -- @depends: release_2_6_1
 
   5 ALTER TABLE customer ALTER COLUMN account_number TYPE text;
 
   6 ALTER TABLE customer ALTER COLUMN bank_code TYPE text;
 
   7 ALTER TABLE customer ALTER COLUMN ustid TYPE text;
 
   8 ALTER TABLE customer ALTER COLUMN name TYPE text;
 
   9 ALTER TABLE customer ALTER COLUMN contact TYPE text;