//For all you DBA(s)
function name_db_table(name){
return name + (Math.random()>.5?"s":"");
}
//Ever work on a schema that didn't do that?
Post
April 13, 2017
April 13, 2017
//For all you DBA(s)
function name_db_table(name){
return name + (Math.random()>.5?"s":"");
}
//Ever work on a schema that didn't do that?