If I define a metadata text field to be 2,000 characters will that create a char(2000) field to be stored in the database or will it be varchar(2000)?
I checked the help file for metadata fields but all I found was:
Field Types -Before creating or modifying a field, you should be familiar with available field types.
Text - The Text type is the most permissive type of field. Any text can be assigned to it. However, you can optionally constrain a text field to restrict the type or format of information stored in it.