Revision d17e1b9d
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
SL/DB/MetaSetup/Customer.pm | ||
---|---|---|
33 | 33 |
fax => { type => 'varchar', length => 30 }, |
34 | 34 |
greeting => { type => 'text' }, |
35 | 35 |
homepage => { type => 'text' }, |
36 |
hourly_rate => { type => 'numeric', precision => 2, scale => 8 }, |
|
36 | 37 |
iban => { type => 'varchar', length => 100 }, |
37 | 38 |
id => { type => 'integer', not_null => 1, sequence => 'id' }, |
38 | 39 |
itime => { type => 'timestamp', default => 'now()' }, |
Auch abrufbar als: Unified diff
Pflichtenhefte: Datenbankschema und Rose-DB-Models