<decimal> a fix precision number
- name
- decimal
- xml namespace
- http://moyaproject.com/db
Defines a fixed precision number field in a <model>. Use this field element for currency.
Example
<decimal name="balance" precision="12" scale="2" />
attributes
name |
purpose |
type |
required? |
default |
choices |
precision |
number of digits |
integer |
No |
36 |
|
scale |
number of digits after the decimal point |
integer |
No |
8 |
|
inherited attributes
name |
purpose |
type |
required? |
default |
choices |
blank |
Allow blank? |
boolean |
No |
yes |
|
default |
Default value |
text |
No |
|
|
formfield |
Macro to create a form field, used in admin |
text |
No |
|
|
help |
Additional help text for use in object forms |
text |
No |
|
|
index |
Create index? |
boolean |
No |
no |
|
label |
Short description of field purpose |
text |
No |
|
|
name |
Name of the element |
text |
Yes |
|
|
null |
Allow null? |
boolean |
No |
no |
|
primary |
Use as primary key? |
boolean |
No |
|
|
unique |
Impose unique constraint? |
boolean |
No |
no |
|