trouble creating Enum
Hi everyone, here's my code:
I'm getting the errors:
error: type "frequency" does not exist
error: type "subscription_name" does not exist
I'm doing exactly the same thing on other tables, not sure what i'm doing wrong here...
Thanks for any help5 Replies
Hi there. I got a few questions:
- I assume these errors appear upon running the migration command, is this correct?
- If the answer to the prior is yes, what does that migration look like? (SQL code)
Thank you for the quick reply, i figured it out though
I forgot to export the enums
Solution
it appeared on migration yes
Oh yeah, didn't notice that lol. Glad you got it solved though