Is there a way to apply DDL changes directly at the DB object level? The idea here is to force developers to go through a unified process whereby they have to check out an object on Git first (lets say a table from a database under the "Connections" object), if they want to apply changes at the DB level. Based on my current understanding, it looks like you have to maintain a separate set of folders to maintain the DDL scripts just like the "Scripts" folder, in order to track DDL changes to the DB.
How to Version Control Your SQL
Is there a way to apply DDL changes directly at the DB object level? The idea here is to force developers to go through a unified process whereby they have to check out an object on Git first (lets say a table from a database under the "Connections" object), if they want to apply changes at the DB level. Based on my current understanding, it looks like you have to maintain a separate set of folders to maintain the DDL scripts just like the "Scripts" folder, in order to track DDL changes to the DB.