| # | Line 48 | Line 48 | main_app = Table( | |
|---|---|---|
| 48 | Column("user_notes", Text), | |
| 49 | Column("container_md5_hash", Text), | |
| 50 | Column("version", Text), | |
| 51 | + | Column("favorite_game", Integer), |
| 52 | + | Column("release_date", Text), |
| 53 | + | Column("release_date_scraped", Text), |
| 54 | + | Column("game_genre", Text), |
| 55 | + | Column("game_genre_scraped", Text), |
| 56 | + | Column("cooperative", Text), |
| 57 | + | Column("cooperative_scraped", Text), |
| 58 | + | Column("max_players", Text), |
| 59 | + | Column("max_players_scraped", Text), |
| 60 | ) | |
| 61 | ||
| 62 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |