I enabled uuid extension with CREATE EXTENSION IF NOT EXISTS "uuid-ossp"; Then ran same query generated by sequelize for migration and it worked, create table i
I have a widescreen monitor and I want to keep aspect ratio of my application and even handle "wrong" resolution that might be set. For example monitor can disp
I want to select the firstName and lastName from a different table, but im having some issues, I'll paste the code down below. The table orders does not contain
I have a csv file that looks like this: csv file Essentially I'm trying to add each value in column E (political regime) to a list of lists, separated by the co
Give array A consist of N (1 <= N <= 10^5) positive integer less than 10^6. Given Q (1 <= Q <= 10^5) queries, for each query of the form (L, R) (1 &
I want to use datetime.datetime.now() to create the time in the following format to match the output from an API: 2022-02-25T18:05:00+00:00. When I use dtypes o
Im using java Openjdk 11.0.11, JHipster 7.1.0 and node v14.17.3 Im creating a simple microservice (one backend and one gateway) but JHipster fails to create us