You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
erDiagram
SUDOKU_BOARDS {
int id PK
string name
}
SUDOKU_FIELDS {
int id PK
int board_id FK
int row
int column
int value
}
SUDOKU_FIELDS }|--|| SUDOKU_BOARDS : board_id