Revision 26ed9919
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
SL/DB/MetaSetup/File.pm | ||
---|---|---|
23 | 23 |
print_variant => { type => 'text' }, |
24 | 24 |
source => { type => 'text', not_null => 1 }, |
25 | 25 |
title => { type => 'varchar', length => 45 }, |
26 |
uid => { type => 'text' }, |
|
26 | 27 |
); |
27 | 28 |
|
28 | 29 |
__PACKAGE__->meta->primary_key_columns([ 'id' ]); |
Auch abrufbar als: Unified diff
File: um eindeutigen Identifer erweitert (uid)