basic.sql::users.id (5-5)
edges: no blank line above, no blank line below, then username (6)
next: sct history basic.sql::users.id (the commits that changed it)
basic.sql (1-43)
- users @4 # Users table to store user information
  - id INT PRIMARY KEY AUTO_INCREMENT @5
     5 |     id INT PRIMARY KEY AUTO_INCREMENT,
  - username VARCHAR(50) NOT NULL UNIQUE @6
  - email VARCHAR(100) NOT NULL @7
  - created_at TIMESTAMP DEFAULT @8
[exit 0]
