-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program
Description
Description:
Create users module and user entity.
Tasks:
- Generate users module:
nest g module users - Create schema for
userstable - 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program