# SCM-473 - Set Data UOM in Database
## Test Scenarios
#### Test Scenario 1
```gherkin
Scenario: As an Admin, I should be able to see uom field in catalogue table DB
Given the user has opened medea service DB
When the user opens catalogue table
Then show unit_of_measure_id field
```
#### Test Scenario 2
```gherkin
Scenario: As an Admin, I should be able to see box, pack, rcg, sak, pail, bag value in catalogue_unit table
Given the user has opened medea service DB
When the user opens catalogue_unit table
Then show row consist of box, pack, rcg, sak, pail, bag
```
###### tags: `Sprint 25` `Ecommerce 1` `SSC`