### Is it correct to do this? `db.create(0, TABLE_SIZE, (unsigned int)sizeof(logEvent));` `db.create(0, TABLE_SIZE, (unsigned int)sizeof(userDetail));` `db.create(0, TABLE_SIZE, (unsigned int)sizeof(tempReading));` **Thank you!**