Table a has a one-to-many relationship with table b.
table a (id) table b (id, aId -> a.id)
Both table a and table b have autoincrementing