Initial commit
This commit is contained in:
7
skills/database-conventions/reference/field-naming.md
Normal file
7
skills/database-conventions/reference/field-naming.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Field Naming Conventions
|
||||
|
||||
**Boolean:** `is_active`, `has_access`, `can_edit`
|
||||
**Timestamp:** `created_at`, `updated_at`, `deleted_at`
|
||||
**Foreign Key:** `user_id`, `tenant_id`, `organization_id`
|
||||
**Email:** `email_address` (not `email`)
|
||||
**Phone:** `phone_number` (not `phone`)
|
||||
Reference in New Issue
Block a user