schemats
schemats copied to clipboard
Object should be object instead?
I used this command:
schemats generate -c 'postgres://postgres:postgres@localhost/postgres' -t 'user_map_table' -o schemas/user-map.ts
and I got:

but shouldn't it be object not Object?

it's more consistent I think