Victor Wanderley Barbosa

Results 2 comments of Victor Wanderley Barbosa

I have the same issue. Making this change solved, but it doesn't feel great. > ```js > createdAt: timestamp('created_at').notNull().defaultNow(), > ``` > > to > > ```js > createdAt: timestamp('created_at',...