Documentation๐Ÿ—„๏ธ Database๐Ÿงฉ Default Models

Default Models

The SaaSify Kit comes with a set of default models that are used to manage multiple features of the SaaSify Kit.

User

The User model is used to manage the user data. It includes the userโ€™s name, email, image, and other related data.

Auth

The NextAuth models are used to manage the authentication data. They are

  1. Account - Used to store the userโ€™s account data.
  2. Session - Used to store the userโ€™s session data.
  3. VerificationToken - Used to store the userโ€™s verification token data.

More about the Auth feature can be found in the Auth documentation.

Team

The Team models are used to manage the team data. They are

  1. Team - Used to store the team data.
  2. TeamMember - Used to store the team member data.
  3. TeamInvitation - Used to store the team invitation data.

More about the Team feature can be found in the Team documentation.


MIT 2024 ยฉ Nextra.