Gossamer Forum
Home : Products : DBMan : Installation :

Adding more definition fields

Quote Reply
Adding more definition fields
I want to add more definition fields to my database but it won't let me go past 0,1,2,3,4,5,6,7,8,9

I can't do 10?
Quote Reply
Re: [Alyra] Adding more definition fields In reply to
I have this




%db_def = (
ID => [0, 'numer', 5, 8, 1, '', ''],
Name => [1, 'alpha', 40, 255, 1, '', ''],
Breed => [2, 'alpha', 40, 255, 1, '', ''],
Colour => [3, 'alpha', 0, 60, 1, '', ''],
Height => [4, 'alpha', 0, 20, 1, '', ''],
SireXDam => [5, 'alpha', 0, 255, 1, '', ''],
Gender => [6, 'alpha', 0, 255, 1, '', ''],
Discipline => [7, 'alpha', 0, 255, 1, '', ''],
Breeder => [8, 'alpha', 0, 255, 1, '', ''],
Owner => [9, 'alpha', 0, 255, 1, '', ''],

);



Except it pasted wrong! Oh well. Anyway, I want to keep on going (I need like, Owner email etc.)
Quote Reply
Re: [Alyra] Adding more definition fields In reply to
Don't worry - figured out what I've done wrong Blush