marcominerva / DatabaseGPT

Query a database using natural language
https://databasegpt.azurewebsites.net/
MIT License
56 stars 13 forks source link

Excluded columns for a specific table in SQL Server #36

Closed marcominerva closed 6 months ago

marcominerva commented 8 months ago

Currently, excluded columns are global, i.e., an excluded column is excluded from all the tables that contain a column with that name. It would be useful the have the ability to exclude a column in a specific table. So, the following behavior must be implemented: