Re: Re: Custom fields totally changed??
Lukas Kahwe Smith <[email protected]>
| Newsgroups | gmane.comp.php.pear.liveuser |
|---|---|
| Message-ID | <[email protected]> |
Tim Daeleman wrote: > I get it a bit more now, still don't know why al these fields are set to > false?? And the force_seq option is also mysterious for me. false => not required true => required 'string' => index with the name 'string' setting the 'force_seq' to true on the MDB2 container will use autoincrement instead of sequences. regards, Lukas