Revision 3568f2f8
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
SL/DB/MetaSetup/AuthClient.pm | ||
---|---|---|
8 | 8 |
|
9 | 9 |
__PACKAGE__->meta->setup( |
10 | 10 |
table => 'clients', |
11 |
schema => 'auth', |
|
11 | 12 |
|
12 | 13 |
columns => [ |
13 | 14 |
id => { type => 'serial', not_null => 1 }, |
Auch abrufbar als: Unified diff
RDBO: Setups der Auth*-Instanzen vereinheitlicht