Ruben Amortegui
Ruben Amortegui
@iampankajkumar which version of mysql are you using? Is this happening running the initial script? or adding values? If you are inserting data, you can put a timestamp in the...
@iampankajkumar the error is on the `updated_at` and `inserted_at` fields. you could replace on `a/export/ecommerce-db-mysql-innodb.sql` file : ``` - inserted_at timestamp with time zone not null, - updated_at timestamp with...
@goodpixels Good points!. Glad you found the project useful. Let me comment on those: ### Queries: Yes!, that is a missing part of the project: - Add seed data -...