The component ADateTime redefines the following defaults:
Prop. | Type | Default | Comment |
---|---|---|---|
name |
string |
no default | The name is the only mandatory
arguments when instanciating a ADateTime. Once set, it should not be
changed |
type |
string |
'DateTime' |
|
externalType |
string |
TIMESTAMP |
Be warned: not all database supports
TIMESTAMP . If this is the case, you'll probably have to redefine this
default value in your PyModel. Discussion on supported SQL datatypes can be
found at section 2.3.3. |
defaultValue |
None |
||
usedForLocking |
int |
1 |
Comments are welcome: Sebastien Bigaret / Modeling Home Page