Mr-vedant-gupta
Mr-vedant-gupta
Pelton currently doesn't support the creation of Primary keys involving multiple table columns. This can be necessary in some tables as some combination of columns might be required for the...
### Sample Table `CREATE TABLE answers (id text, email varchar(255), lec int, q int, answer text, submitted_at datetime, PRIMARY KEY (id));` ### Issue Pelton is able to handle the cable...
Hi! I'm trying to understand what exactly the different keys in the image below represent: Regarding the action space - my understanding is that the first 6 variables represent the...