ColID
- Now uses the standard type 'numeric', instead of 'number'.
This commit is contained in:
@@ -37,7 +37,7 @@ extern Context context;
|
|||||||
ColumnID::ColumnID ()
|
ColumnID::ColumnID ()
|
||||||
{
|
{
|
||||||
_name = "id";
|
_name = "id";
|
||||||
_type = "number";
|
_type = "numeric";
|
||||||
_style = "number";
|
_style = "number";
|
||||||
_label = STRING_COLUMN_LABEL_ID;
|
_label = STRING_COLUMN_LABEL_ID;
|
||||||
_modifiable = false;
|
_modifiable = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user