Database Initialization

Home

Initialize Database Schema

This will create the necessary database tables and indexes:

  • users table with columns: id, email, name, created_at, updated_at
  • Index on email column
  • Automatic timestamp management on updates