oups... It can be more than one ISBN.... fixed now.
[koha.git] / misc / notifys / attempted_contacts.sql
1 -- MySQL dump 9.08
2 --
3 -- Host: localhost    Database: Koha
4 ---------------------------------------------------------
5 -- Server version       4.0.13-log
6
7 --
8 -- Table structure for table 'attempted_contacts'
9 --
10
11 CREATE TABLE attempted_contacts (
12   borrowernumber int(11) default NULL,
13   method varchar(50) default NULL,
14   address varchar(255) default NULL,
15   result int(11) default NULL,
16   message text,
17   date datetime default NULL
18 ) TYPE=MyISAM;
19