}
if (validateTables && !columnsValidated) // Table not just created and validation requested
{
// Check down to the column structure where required
t.validate(getCurrentConnection(), validateColumns, false, autoCreateErrors);
}
else if (!columnsValidated)
{
// Validation not requested but allow initialisation of the column information
String initInfo = getStringProperty("datanucleus.rdbms.initializeColumnInfo");