Suggest: Clean space in Db table names?

Hi all, just an hint …is possible to remove space from table names?

@JoEz,

No, its not possible at least not for ERPNext and Frappe Doctypes. In your custom app, you can avoid the spaces in DB table names by saving the DocType name without any spaces while creating new DocType.

why do you want to remove the spaces from Db table names?

Thanks, Makarand

@makarand_b …well …honestly is first time i see space in table names as well as in class names …basically when coding spaces are replaced by “_” or CamelLike names are used …also in angular, js use CamelLike convention and html use ng-tag …spaces in http address are all replaced as %20 …not really SEO friendly

Not saying that’s a problem just noticed that’s unconventional …