table   in   ActiveModel.tables 
    for   each   column   in   table.columns 
       
if (column.GetExtendedAttribute("ExtCollation"<>""then
         output(table.Name 
+ "." + column.Name)
         
call column.SetExtendedAttributeText ("ExtCollation","" )
       
end if
    
next 
next

相关文章: