OAGi / Score

Score
MIT License
9 stars 6 forks source link

Need to increase the size of `den` columns #1643

Open hakjuoh opened 2 weeks ago

hakjuoh commented 2 weeks ago

The formula for generating DEN is as follows for each component:

Currently, the maximum length for each property is defined in the database as follows.

Accordingly, the maximum length of each component's DEN is determined as follows.

Currently, the length for all DENs is uniformly defined as 200 in the database, so it needs to be adjusted accordingly.