Schema互相授权
Schema相互授权
['TABLE1','TABLE2'].forEach(t=>{ console.log(`grant all on ${t} to ${'targetUser'.toUpperCase()}`) });