Revision 97a6f6d6
Von Jan Büren vor fast 3 Jahren hinzugefügt
SL/DB/MetaSetup/Language.pm | ||
---|---|---|
14 | 14 |
id => { type => 'integer', not_null => 1, sequence => 'id' }, |
15 | 15 |
itime => { type => 'timestamp', default => 'now()' }, |
16 | 16 |
mtime => { type => 'timestamp' }, |
17 |
obsolete => { type => 'boolean', default => 'false' }, |
|
17 | 18 |
output_dateformat => { type => 'text' }, |
18 | 19 |
output_longdates => { type => 'boolean' }, |
19 | 20 |
output_numberformat => { type => 'text' }, |
Auch abrufbar als: Unified diff
Sprache um Attribut ungültig erweitert