I am creating a data interface project, importing a table from an Azure database, creating a new entity. The data is displayed correctly on the preview panes in the first two steps of the process, but then I get an error: "There was an error while creating this entity. Details: Sql error: 'String or binary data would be truncated. The statement has been terminated.'."
I don't understand how data in any field can be truncated since a new entity is being truncated unless there are data types that I should not be using?
Thank you,
Orlando.