alter table tests

This commit is contained in:
Jan Prochazka
2024-09-13 15:10:58 +02:00
parent b366a7d451
commit 0d1b6702a7
2 changed files with 12 additions and 3 deletions

View File

@@ -146,13 +146,14 @@ const engines = [
skipIndexes: true,
skipNullability: true,
skipUnique: true,
skipAutoIncrement:true
skipAutoIncrement: true,
skipPkColumnTesting: true,
},
];
const filterLocal = [
// filter local testing
'-MySQL',
'MySQL',
'-MariaDB',
'-PostgreSQL',
'-SQL Server',