-
Are you still hold mysql file, i am stuck with this project because the order is not display on web
-
Hi
is there a demo for when using mysql
thanks
-
`dolt reset --soft` should move HEAD to the destination address, but the WORKING and STAGED heads should stay the same. Currently the STAGED head is also moved to the destination address:
```
> do…
-
Currently in our MySQL 8 database tables, many if not all of our tables are using the "latin1" character set. We are starting to see some datasets, such as the dataset at https://nemoanalytics.org/da…
-
This requires old version to be shut down.
[pgLoader](https://www.digitalocean.com/community/tutorials/how-to-migrate-mysql-database-to-postgres-using-pgloader) looks like a plausible solution for…
Almad updated
3 months ago
-
CREATE TABLE IF NOT EXISTS _new_unique_cards (
card VARCHAR(100) NOT NULL,
person_id INT NOT NULL,
PRIMARY KEY (card, person_id),
FOREIGN KEY (p…
-
CREATE TABLE IF NOT EXISTS _new_card_person_stats (
name VARCHAR(190) NOT NULL,
season_id INT NOT NULL,
person_id INT NOT NULL,
wins INT NOT NUL…
-
CREATE TABLE IF NOT EXISTS _new_card_archetype_stats (
name VARCHAR(190) NOT NULL,
season_id INT NOT NULL,
archetype_id INT NOT NULL,
wins INT N…
-
CREATE TABLE IF NOT EXISTS _new_card_stats (
name VARCHAR(190) NOT NULL,
season_id INT NOT NULL,
num_decks INT NOT NULL,
wins INT NOT NULL,
…
-
CREATE TABLE IF NOT EXISTS _new_matchup_ps_stats (
archetype_id INT NOT NULL,
opponent_archetype_id INT NOT NULL,
person_id INT NOT NULL,
season…