schemats icon indicating copy to clipboard operation
schemats copied to clipboard

Object should be object instead?

Open ORESoftware opened this issue 5 years ago • 1 comments

I used this command:

schemats generate -c 'postgres://postgres:postgres@localhost/postgres' -t 'user_map_table' -o schemas/user-map.ts

and I got:

Screenshot from 2020-02-23 23-04-53

but shouldn't it be object not Object?

Screenshot from 2020-02-23 23-05-11

it's more consistent I think

ORESoftware avatar Feb 24 '20 07:02 ORESoftware

Probably

HoldYourWaffle avatar Feb 24 '20 11:02 HoldYourWaffle