Database Initialization
HomeInitialize Database Schema
This will create the necessary database tables and indexes:
userstable with columns: id, email, name, created_at, updated_at- Index on
emailcolumn - Automatic timestamp management on updates
This will create the necessary database tables and indexes:
users table with columns: id, email, name, created_at, updated_atemail column