Static entities cannot, and should not be changed! This is very bad advise Joey! They are likely used as foreign keys, so you'd get foreign key constraint violations anyway, and publishing their Module would overwrite any changes you made. Also, your application will break, as using a Static Entity record that does not exist in the data base leads to errors. So NEVER EVER do that!
↧