I have a specific table in the database, in it I keep information of classes that are created, swimming classes, futsal classes, bodybuilding classes and so on, it is already in use and with several classes already registered, but now I need the following functionality in the system, I needed to add a new column, which will save the student's tolerance of entry time in the club concierge, for example if a swimming class is created, it will be registered in a tolerance time in minutes, for example 10 minutes, this means that the student can only arrive up to 10 minutes before class, if he arrives 20 minutes before, access is blocked. because the problem is, as the classes that already exist have not yet made this configuration, by default, I will leave to be this column class with 15 (in this case 15 minutes), the question is, how do I make a script that instead of leaving the information in the classes that already exist as "null" leave 15 filled for example?
I'm using sqlserver2017