On Wed, 25 May 2011 17:23:26 -0500,
Peter Koczan wrote:
> On Tue, May 17, 2011 at 11:23 PM, Seb wrote:
>> Are there any guidelines for deciding whether to 1) create an enum
>> data type or 2) create a table with the set of values and then have
>> foreign keys referencing this table? Some fields
On Tue, May 17, 2011 at 11:23 PM, Seb wrote:
> Are there any guidelines for deciding whether to 1) create an enum data
> type or 2) create a table with the set of values and then have foreign
> keys referencing this table? Some fields in a database take a small
> number of values, and I'm not sur
Hi,
Are there any guidelines for deciding whether to 1) create an enum data
type or 2) create a table with the set of values and then have foreign
keys referencing this table? Some fields in a database take a small
number of values, and I'm not sure which of these routes to take. The
enum data t