comment for optional fields
This commit is contained in:
@@ -669,7 +669,9 @@ document.getElementById('btnInsert').addEventListener('click', async () => {
|
|||||||
type: col.EDITOR_TYPE,
|
type: col.EDITOR_TYPE,
|
||||||
data_type: col.DATA_TYPE,
|
data_type: col.DATA_TYPE,
|
||||||
is_fk: col.IS_FOREIGN_KEY,
|
is_fk: col.IS_FOREIGN_KEY,
|
||||||
fk_info: col.FOREIGN_KEY
|
fk_info: col.FOREIGN_KEY,
|
||||||
|
comment: col.COLUMN_COMMENT || '' // ✅ Добавлен комментарий
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user