On Wed, Jul 8, 2020, 13:17 mamet007 <[email protected]> wrote: > Using a fresh copy of RDS on AWS. I initialized the schema few times > already > here is the output of my 2nd attempt. >
The script is not idempotent, and multiple initialization attempts will not be fresh. What was the output of your *first* attempt? If only specific columns are not being created, in this case a column which uses a custom type, perhaps the user you are using to apply the schema lacks necessary permissions? - Mike
