I have an entity that stores an array of enum values ``` extensions: [TokenExtension!]! enum TokenExtension { # Access control management ACCESS_MANAGED # Bond-specific functionality BOND } ``` During the migration it fails with ``` Error: Migrate project failed: Error: Cannot find entity referenced by field extensions on type Token ```