0
wcdagency created
hello
les say I have table named currency
Id -> int Value decimal -> 18,2 Name -> string.
The component creates default decimal value 18.2. My question is what is the right way to update decimal value from 18.2 to 18.4 ?
4 Answer(s)
-
0
Can you talk more about it? And share some code.
-
0
hello les say I want to create table abc
id int name nvarchar numberval decimal then les say I created it from toolbar, writing without code.
then, toolbar creates decimal default decimal 18.2.
so my question is, how could I create decimal value with 18.4 with component?
-
0
Hi, by mentioning the "toolbar", do you mean RAD Tool?
To change the default value of a column for your database table, you will need to create a migration for it.
-
0
problem solved.