| ID | Title | Method Type | Sector | Gender | Province | Status | Actions |
|---|
| Column | Type | Nullable | Description |
|---|---|---|---|
| id | VARCHAR(10) | NOT NULL | Unique identifier |
| title | VARCHAR(200) | NOT NULL | Resource title |
| method_type | VARCHAR(50) | NOT NULL | Research method type |
| sector | VARCHAR(100) | NULL | Target sector |
| province | VARCHAR(50) | NULL | Target province or All |
| gender_responsive | BOOLEAN | NOT NULL DEFAULT false | Gender flag |
| status | VARCHAR(20) | NOT NULL DEFAULT draft | published/draft/archived |