Skip to content

Create Users Module #26

@ayshadogo

Description

@ayshadogo

Description:
Create users module and user entity.

Tasks:

  • Generate users module: nest g module users
  • Create schema for users table
  • Define fields: id, email, password_hash, role, wallet_address, kyc_status, etc.
  • Add timestamps: created_at, updated_at
  • Add unique constraints and indexes
  • Run migration

Acceptance Criteria:

  • Users table exists in database
  • All fields have proper types and constraints
  • Indexes are created for email and wallet_address
  • Migration runs successfully

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions