I am using Adempiere
which has database Oracle
I have window called Stock Code
from table called M_StockCode
In Adempiere you manage the model via the Application Dictionary, it's the equivalent of the Data Dictionary used by relational databases.
Application Dictionary->Table & Column
. Synchronize Column
button to have Admepiere modify the database.If this code is some kind of classification it might be useful to create new Reference type in the Application Dictionary and then you could point your column to it; this would ensure consistency, offering the user a selection to choose from rather than entering values. A Reference can be a List type which is handy for short lists or Table driven which is useful when the classification is more volatile and needs to maintained by the users.