I have three identical tables that will have the same field of type enum. Is there a way that I can simply reuse a single enumeration instead of creating each (duplicated) enumeration? Conscious of BNF / do not want to use it / small project.
source
share