hello guys, would like to know if someone can help me with a little issue.
im trying to develop a simple EOS smart contract just to practice what i have learn in the course:
- i want to create 2 or 3 tables, admin table (admin profile data), user table (admin can create users in this table) and user_alert table (user status alert “online/offline”, for log porpuses).
- since dogcontract only use 1 table, im kinda lost on how i can connect others tables with a main table (admin), so every admin will have a bunch of users wich contain user profile data (like name, address, phone, job type), each user should have an status log (user_alert table) when theyr online and went offline.
any link u can provide to help me understand better how i can work with multiple tables would be appreciated. EOSIO https://developers.eos.io/ have a lot of data to read, but i cant find something to help me understand these issue, also most of the examples are kinda old for how eosio contracts can be coded now.
thank you guys!