drop column with default works

This commit is contained in:
Jan Prochazka
2021-09-05 11:18:44 +02:00
parent e79e19c614
commit eaa5970a0f
4 changed files with 25 additions and 14 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_ref'];
const TESTED_COLUMNS = ['col_def'];
// const TESTED_COLUMNS = ['col_std'];
function engines_columns_source() {