Revision 76235d2d
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
SL/DB/MetaSetup/CsvImportReport.pm | ||
---|---|---|
14 | 14 |
profile_id => { type => 'integer', not_null => 1 }, |
15 | 15 |
type => { type => 'text', not_null => 1 }, |
16 | 16 |
file => { type => 'text', not_null => 1 }, |
17 |
numrows => { type => 'integer' }, |
|
17 |
numrows => { type => 'integer', not_null => 1 },
|
|
18 | 18 |
); |
19 | 19 |
|
20 | 20 |
__PACKAGE__->meta->primary_key_columns([ 'id' ]); |
Auch abrufbar als: Unified diff
Fehlendes 'not null' in MetaSetup CsvImportReport