Closed roberto-souza closed 2 years ago
To complement,
@CreateDateColumn({ name: 'created_at', type: 'timestamp with time zone' })
createdAt: Date;
and
@UpdateDateColumn({ name: 'updated_at', type: 'timestamp with time zone' })
updatedAt: Date;
Too not working to column name.
Hi, @roberto-souza I'll check and fix it soon!
@roberto-souza I fixed this problem and published version 0.5.2. Please check and let me know if there are any problems. Thanks for reporting the problem.
Hello @kibae! Alright, working perfectly! Thank you!
Hello,
I use attributes in classes as CamelCase and in the database I use as SnakeCase, for example:
When I sent to save an entity threw exception saying
Error column "createdAt" of relation "appointments_audit" does not exist
.You can help me?