我有很多具有以下结构的表
id(int autoinc)
name (varchar)
用于定义productoCategory,clientType,employeePosition等。这是一个有效的aproach组,所有这些都在一个表中,名称如“groupings”
id (int autoinc)
name (varchar)
table (varchar) <-- here especify the table that below this info(product, client, employee)
是有效的方法吗?可扩展性会出现问题吗?