drop column ref works

This commit is contained in:
Jan Prochazka
2021-09-05 11:01:52 +02:00
parent 0ef5ac04d8
commit e79e19c614
3 changed files with 17 additions and 10 deletions

View File

@@ -60,7 +60,7 @@ async function testTableDiff(conn, driver, mangle) {
// const TESTED_COLUMNS = ['col_pk', 'col_std', 'col_def', 'col_fk', 'col_ref', 'col_idx', 'col_uq'];
// const TESTED_COLUMNS = ['col_pk'];
// const TESTED_COLUMNS = ['col_idx'];
const TESTED_COLUMNS = ['col_uq'];
const TESTED_COLUMNS = ['col_ref'];
// const TESTED_COLUMNS = ['col_std'];
function engines_columns_source() {