You can also manually type in your table and columns like:
users: id, name, email, password, created_at, updated_at
posts: id, title, body, created_at, updated_at
comments: id, body, user_id, post_id, created_at, updated_at
You can run the query and export the result:
You can add your collections with a short dataset sample to show AI the general available fields.