MssqlPrimaryKeySchema({required this.name, required List<String> columns}) : columns = List<String>.unmodifiable(columns);