or download this
# Define Your Database Fields Here Like So
# Field Name => [Number, 'Readable Name', 'type of field, two op
+tions are text or textarea'
...
# Phone => [3, 'Phone Number:',
+ 'text'],
# Address => [4, 'Street Address:',
+ 'textarea']
#);