]> git.evergreen-ils.org Git - working/Evergreen.git/blob - 1.6/appendices/schema.xml
Correct spelling errors and rewording.
[working/Evergreen.git] / 1.6 / appendices / schema.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <appendix id="databaseschema">
3         <title>Database Schema</title>
4         <para>This is the schema for the Evergreen database.</para>
5         
6         <section id="acq.schema">
7                 <title>Schema acq</title>
8                 
9                 <simplesect id="acq.table.currency-type" xreflabel="acq.currency_type">         
10                         <title>currency_type</title>
11                         <informaltable>
12                                 <tgroup cols="3">
13                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
14                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
15                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
16                                         <thead>
17                                                 <row>
18                                                         <entry>Field</entry>
19                                                         <entry>Data Type</entry>
20                                                         <entry>Constraints and References</entry>
21                                                 </row>
22                                                 </thead>
23                                                 <tbody>
24                                                 
25                                                         <row>
26                                                                 <entry>code</entry>
27                                                                 <entry>text</entry>
28                                                                 <entry><para>
29                                                                         
30                                                                                 
31                                                                                         PRIMARY KEY
32                                                                                                                 
33                                                                         
34                                                                         
35                                                                         
36                                                                         
37                                                                         
38                                                                                 
39                                                                         
40                                                                         </para></entry>
41                                                         </row>
42                                                 
43                                                         <row>
44                                                                 <entry>label</entry>
45                                                                 <entry>text</entry>
46                                                                 <entry><para>
47                                                                         
48                                                                         
49                                                                         
50                                                                         
51                                                                         </para></entry>
52                                                         </row>
53                                                 
54                                                 </tbody>
55                                         </tgroup>
56                                 </informaltable>
57                                 <para>
58                                 
59                                 
60                                 
61                                         <itemizedlist>
62                                                 <title>
63                                                         Tables referencing acq.exchange_rate via Foreign Key Constraints
64                                                 </title>
65                                 
66                                                         <listitem>
67                                                                 <para><xref linkend="acq.table.exchange-rate"/></para>
68                                                         </listitem>
69                                                         
70                                 
71                                 
72                                                         <listitem>
73                                                                 <para><xref linkend="acq.table.fund"/></para>
74                                                         </listitem>
75                                                         
76                                 
77                                 
78                                                         <listitem>
79                                                                 <para><xref linkend="acq.table.fund-debit"/></para>
80                                                         </listitem>
81                                                         
82                                 
83                                 
84                                                         <listitem>
85                                                                 <para><xref linkend="acq.table.funding-source"/></para>
86                                                         </listitem>
87                                                         
88                                 
89                                 
90                                                         <listitem>
91                                                                 <para><xref linkend="acq.table.provider"/></para>
92                                                         </listitem>
93                                                         
94                                         </itemizedlist>
95                                 
96                                 
97                                 
98                                 
99                 </para>
100                 </simplesect>
101                 
102                 <simplesect id="acq.table.distribution-formula" xreflabel="acq.distribution_formula">           
103                         <title>distribution_formula</title>
104                         <informaltable>
105                                 <tgroup cols="3">
106                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
107                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
108                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
109                                         <thead>
110                                                 <row>
111                                                         <entry>Field</entry>
112                                                         <entry>Data Type</entry>
113                                                         <entry>Constraints and References</entry>
114                                                 </row>
115                                                 </thead>
116                                                 <tbody>
117                                                 
118                                                         <row>
119                                                                 <entry>id</entry>
120                                                                 <entry>serial</entry>
121                                                                 <entry><para>
122                                                                         
123                                                                                 
124                                                                                         PRIMARY KEY
125                                                                                                                 
126                                                                         
127                                                                         
128                                                                         
129                                                                         
130                                                                         
131                                                                                 
132                                                                         
133                                                                         </para></entry>
134                                                         </row>
135                                                 
136                                                         <row>
137                                                                 <entry>owner</entry>
138                                                                 <entry>integer</entry>
139                                                                 <entry><para>
140                                                                         
141                                                                                                                 
142                                                                         
143                                                                                 UNIQUE#1
144                                                                                 ;
145                                                                                 
146                                                                         
147                                                                                                                 
148                                                                         
149                                                                         
150                                                                         
151                                                                                 NOT NULL;
152                                                                         
153                                                                         
154                                                                         
155                                                                                 
156                                                                         
157                                                                                 
158                                                                                 <xref linkend="actor.table.org-unit"/>
159                                                                                 
160                                                                         
161                                                                         </para></entry>
162                                                         </row>
163                                                 
164                                                         <row>
165                                                                 <entry>name</entry>
166                                                                 <entry>text</entry>
167                                                                 <entry><para>
168                                                                         
169                                                                                                                 
170                                                                         
171                                                                                 UNIQUE#1
172                                                                                 ;
173                                                                                 
174                                                                         
175                                                                         
176                                                                                 NOT NULL;
177                                                                         
178                                                                         
179                                                                         
180                                                                                 
181                                                                         
182                                                                         </para></entry>
183                                                         </row>
184                                                 
185                                                         <row>
186                                                                 <entry>skip_count</entry>
187                                                                 <entry>integer</entry>
188                                                                 <entry><para>
189                                                                         
190                                                                         
191                                                                                 NOT NULL;
192                                                                         
193                                                                         
194                                                                         
195                                                                         </para></entry>
196                                                         </row>
197                                                 
198                                                 </tbody>
199                                         </tgroup>
200                                 </informaltable>
201                                 <para>
202                                 
203                                 
204                                 
205                                         <itemizedlist>
206                                                 <title>
207                                                         Tables referencing acq.distribution_formula_entry via Foreign Key Constraints
208                                                 </title>
209                                 
210                                                         <listitem>
211                                                                 <para><xref linkend="acq.table.distribution-formula-entry"/></para>
212                                                         </listitem>
213                                                         
214                                         </itemizedlist>
215                                 
216                                 
217                                 
218                                 
219                 </para>
220                 </simplesect>
221                 
222                 <simplesect id="acq.table.distribution-formula-entry" xreflabel="acq.distribution_formula_entry">               
223                         <title>distribution_formula_entry</title>
224                         <informaltable>
225                                 <tgroup cols="3">
226                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
227                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
228                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
229                                         <thead>
230                                                 <row>
231                                                         <entry>Field</entry>
232                                                         <entry>Data Type</entry>
233                                                         <entry>Constraints and References</entry>
234                                                 </row>
235                                                 </thead>
236                                                 <tbody>
237                                                 
238                                                         <row>
239                                                                 <entry>id</entry>
240                                                                 <entry>serial</entry>
241                                                                 <entry><para>
242                                                                         
243                                                                                 
244                                                                                         PRIMARY KEY
245                                                                                                                 
246                                                                         
247                                                                         
248                                                                         
249                                                                         
250                                                                         
251                                                                                 
252                                                                         
253                                                                         </para></entry>
254                                                         </row>
255                                                 
256                                                         <row>
257                                                                 <entry>formula</entry>
258                                                                 <entry>integer</entry>
259                                                                 <entry><para>
260                                                                         
261                                                                                                                 
262                                                                         
263                                                                                 UNIQUE#1
264                                                                                 ;
265                                                                                 
266                                                                         
267                                                                                                                 
268                                                                         
269                                                                         
270                                                                         
271                                                                                 NOT NULL;
272                                                                         
273                                                                         
274                                                                         
275                                                                                 
276                                                                         
277                                                                                 
278                                                                                 <xref linkend="acq.table.distribution-formula"/>
279                                                                                 
280                                                                         
281                                                                         </para></entry>
282                                                         </row>
283                                                 
284                                                         <row>
285                                                                 <entry>position</entry>
286                                                                 <entry>integer</entry>
287                                                                 <entry><para>
288                                                                         
289                                                                                                                 
290                                                                         
291                                                                                 UNIQUE#1
292                                                                                 ;
293                                                                                 
294                                                                         
295                                                                         
296                                                                                 NOT NULL;
297                                                                         
298                                                                         
299                                                                         
300                                                                                 
301                                                                         
302                                                                         </para></entry>
303                                                         </row>
304                                                 
305                                                         <row>
306                                                                 <entry>item_count</entry>
307                                                                 <entry>integer</entry>
308                                                                 <entry><para>
309                                                                         
310                                                                         
311                                                                                 NOT NULL;
312                                                                         
313                                                                         
314                                                                         
315                                                                         </para></entry>
316                                                         </row>
317                                                 
318                                                         <row>
319                                                                 <entry>owning_lib</entry>
320                                                                 <entry>integer</entry>
321                                                                 <entry><para>
322                                                                         
323                                                                                                                 
324                                                                         
325                                                                         
326                                                                         
327                                                                         
328                                                                         
329                                                                                 
330                                                                                 <xref linkend="actor.table.org-unit"/>
331                                                                                 
332                                                                         
333                                                                         </para></entry>
334                                                         </row>
335                                                 
336                                                         <row>
337                                                                 <entry>location</entry>
338                                                                 <entry>integer</entry>
339                                                                 <entry><para>
340                                                                         
341                                                                                                                 
342                                                                         
343                                                                         
344                                                                         
345                                                                         
346                                                                         
347                                                                                 
348                                                                                 <xref linkend="asset.table.copy-location"/>
349                                                                                 
350                                                                         
351                                                                         </para></entry>
352                                                         </row>
353                                                 
354                                                 </tbody>
355                                         </tgroup>
356                                 </informaltable>
357                                 <para>
358                                 
359                                 
360                                         <variablelist>
361                                                 <title>Constraints on distribution_formula_entry</title>
362                                                 
363                                                 <varlistentry>
364                                                         <term>acqdfe_must_be_somewhere</term>
365                                                         <listitem><para>CHECK (((owning_lib IS NOT NULL) OR (location IS NOT NULL)))</para></listitem>
366                                                 </varlistentry>
367                                                 
368                                         </variablelist>
369                                 
370                                 
371                                 
372                                 
373                                 
374                 </para>
375                 </simplesect>
376                 
377                 <simplesect id="acq.table.exchange-rate" xreflabel="acq.exchange_rate">         
378                         <title>exchange_rate</title>
379                         <informaltable>
380                                 <tgroup cols="3">
381                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
382                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
383                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
384                                         <thead>
385                                                 <row>
386                                                         <entry>Field</entry>
387                                                         <entry>Data Type</entry>
388                                                         <entry>Constraints and References</entry>
389                                                 </row>
390                                                 </thead>
391                                                 <tbody>
392                                                 
393                                                         <row>
394                                                                 <entry>id</entry>
395                                                                 <entry>serial</entry>
396                                                                 <entry><para>
397                                                                         
398                                                                                 
399                                                                                         PRIMARY KEY
400                                                                                                                 
401                                                                         
402                                                                         
403                                                                         
404                                                                         
405                                                                         
406                                                                                 
407                                                                         
408                                                                         </para></entry>
409                                                         </row>
410                                                 
411                                                         <row>
412                                                                 <entry>from_currency</entry>
413                                                                 <entry>text</entry>
414                                                                 <entry><para>
415                                                                         
416                                                                                                                 
417                                                                         
418                                                                         
419                                                                                                                 
420                                                                         
421                                                                                 UNIQUE#1
422                                                                                 ;
423                                                                                 
424                                                                         
425                                                                         
426                                                                                 NOT NULL;
427                                                                         
428                                                                         
429                                                                         
430                                                                                 
431                                                                                 <xref linkend="acq.table.currency-type"/>
432                                                                                 
433                                                                         
434                                                                                 
435                                                                         
436                                                                         </para></entry>
437                                                         </row>
438                                                 
439                                                         <row>
440                                                                 <entry>to_currency</entry>
441                                                                 <entry>text</entry>
442                                                                 <entry><para>
443                                                                         
444                                                                                                                 
445                                                                         
446                                                                                 UNIQUE#1
447                                                                                 ;
448                                                                                 
449                                                                         
450                                                                                                                 
451                                                                         
452                                                                         
453                                                                         
454                                                                                 NOT NULL;
455                                                                         
456                                                                         
457                                                                         
458                                                                                 
459                                                                         
460                                                                                 
461                                                                                 <xref linkend="acq.table.currency-type"/>
462                                                                                 
463                                                                         
464                                                                         </para></entry>
465                                                         </row>
466                                                 
467                                                         <row>
468                                                                 <entry>ratio</entry>
469                                                                 <entry>numeric</entry>
470                                                                 <entry><para>
471                                                                         
472                                                                         
473                                                                                 NOT NULL;
474                                                                         
475                                                                         
476                                                                         
477                                                                         </para></entry>
478                                                         </row>
479                                                 
480                                                 </tbody>
481                                         </tgroup>
482                                 </informaltable>
483                                 <para>
484                                 
485                                 
486                                 
487                                 
488                 </para>
489                 </simplesect>
490                 
491                 <simplesect id="acq.table.fiscal-calendar" xreflabel="acq.fiscal_calendar">             
492                         <title>fiscal_calendar</title>
493                         <informaltable>
494                                 <tgroup cols="3">
495                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
496                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
497                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
498                                         <thead>
499                                                 <row>
500                                                         <entry>Field</entry>
501                                                         <entry>Data Type</entry>
502                                                         <entry>Constraints and References</entry>
503                                                 </row>
504                                                 </thead>
505                                                 <tbody>
506                                                 
507                                                         <row>
508                                                                 <entry>id</entry>
509                                                                 <entry>serial</entry>
510                                                                 <entry><para>
511                                                                         
512                                                                                 
513                                                                                         PRIMARY KEY
514                                                                                                                 
515                                                                         
516                                                                         
517                                                                         
518                                                                         
519                                                                         
520                                                                                 
521                                                                         
522                                                                         </para></entry>
523                                                         </row>
524                                                 
525                                                         <row>
526                                                                 <entry>name</entry>
527                                                                 <entry>text</entry>
528                                                                 <entry><para>
529                                                                         
530                                                                         
531                                                                                 NOT NULL;
532                                                                         
533                                                                         
534                                                                         
535                                                                         </para></entry>
536                                                         </row>
537                                                 
538                                                 </tbody>
539                                         </tgroup>
540                                 </informaltable>
541                                 <para>
542                                 
543                                 
544                                 
545                                         <itemizedlist>
546                                                 <title>
547                                                         Tables referencing acq.fiscal_year via Foreign Key Constraints
548                                                 </title>
549                                 
550                                                         <listitem>
551                                                                 <para><xref linkend="acq.table.fiscal-year"/></para>
552                                                         </listitem>
553                                                         
554                                         </itemizedlist>
555                                 
556                                 
557                                 
558                                 
559                 </para>
560                 </simplesect>
561                 
562                 <simplesect id="acq.table.fiscal-year" xreflabel="acq.fiscal_year">             
563                         <title>fiscal_year</title>
564                         <informaltable>
565                                 <tgroup cols="3">
566                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
567                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
568                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
569                                         <thead>
570                                                 <row>
571                                                         <entry>Field</entry>
572                                                         <entry>Data Type</entry>
573                                                         <entry>Constraints and References</entry>
574                                                 </row>
575                                                 </thead>
576                                                 <tbody>
577                                                 
578                                                         <row>
579                                                                 <entry>id</entry>
580                                                                 <entry>serial</entry>
581                                                                 <entry><para>
582                                                                         
583                                                                                 
584                                                                                         PRIMARY KEY
585                                                                                                                 
586                                                                         
587                                                                         
588                                                                         
589                                                                         
590                                                                         
591                                                                                 
592                                                                         
593                                                                         </para></entry>
594                                                         </row>
595                                                 
596                                                         <row>
597                                                                 <entry>calendar</entry>
598                                                                 <entry>integer</entry>
599                                                                 <entry><para>
600                                                                         
601                                                                                                                 
602                                                                         
603                                                                                 UNIQUE#1
604                                                                                 ;
605                                                                                 
606                                                                         
607                                                                                                                 
608                                                                         
609                                                                                 UNIQUE#2
610                                                                                 ;
611                                                                                 
612                                                                         
613                                                                                                                 
614                                                                         
615                                                                         
616                                                                         
617                                                                                 NOT NULL;
618                                                                         
619                                                                         
620                                                                         
621                                                                                 
622                                                                         
623                                                                                 
624                                                                         
625                                                                                 
626                                                                                 <xref linkend="acq.table.fiscal-calendar"/>
627                                                                                 
628                                                                         
629                                                                         </para></entry>
630                                                         </row>
631                                                 
632                                                         <row>
633                                                                 <entry>year</entry>
634                                                                 <entry>integer</entry>
635                                                                 <entry><para>
636                                                                         
637                                                                                                                 
638                                                                         
639                                                                                 UNIQUE#1
640                                                                                 ;
641                                                                                 
642                                                                         
643                                                                         
644                                                                                 NOT NULL;
645                                                                         
646                                                                         
647                                                                         
648                                                                                 
649                                                                         
650                                                                         </para></entry>
651                                                         </row>
652                                                 
653                                                         <row>
654                                                                 <entry>year_begin</entry>
655                                                                 <entry>timestamp with time zone</entry>
656                                                                 <entry><para>
657                                                                         
658                                                                                                                 
659                                                                         
660                                                                                 UNIQUE#2
661                                                                                 ;
662                                                                                 
663                                                                         
664                                                                         
665                                                                                 NOT NULL;
666                                                                         
667                                                                         
668                                                                         
669                                                                                 
670                                                                         
671                                                                         </para></entry>
672                                                         </row>
673                                                 
674                                                         <row>
675                                                                 <entry>year_end</entry>
676                                                                 <entry>timestamp with time zone</entry>
677                                                                 <entry><para>
678                                                                         
679                                                                         
680                                                                                 NOT NULL;
681                                                                         
682                                                                         
683                                                                         
684                                                                         </para></entry>
685                                                         </row>
686                                                 
687                                                 </tbody>
688                                         </tgroup>
689                                 </informaltable>
690                                 <para>
691                                 
692                                 
693                                 
694                                 
695                 </para>
696                 </simplesect>
697                 
698                 <simplesect id="acq.table.fund" xreflabel="acq.fund">           
699                         <title>fund</title>
700                         <informaltable>
701                                 <tgroup cols="3">
702                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
703                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
704                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
705                                         <thead>
706                                                 <row>
707                                                         <entry>Field</entry>
708                                                         <entry>Data Type</entry>
709                                                         <entry>Constraints and References</entry>
710                                                 </row>
711                                                 </thead>
712                                                 <tbody>
713                                                 
714                                                         <row>
715                                                                 <entry>id</entry>
716                                                                 <entry>serial</entry>
717                                                                 <entry><para>
718                                                                         
719                                                                                 
720                                                                                         PRIMARY KEY
721                                                                                                                 
722                                                                         
723                                                                         
724                                                                         
725                                                                         
726                                                                         
727                                                                                 
728                                                                         
729                                                                         </para></entry>
730                                                         </row>
731                                                 
732                                                         <row>
733                                                                 <entry>org</entry>
734                                                                 <entry>integer</entry>
735                                                                 <entry><para>
736                                                                         
737                                                                                                                 
738                                                                         
739                                                                                 UNIQUE#2
740                                                                                 ;
741                                                                                 
742                                                                         
743                                                                                                                 
744                                                                         
745                                                                         
746                                                                                                                 
747                                                                         
748                                                                                 UNIQUE#1
749                                                                                 ;
750                                                                                 
751                                                                         
752                                                                         
753                                                                                 NOT NULL;
754                                                                         
755                                                                         
756                                                                         
757                                                                                 
758                                                                         
759                                                                                 
760                                                                                 <xref linkend="actor.table.org-unit"/>
761                                                                                 
762                                                                         
763                                                                                 
764                                                                         
765                                                                         </para></entry>
766                                                         </row>
767                                                 
768                                                         <row>
769                                                                 <entry>name</entry>
770                                                                 <entry>text</entry>
771                                                                 <entry><para>
772                                                                         
773                                                                                                                 
774                                                                         
775                                                                                 UNIQUE#1
776                                                                                 ;
777                                                                                 
778                                                                         
779                                                                         
780                                                                                 NOT NULL;
781                                                                         
782                                                                         
783                                                                         
784                                                                                 
785                                                                         
786                                                                         </para></entry>
787                                                         </row>
788                                                 
789                                                         <row>
790                                                                 <entry>year</entry>
791                                                                 <entry>integer</entry>
792                                                                 <entry><para>
793                                                                         
794                                                                                                                 
795                                                                         
796                                                                                 UNIQUE#2
797                                                                                 ;
798                                                                                 
799                                                                         
800                                                                                                                 
801                                                                         
802                                                                                 UNIQUE#1
803                                                                                 ;
804                                                                                 
805                                                                         
806                                                                         
807                                                                                 NOT NULL;
808                                                                         
809                                                                         
810                                                                                 DEFAULT date_part(&apos;year&apos;::text, now());
811                                                                         
812                                                                         
813                                                                                 
814                                                                         
815                                                                                 
816                                                                         
817                                                                         </para></entry>
818                                                         </row>
819                                                 
820                                                         <row>
821                                                                 <entry>currency_type</entry>
822                                                                 <entry>text</entry>
823                                                                 <entry><para>
824                                                                         
825                                                                                                                 
826                                                                         
827                                                                         
828                                                                         
829                                                                                 NOT NULL;
830                                                                         
831                                                                         
832                                                                         
833                                                                                 
834                                                                                 <xref linkend="acq.table.currency-type"/>
835                                                                                 
836                                                                         
837                                                                         </para></entry>
838                                                         </row>
839                                                 
840                                                         <row>
841                                                                 <entry>code</entry>
842                                                                 <entry>text</entry>
843                                                                 <entry><para>
844                                                                         
845                                                                                                                 
846                                                                         
847                                                                                 UNIQUE#2
848                                                                                 ;
849                                                                                 
850                                                                         
851                                                                         
852                                                                         
853                                                                         
854                                                                                 
855                                                                         
856                                                                         </para></entry>
857                                                         </row>
858                                                 
859                                                 </tbody>
860                                         </tgroup>
861                                 </informaltable>
862                                 <para>
863                                 
864                                 
865                                 
866                                         <itemizedlist>
867                                                 <title>
868                                                         Tables referencing acq.fund_allocation via Foreign Key Constraints
869                                                 </title>
870                                 
871                                                         <listitem>
872                                                                 <para><xref linkend="acq.table.fund-allocation"/></para>
873                                                         </listitem>
874                                                         
875                                 
876                                 
877                                                         <listitem>
878                                                                 <para><xref linkend="acq.table.fund-debit"/></para>
879                                                         </listitem>
880                                                         
881                                 
882                                 
883                                                         <listitem>
884                                                                 <para><xref linkend="acq.table.fund-tag-map"/></para>
885                                                         </listitem>
886                                                         
887                                 
888                                 
889                                                         <listitem>
890                                                                 <para><xref linkend="acq.table.lineitem-detail"/></para>
891                                                         </listitem>
892                                                         
893                                         </itemizedlist>
894                                 
895                                 
896                                 
897                                 
898                 </para>
899                 </simplesect>
900                 
901                 <simplesect id="acq.table.fund-allocation" xreflabel="acq.fund_allocation">             
902                         <title>fund_allocation</title>
903                         <informaltable>
904                                 <tgroup cols="3">
905                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
906                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
907                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
908                                         <thead>
909                                                 <row>
910                                                         <entry>Field</entry>
911                                                         <entry>Data Type</entry>
912                                                         <entry>Constraints and References</entry>
913                                                 </row>
914                                                 </thead>
915                                                 <tbody>
916                                                 
917                                                         <row>
918                                                                 <entry>id</entry>
919                                                                 <entry>serial</entry>
920                                                                 <entry><para>
921                                                                         
922                                                                                 
923                                                                                         PRIMARY KEY
924                                                                                                                 
925                                                                         
926                                                                         
927                                                                         
928                                                                         
929                                                                         
930                                                                                 
931                                                                         
932                                                                         </para></entry>
933                                                         </row>
934                                                 
935                                                         <row>
936                                                                 <entry>funding_source</entry>
937                                                                 <entry>integer</entry>
938                                                                 <entry><para>
939                                                                         
940                                                                                                                 
941                                                                         
942                                                                         
943                                                                         
944                                                                                 NOT NULL;
945                                                                         
946                                                                         
947                                                                         
948                                                                                 
949                                                                                 <xref linkend="acq.table.funding-source"/>
950                                                                                 
951                                                                         
952                                                                         </para></entry>
953                                                         </row>
954                                                 
955                                                         <row>
956                                                                 <entry>fund</entry>
957                                                                 <entry>integer</entry>
958                                                                 <entry><para>
959                                                                         
960                                                                                                                 
961                                                                         
962                                                                         
963                                                                         
964                                                                                 NOT NULL;
965                                                                         
966                                                                         
967                                                                         
968                                                                                 
969                                                                                 <xref linkend="acq.table.fund"/>
970                                                                                 
971                                                                         
972                                                                         </para></entry>
973                                                         </row>
974                                                 
975                                                         <row>
976                                                                 <entry>amount</entry>
977                                                                 <entry>numeric</entry>
978                                                                 <entry><para>
979                                                                         
980                                                                         
981                                                                         
982                                                                         
983                                                                         </para></entry>
984                                                         </row>
985                                                 
986                                                         <row>
987                                                                 <entry>percent</entry>
988                                                                 <entry>numeric</entry>
989                                                                 <entry><para>
990                                                                         
991                                                                         
992                                                                         
993                                                                         
994                                                                         </para></entry>
995                                                         </row>
996                                                 
997                                                         <row>
998                                                                 <entry>allocator</entry>
999                                                                 <entry>integer</entry>
1000                                                                 <entry><para>
1001                                                                         
1002                                                                                                                 
1003                                                                         
1004                                                                         
1005                                                                         
1006                                                                                 NOT NULL;
1007                                                                         
1008                                                                         
1009                                                                         
1010                                                                                 
1011                                                                                 <xref linkend="actor.table.usr"/>
1012                                                                                 
1013                                                                         
1014                                                                         </para></entry>
1015                                                         </row>
1016                                                 
1017                                                         <row>
1018                                                                 <entry>note</entry>
1019                                                                 <entry>text</entry>
1020                                                                 <entry><para>
1021                                                                         
1022                                                                         
1023                                                                         
1024                                                                         
1025                                                                         </para></entry>
1026                                                         </row>
1027                                                 
1028                                                         <row>
1029                                                                 <entry>create_time</entry>
1030                                                                 <entry>timestamp with time zone</entry>
1031                                                                 <entry><para>
1032                                                                         
1033                                                                         
1034                                                                                 NOT NULL;
1035                                                                         
1036                                                                         
1037                                                                                 DEFAULT now();
1038                                                                         
1039                                                                         
1040                                                                         </para></entry>
1041                                                         </row>
1042                                                 
1043                                                 </tbody>
1044                                         </tgroup>
1045                                 </informaltable>
1046                                 <para>
1047                                 
1048                                 
1049                                         <variablelist>
1050                                                 <title>Constraints on fund_allocation</title>
1051                                                 
1052                                                 <varlistentry>
1053                                                         <term>allocation_amount_or_percent</term>
1054                                                         <listitem><para>CHECK ((((percent IS NULL) AND (amount IS NOT NULL)) OR ((percent IS NOT NULL) AND (amount IS NULL))))</para></listitem>
1055                                                 </varlistentry>
1056                                                 
1057                                 
1058                                 
1059                                                 <varlistentry>
1060                                                         <term>fund_allocation_percent_check</term>
1061                                                         <listitem><para>CHECK (((percent IS NULL) OR ((percent &gt;= 0.0) AND (percent &lt;= 100.0))))</para></listitem>
1062                                                 </varlistentry>
1063                                                 
1064                                         </variablelist>
1065                                 
1066                                 
1067                                 
1068                                 
1069                                 
1070                 </para>
1071                 </simplesect>
1072                 
1073                 <simplesect id="acq.view.fund-allocation-total" xreflabel="acq.fund_allocation_total">          
1074                         <title>fund_allocation_total</title>
1075                         <informaltable>
1076                                 <tgroup cols="3">
1077                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
1078                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
1079                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
1080                                         <thead>
1081                                                 <row>
1082                                                         <entry>Field</entry>
1083                                                         <entry>Data Type</entry>
1084                                                         <entry>Constraints and References</entry>
1085                                                 </row>
1086                                                 </thead>
1087                                                 <tbody>
1088                                                 
1089                                                         <row>
1090                                                                 <entry>fund</entry>
1091                                                                 <entry>integer</entry>
1092                                                                 <entry><para>
1093                                                                         
1094                                                                         
1095                                                                         
1096                                                                         
1097                                                                         </para></entry>
1098                                                         </row>
1099                                                 
1100                                                         <row>
1101                                                                 <entry>amount</entry>
1102                                                                 <entry>numeric(100,2)</entry>
1103                                                                 <entry><para>
1104                                                                         
1105                                                                         
1106                                                                         
1107                                                                         
1108                                                                         </para></entry>
1109                                                         </row>
1110                                                 
1111                                                 </tbody>
1112                                         </tgroup>
1113                                 </informaltable>
1114                                 <para>
1115                                 
1116                                 
1117                                 
1118                                 
1119                 </para>
1120                 </simplesect>
1121                 
1122                 <simplesect id="acq.view.fund-combined-balance" xreflabel="acq.fund_combined_balance">          
1123                         <title>fund_combined_balance</title>
1124                         <informaltable>
1125                                 <tgroup cols="3">
1126                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
1127                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
1128                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
1129                                         <thead>
1130                                                 <row>
1131                                                         <entry>Field</entry>
1132                                                         <entry>Data Type</entry>
1133                                                         <entry>Constraints and References</entry>
1134                                                 </row>
1135                                                 </thead>
1136                                                 <tbody>
1137                                                 
1138                                                         <row>
1139                                                                 <entry>fund</entry>
1140                                                                 <entry>integer</entry>
1141                                                                 <entry><para>
1142                                                                         
1143                                                                         
1144                                                                         
1145                                                                         
1146                                                                         </para></entry>
1147                                                         </row>
1148                                                 
1149                                                         <row>
1150                                                                 <entry>amount</entry>
1151                                                                 <entry>numeric</entry>
1152                                                                 <entry><para>
1153                                                                         
1154                                                                         
1155                                                                         
1156                                                                         
1157                                                                         </para></entry>
1158                                                         </row>
1159                                                 
1160                                                 </tbody>
1161                                         </tgroup>
1162                                 </informaltable>
1163                                 <para>
1164                                 
1165                                 
1166                                 
1167                                 
1168                 </para>
1169                 </simplesect>
1170                 
1171                 <simplesect id="acq.table.fund-debit" xreflabel="acq.fund_debit">               
1172                         <title>fund_debit</title>
1173                         <informaltable>
1174                                 <tgroup cols="3">
1175                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
1176                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
1177                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
1178                                         <thead>
1179                                                 <row>
1180                                                         <entry>Field</entry>
1181                                                         <entry>Data Type</entry>
1182                                                         <entry>Constraints and References</entry>
1183                                                 </row>
1184                                                 </thead>
1185                                                 <tbody>
1186                                                 
1187                                                         <row>
1188                                                                 <entry>id</entry>
1189                                                                 <entry>serial</entry>
1190                                                                 <entry><para>
1191                                                                         
1192                                                                                 
1193                                                                                         PRIMARY KEY
1194                                                                                                                 
1195                                                                         
1196                                                                         
1197                                                                         
1198                                                                         
1199                                                                         
1200                                                                                 
1201                                                                         
1202                                                                         </para></entry>
1203                                                         </row>
1204                                                 
1205                                                         <row>
1206                                                                 <entry>fund</entry>
1207                                                                 <entry>integer</entry>
1208                                                                 <entry><para>
1209                                                                         
1210                                                                                                                 
1211                                                                         
1212                                                                         
1213                                                                         
1214                                                                                 NOT NULL;
1215                                                                         
1216                                                                         
1217                                                                         
1218                                                                                 
1219                                                                                 <xref linkend="acq.table.fund"/>
1220                                                                                 
1221                                                                         
1222                                                                         </para></entry>
1223                                                         </row>
1224                                                 
1225                                                         <row>
1226                                                                 <entry>origin_amount</entry>
1227                                                                 <entry>numeric</entry>
1228                                                                 <entry><para>
1229                                                                         
1230                                                                         
1231                                                                                 NOT NULL;
1232                                                                         
1233                                                                         
1234                                                                         
1235                                                                         </para></entry>
1236                                                         </row>
1237                                                 
1238                                                         <row>
1239                                                                 <entry>origin_currency_type</entry>
1240                                                                 <entry>text</entry>
1241                                                                 <entry><para>
1242                                                                         
1243                                                                                                                 
1244                                                                         
1245                                                                         
1246                                                                         
1247                                                                                 NOT NULL;
1248                                                                         
1249                                                                         
1250                                                                         
1251                                                                                 
1252                                                                                 <xref linkend="acq.table.currency-type"/>
1253                                                                                 
1254                                                                         
1255                                                                         </para></entry>
1256                                                         </row>
1257                                                 
1258                                                         <row>
1259                                                                 <entry>amount</entry>
1260                                                                 <entry>numeric</entry>
1261                                                                 <entry><para>
1262                                                                         
1263                                                                         
1264                                                                                 NOT NULL;
1265                                                                         
1266                                                                         
1267                                                                         
1268                                                                         </para></entry>
1269                                                         </row>
1270                                                 
1271                                                         <row>
1272                                                                 <entry>encumbrance</entry>
1273                                                                 <entry>boolean</entry>
1274                                                                 <entry><para>
1275                                                                         
1276                                                                         
1277                                                                                 NOT NULL;
1278                                                                         
1279                                                                         
1280                                                                                 DEFAULT true;
1281                                                                         
1282                                                                         
1283                                                                         </para></entry>
1284                                                         </row>
1285                                                 
1286                                                         <row>
1287                                                                 <entry>debit_type</entry>
1288                                                                 <entry>text</entry>
1289                                                                 <entry><para>
1290                                                                         
1291                                                                         
1292                                                                                 NOT NULL;
1293                                                                         
1294                                                                         
1295                                                                         
1296                                                                         </para></entry>
1297                                                         </row>
1298                                                 
1299                                                         <row>
1300                                                                 <entry>xfer_destination</entry>
1301                                                                 <entry>integer</entry>
1302                                                                 <entry><para>
1303                                                                         
1304                                                                                                                 
1305                                                                         
1306                                                                         
1307                                                                         
1308                                                                         
1309                                                                         
1310                                                                                 
1311                                                                                 <xref linkend="acq.table.fund"/>
1312                                                                                 
1313                                                                         
1314                                                                         </para></entry>
1315                                                         </row>
1316                                                 
1317                                                         <row>
1318                                                                 <entry>create_time</entry>
1319                                                                 <entry>timestamp with time zone</entry>
1320                                                                 <entry><para>
1321                                                                         
1322                                                                         
1323                                                                                 NOT NULL;
1324                                                                         
1325                                                                         
1326                                                                                 DEFAULT now();
1327                                                                         
1328                                                                         
1329                                                                         </para></entry>
1330                                                         </row>
1331                                                 
1332                                                 </tbody>
1333                                         </tgroup>
1334                                 </informaltable>
1335                                 <para>
1336                                 
1337                                 
1338                                 
1339                                         <itemizedlist>
1340                                                 <title>
1341                                                         Tables referencing acq.lineitem_detail via Foreign Key Constraints
1342                                                 </title>
1343                                 
1344                                                         <listitem>
1345                                                                 <para><xref linkend="acq.table.lineitem-detail"/></para>
1346                                                         </listitem>
1347                                                         
1348                                         </itemizedlist>
1349                                 
1350                                 
1351                                 
1352                                 
1353                 </para>
1354                 </simplesect>
1355                 
1356                 <simplesect id="acq.view.fund-debit-total" xreflabel="acq.fund_debit_total">            
1357                         <title>fund_debit_total</title>
1358                         <informaltable>
1359                                 <tgroup cols="3">
1360                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
1361                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
1362                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
1363                                         <thead>
1364                                                 <row>
1365                                                         <entry>Field</entry>
1366                                                         <entry>Data Type</entry>
1367                                                         <entry>Constraints and References</entry>
1368                                                 </row>
1369                                                 </thead>
1370                                                 <tbody>
1371                                                 
1372                                                         <row>
1373                                                                 <entry>fund</entry>
1374                                                                 <entry>integer</entry>
1375                                                                 <entry><para>
1376                                                                         
1377                                                                         
1378                                                                         
1379                                                                         
1380                                                                         </para></entry>
1381                                                         </row>
1382                                                 
1383                                                         <row>
1384                                                                 <entry>encumbrance</entry>
1385                                                                 <entry>boolean</entry>
1386                                                                 <entry><para>
1387                                                                         
1388                                                                         
1389                                                                         
1390                                                                         
1391                                                                         </para></entry>
1392                                                         </row>
1393                                                 
1394                                                         <row>
1395                                                                 <entry>amount</entry>
1396                                                                 <entry>numeric</entry>
1397                                                                 <entry><para>
1398                                                                         
1399                                                                         
1400                                                                         
1401                                                                         
1402                                                                         </para></entry>
1403                                                         </row>
1404                                                 
1405                                                 </tbody>
1406                                         </tgroup>
1407                                 </informaltable>
1408                                 <para>
1409                                 
1410                                 
1411                                 
1412                                 
1413                 </para>
1414                 </simplesect>
1415                 
1416                 <simplesect id="acq.view.fund-encumbrance-total" xreflabel="acq.fund_encumbrance_total">                
1417                         <title>fund_encumbrance_total</title>
1418                         <informaltable>
1419                                 <tgroup cols="3">
1420                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
1421                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
1422                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
1423                                         <thead>
1424                                                 <row>
1425                                                         <entry>Field</entry>
1426                                                         <entry>Data Type</entry>
1427                                                         <entry>Constraints and References</entry>
1428                                                 </row>
1429                                                 </thead>
1430                                                 <tbody>
1431                                                 
1432                                                         <row>
1433                                                                 <entry>fund</entry>
1434                                                                 <entry>integer</entry>
1435                                                                 <entry><para>
1436                                                                         
1437                                                                         
1438                                                                         
1439                                                                         
1440                                                                         </para></entry>
1441                                                         </row>
1442                                                 
1443                                                         <row>
1444                                                                 <entry>amount</entry>
1445                                                                 <entry>numeric</entry>
1446                                                                 <entry><para>
1447                                                                         
1448                                                                         
1449                                                                         
1450                                                                         
1451                                                                         </para></entry>
1452                                                         </row>
1453                                                 
1454                                                 </tbody>
1455                                         </tgroup>
1456                                 </informaltable>
1457                                 <para>
1458                                 
1459                                 
1460                                 
1461                                 
1462                 </para>
1463                 </simplesect>
1464                 
1465                 <simplesect id="acq.view.fund-spent-balance" xreflabel="acq.fund_spent_balance">                
1466                         <title>fund_spent_balance</title>
1467                         <informaltable>
1468                                 <tgroup cols="3">
1469                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
1470                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
1471                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
1472                                         <thead>
1473                                                 <row>
1474                                                         <entry>Field</entry>
1475                                                         <entry>Data Type</entry>
1476                                                         <entry>Constraints and References</entry>
1477                                                 </row>
1478                                                 </thead>
1479                                                 <tbody>
1480                                                 
1481                                                         <row>
1482                                                                 <entry>fund</entry>
1483                                                                 <entry>integer</entry>
1484                                                                 <entry><para>
1485                                                                         
1486                                                                         
1487                                                                         
1488                                                                         
1489                                                                         </para></entry>
1490                                                         </row>
1491                                                 
1492                                                         <row>
1493                                                                 <entry>amount</entry>
1494                                                                 <entry>numeric</entry>
1495                                                                 <entry><para>
1496                                                                         
1497                                                                         
1498                                                                         
1499                                                                         
1500                                                                         </para></entry>
1501                                                         </row>
1502                                                 
1503                                                 </tbody>
1504                                         </tgroup>
1505                                 </informaltable>
1506                                 <para>
1507                                 
1508                                 
1509                                 
1510                                 
1511                 </para>
1512                 </simplesect>
1513                 
1514                 <simplesect id="acq.view.fund-spent-total" xreflabel="acq.fund_spent_total">            
1515                         <title>fund_spent_total</title>
1516                         <informaltable>
1517                                 <tgroup cols="3">
1518                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
1519                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
1520                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
1521                                         <thead>
1522                                                 <row>
1523                                                         <entry>Field</entry>
1524                                                         <entry>Data Type</entry>
1525                                                         <entry>Constraints and References</entry>
1526                                                 </row>
1527                                                 </thead>
1528                                                 <tbody>
1529                                                 
1530                                                         <row>
1531                                                                 <entry>fund</entry>
1532                                                                 <entry>integer</entry>
1533                                                                 <entry><para>
1534                                                                         
1535                                                                         
1536                                                                         
1537                                                                         
1538                                                                         </para></entry>
1539                                                         </row>
1540                                                 
1541                                                         <row>
1542                                                                 <entry>amount</entry>
1543                                                                 <entry>numeric</entry>
1544                                                                 <entry><para>
1545                                                                         
1546                                                                         
1547                                                                         
1548                                                                         
1549                                                                         </para></entry>
1550                                                         </row>
1551                                                 
1552                                                 </tbody>
1553                                         </tgroup>
1554                                 </informaltable>
1555                                 <para>
1556                                 
1557                                 
1558                                 
1559                                 
1560                 </para>
1561                 </simplesect>
1562                 
1563                 <simplesect id="acq.table.fund-tag" xreflabel="acq.fund_tag">           
1564                         <title>fund_tag</title>
1565                         <informaltable>
1566                                 <tgroup cols="3">
1567                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
1568                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
1569                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
1570                                         <thead>
1571                                                 <row>
1572                                                         <entry>Field</entry>
1573                                                         <entry>Data Type</entry>
1574                                                         <entry>Constraints and References</entry>
1575                                                 </row>
1576                                                 </thead>
1577                                                 <tbody>
1578                                                 
1579                                                         <row>
1580                                                                 <entry>id</entry>
1581                                                                 <entry>serial</entry>
1582                                                                 <entry><para>
1583                                                                         
1584                                                                                 
1585                                                                                         PRIMARY KEY
1586                                                                                                                 
1587                                                                         
1588                                                                         
1589                                                                         
1590                                                                         
1591                                                                         
1592                                                                                 
1593                                                                         
1594                                                                         </para></entry>
1595                                                         </row>
1596                                                 
1597                                                         <row>
1598                                                                 <entry>owner</entry>
1599                                                                 <entry>integer</entry>
1600                                                                 <entry><para>
1601                                                                         
1602                                                                                                                 
1603                                                                         
1604                                                                                 UNIQUE#1
1605                                                                                 ;
1606                                                                                 
1607                                                                         
1608                                                                                                                 
1609                                                                         
1610                                                                         
1611                                                                         
1612                                                                                 NOT NULL;
1613                                                                         
1614                                                                         
1615                                                                         
1616                                                                                 
1617                                                                         
1618                                                                                 
1619                                                                                 <xref linkend="actor.table.org-unit"/>
1620                                                                                 
1621                                                                         
1622                                                                         </para></entry>
1623                                                         </row>
1624                                                 
1625                                                         <row>
1626                                                                 <entry>name</entry>
1627                                                                 <entry>text</entry>
1628                                                                 <entry><para>
1629                                                                         
1630                                                                                                                 
1631                                                                         
1632                                                                                 UNIQUE#1
1633                                                                                 ;
1634                                                                                 
1635                                                                         
1636                                                                         
1637                                                                                 NOT NULL;
1638                                                                         
1639                                                                         
1640                                                                         
1641                                                                                 
1642                                                                         
1643                                                                         </para></entry>
1644                                                         </row>
1645                                                 
1646                                                 </tbody>
1647                                         </tgroup>
1648                                 </informaltable>
1649                                 <para>
1650                                 
1651                                 
1652                                 
1653                                         <itemizedlist>
1654                                                 <title>
1655                                                         Tables referencing acq.fund_tag_map via Foreign Key Constraints
1656                                                 </title>
1657                                 
1658                                                         <listitem>
1659                                                                 <para><xref linkend="acq.table.fund-tag-map"/></para>
1660                                                         </listitem>
1661                                                         
1662                                         </itemizedlist>
1663                                 
1664                                 
1665                                 
1666                                 
1667                 </para>
1668                 </simplesect>
1669                 
1670                 <simplesect id="acq.table.fund-tag-map" xreflabel="acq.fund_tag_map">           
1671                         <title>fund_tag_map</title>
1672                         <informaltable>
1673                                 <tgroup cols="3">
1674                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
1675                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
1676                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
1677                                         <thead>
1678                                                 <row>
1679                                                         <entry>Field</entry>
1680                                                         <entry>Data Type</entry>
1681                                                         <entry>Constraints and References</entry>
1682                                                 </row>
1683                                                 </thead>
1684                                                 <tbody>
1685                                                 
1686                                                         <row>
1687                                                                 <entry>id</entry>
1688                                                                 <entry>serial</entry>
1689                                                                 <entry><para>
1690                                                                         
1691                                                                                 
1692                                                                                         PRIMARY KEY
1693                                                                                                                 
1694                                                                         
1695                                                                         
1696                                                                         
1697                                                                         
1698                                                                         
1699                                                                                 
1700                                                                         
1701                                                                         </para></entry>
1702                                                         </row>
1703                                                 
1704                                                         <row>
1705                                                                 <entry>fund</entry>
1706                                                                 <entry>integer</entry>
1707                                                                 <entry><para>
1708                                                                         
1709                                                                                                                 
1710                                                                         
1711                                                                                 UNIQUE#1
1712                                                                                 ;
1713                                                                                 
1714                                                                         
1715                                                                                                                 
1716                                                                         
1717                                                                         
1718                                                                         
1719                                                                                 NOT NULL;
1720                                                                         
1721                                                                         
1722                                                                         
1723                                                                                 
1724                                                                         
1725                                                                                 
1726                                                                                 <xref linkend="acq.table.fund"/>
1727                                                                                 
1728                                                                         
1729                                                                         </para></entry>
1730                                                         </row>
1731                                                 
1732                                                         <row>
1733                                                                 <entry>tag</entry>
1734                                                                 <entry>integer</entry>
1735                                                                 <entry><para>
1736                                                                         
1737                                                                                                                 
1738                                                                         
1739                                                                                 UNIQUE#1
1740                                                                                 ;
1741                                                                                 
1742                                                                         
1743                                                                                                                 
1744                                                                         
1745                                                                         
1746                                                                         
1747                                                                         
1748                                                                         
1749                                                                                 
1750                                                                         
1751                                                                                 
1752                                                                                 <xref linkend="acq.table.fund-tag"/>
1753                                                                                 
1754                                                                         
1755                                                                         </para></entry>
1756                                                         </row>
1757                                                 
1758                                                 </tbody>
1759                                         </tgroup>
1760                                 </informaltable>
1761                                 <para>
1762                                 
1763                                 
1764                                 
1765                                 
1766                 </para>
1767                 </simplesect>
1768                 
1769                 <simplesect id="acq.table.funding-source" xreflabel="acq.funding_source">               
1770                         <title>funding_source</title>
1771                         <informaltable>
1772                                 <tgroup cols="3">
1773                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
1774                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
1775                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
1776                                         <thead>
1777                                                 <row>
1778                                                         <entry>Field</entry>
1779                                                         <entry>Data Type</entry>
1780                                                         <entry>Constraints and References</entry>
1781                                                 </row>
1782                                                 </thead>
1783                                                 <tbody>
1784                                                 
1785                                                         <row>
1786                                                                 <entry>id</entry>
1787                                                                 <entry>serial</entry>
1788                                                                 <entry><para>
1789                                                                         
1790                                                                                 
1791                                                                                         PRIMARY KEY
1792                                                                                                                 
1793                                                                         
1794                                                                         
1795                                                                         
1796                                                                         
1797                                                                         
1798                                                                                 
1799                                                                         
1800                                                                         </para></entry>
1801                                                         </row>
1802                                                 
1803                                                         <row>
1804                                                                 <entry>name</entry>
1805                                                                 <entry>text</entry>
1806                                                                 <entry><para>
1807                                                                         
1808                                                                                                                 
1809                                                                         
1810                                                                                 UNIQUE#1
1811                                                                                 ;
1812                                                                                 
1813                                                                         
1814                                                                         
1815                                                                                 NOT NULL;
1816                                                                         
1817                                                                         
1818                                                                         
1819                                                                                 
1820                                                                         
1821                                                                         </para></entry>
1822                                                         </row>
1823                                                 
1824                                                         <row>
1825                                                                 <entry>owner</entry>
1826                                                                 <entry>integer</entry>
1827                                                                 <entry><para>
1828                                                                         
1829                                                                                                                 
1830                                                                         
1831                                                                                 UNIQUE#1
1832                                                                                 ;
1833                                                                                 
1834                                                                         
1835                                                                                                                 
1836                                                                         
1837                                                                         
1838                                                                         
1839                                                                                 NOT NULL;
1840                                                                         
1841                                                                         
1842                                                                         
1843                                                                                 
1844                                                                         
1845                                                                                 
1846                                                                                 <xref linkend="actor.table.org-unit"/>
1847                                                                                 
1848                                                                         
1849                                                                         </para></entry>
1850                                                         </row>
1851                                                 
1852                                                         <row>
1853                                                                 <entry>currency_type</entry>
1854                                                                 <entry>text</entry>
1855                                                                 <entry><para>
1856                                                                         
1857                                                                                                                 
1858                                                                         
1859                                                                         
1860                                                                         
1861                                                                                 NOT NULL;
1862                                                                         
1863                                                                         
1864                                                                         
1865                                                                                 
1866                                                                                 <xref linkend="acq.table.currency-type"/>
1867                                                                                 
1868                                                                         
1869                                                                         </para></entry>
1870                                                         </row>
1871                                                 
1872                                                         <row>
1873                                                                 <entry>code</entry>
1874                                                                 <entry>text</entry>
1875                                                                 <entry><para>
1876                                                                         
1877                                                                                                                 
1878                                                                         
1879                                                                                 UNIQUE;
1880                                                                                 
1881                                                                         
1882                                                                         
1883                                                                         
1884                                                                         
1885                                                                                 
1886                                                                         
1887                                                                         </para></entry>
1888                                                         </row>
1889                                                 
1890                                                 </tbody>
1891                                         </tgroup>
1892                                 </informaltable>
1893                                 <para>
1894                                 
1895                                 
1896                                 
1897                                         <itemizedlist>
1898                                                 <title>
1899                                                         Tables referencing acq.fund_allocation via Foreign Key Constraints
1900                                                 </title>
1901                                 
1902                                                         <listitem>
1903                                                                 <para><xref linkend="acq.table.fund-allocation"/></para>
1904                                                         </listitem>
1905                                                         
1906                                 
1907                                 
1908                                                         <listitem>
1909                                                                 <para><xref linkend="acq.table.funding-source-credit"/></para>
1910                                                         </listitem>
1911                                                         
1912                                         </itemizedlist>
1913                                 
1914                                 
1915                                 
1916                                 
1917                 </para>
1918                 </simplesect>
1919                 
1920                 <simplesect id="acq.view.funding-source-allocation-total" xreflabel="acq.funding_source_allocation_total">              
1921                         <title>funding_source_allocation_total</title>
1922                         <informaltable>
1923                                 <tgroup cols="3">
1924                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
1925                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
1926                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
1927                                         <thead>
1928                                                 <row>
1929                                                         <entry>Field</entry>
1930                                                         <entry>Data Type</entry>
1931                                                         <entry>Constraints and References</entry>
1932                                                 </row>
1933                                                 </thead>
1934                                                 <tbody>
1935                                                 
1936                                                         <row>
1937                                                                 <entry>funding_source</entry>
1938                                                                 <entry>integer</entry>
1939                                                                 <entry><para>
1940                                                                         
1941                                                                         
1942                                                                         
1943                                                                         
1944                                                                         </para></entry>
1945                                                         </row>
1946                                                 
1947                                                         <row>
1948                                                                 <entry>amount</entry>
1949                                                                 <entry>numeric(100,2)</entry>
1950                                                                 <entry><para>
1951                                                                         
1952                                                                         
1953                                                                         
1954                                                                         
1955                                                                         </para></entry>
1956                                                         </row>
1957                                                 
1958                                                 </tbody>
1959                                         </tgroup>
1960                                 </informaltable>
1961                                 <para>
1962                                 
1963                                 
1964                                 
1965                                 
1966                 </para>
1967                 </simplesect>
1968                 
1969                 <simplesect id="acq.view.funding-source-balance" xreflabel="acq.funding_source_balance">                
1970                         <title>funding_source_balance</title>
1971                         <informaltable>
1972                                 <tgroup cols="3">
1973                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
1974                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
1975                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
1976                                         <thead>
1977                                                 <row>
1978                                                         <entry>Field</entry>
1979                                                         <entry>Data Type</entry>
1980                                                         <entry>Constraints and References</entry>
1981                                                 </row>
1982                                                 </thead>
1983                                                 <tbody>
1984                                                 
1985                                                         <row>
1986                                                                 <entry>funding_source</entry>
1987                                                                 <entry>integer</entry>
1988                                                                 <entry><para>
1989                                                                         
1990                                                                         
1991                                                                         
1992                                                                         
1993                                                                         </para></entry>
1994                                                         </row>
1995                                                 
1996                                                         <row>
1997                                                                 <entry>amount</entry>
1998                                                                 <entry>numeric(100,2)</entry>
1999                                                                 <entry><para>
2000                                                                         
2001                                                                         
2002                                                                         
2003                                                                         
2004                                                                         </para></entry>
2005                                                         </row>
2006                                                 
2007                                                 </tbody>
2008                                         </tgroup>
2009                                 </informaltable>
2010                                 <para>
2011                                 
2012                                 
2013                                 
2014                                 
2015                 </para>
2016                 </simplesect>
2017                 
2018                 <simplesect id="acq.table.funding-source-credit" xreflabel="acq.funding_source_credit">         
2019                         <title>funding_source_credit</title>
2020                         <informaltable>
2021                                 <tgroup cols="3">
2022                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
2023                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
2024                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
2025                                         <thead>
2026                                                 <row>
2027                                                         <entry>Field</entry>
2028                                                         <entry>Data Type</entry>
2029                                                         <entry>Constraints and References</entry>
2030                                                 </row>
2031                                                 </thead>
2032                                                 <tbody>
2033                                                 
2034                                                         <row>
2035                                                                 <entry>id</entry>
2036                                                                 <entry>serial</entry>
2037                                                                 <entry><para>
2038                                                                         
2039                                                                                 
2040                                                                                         PRIMARY KEY
2041                                                                                                                 
2042                                                                         
2043                                                                         
2044                                                                         
2045                                                                         
2046                                                                         
2047                                                                                 
2048                                                                         
2049                                                                         </para></entry>
2050                                                         </row>
2051                                                 
2052                                                         <row>
2053                                                                 <entry>funding_source</entry>
2054                                                                 <entry>integer</entry>
2055                                                                 <entry><para>
2056                                                                         
2057                                                                                                                 
2058                                                                         
2059                                                                         
2060                                                                         
2061                                                                                 NOT NULL;
2062                                                                         
2063                                                                         
2064                                                                         
2065                                                                                 
2066                                                                                 <xref linkend="acq.table.funding-source"/>
2067                                                                                 
2068                                                                         
2069                                                                         </para></entry>
2070                                                         </row>
2071                                                 
2072                                                         <row>
2073                                                                 <entry>amount</entry>
2074                                                                 <entry>numeric</entry>
2075                                                                 <entry><para>
2076                                                                         
2077                                                                         
2078                                                                                 NOT NULL;
2079                                                                         
2080                                                                         
2081                                                                         
2082                                                                         </para></entry>
2083                                                         </row>
2084                                                 
2085                                                         <row>
2086                                                                 <entry>note</entry>
2087                                                                 <entry>text</entry>
2088                                                                 <entry><para>
2089                                                                         
2090                                                                         
2091                                                                         
2092                                                                         
2093                                                                         </para></entry>
2094                                                         </row>
2095                                                 
2096                                                 </tbody>
2097                                         </tgroup>
2098                                 </informaltable>
2099                                 <para>
2100                                 
2101                                 
2102                                 
2103                                 
2104                 </para>
2105                 </simplesect>
2106                 
2107                 <simplesect id="acq.view.funding-source-credit-total" xreflabel="acq.funding_source_credit_total">              
2108                         <title>funding_source_credit_total</title>
2109                         <informaltable>
2110                                 <tgroup cols="3">
2111                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
2112                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
2113                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
2114                                         <thead>
2115                                                 <row>
2116                                                         <entry>Field</entry>
2117                                                         <entry>Data Type</entry>
2118                                                         <entry>Constraints and References</entry>
2119                                                 </row>
2120                                                 </thead>
2121                                                 <tbody>
2122                                                 
2123                                                         <row>
2124                                                                 <entry>funding_source</entry>
2125                                                                 <entry>integer</entry>
2126                                                                 <entry><para>
2127                                                                         
2128                                                                         
2129                                                                         
2130                                                                         
2131                                                                         </para></entry>
2132                                                         </row>
2133                                                 
2134                                                         <row>
2135                                                                 <entry>amount</entry>
2136                                                                 <entry>numeric</entry>
2137                                                                 <entry><para>
2138                                                                         
2139                                                                         
2140                                                                         
2141                                                                         
2142                                                                         </para></entry>
2143                                                         </row>
2144                                                 
2145                                                 </tbody>
2146                                         </tgroup>
2147                                 </informaltable>
2148                                 <para>
2149                                 
2150                                 
2151                                 
2152                                 
2153                 </para>
2154                 </simplesect>
2155                 
2156                 <simplesect id="acq.table.lineitem" xreflabel="acq.lineitem">           
2157                         <title>lineitem</title>
2158                         <informaltable>
2159                                 <tgroup cols="3">
2160                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
2161                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
2162                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
2163                                         <thead>
2164                                                 <row>
2165                                                         <entry>Field</entry>
2166                                                         <entry>Data Type</entry>
2167                                                         <entry>Constraints and References</entry>
2168                                                 </row>
2169                                                 </thead>
2170                                                 <tbody>
2171                                                 
2172                                                         <row>
2173                                                                 <entry>id</entry>
2174                                                                 <entry>bigserial</entry>
2175                                                                 <entry><para>
2176                                                                         
2177                                                                                 
2178                                                                                         PRIMARY KEY
2179                                                                                                                 
2180                                                                         
2181                                                                         
2182                                                                         
2183                                                                         
2184                                                                         
2185                                                                                 
2186                                                                         
2187                                                                         </para></entry>
2188                                                         </row>
2189                                                 
2190                                                         <row>
2191                                                                 <entry>creator</entry>
2192                                                                 <entry>integer</entry>
2193                                                                 <entry><para>
2194                                                                         
2195                                                                                                                 
2196                                                                         
2197                                                                         
2198                                                                         
2199                                                                                 NOT NULL;
2200                                                                         
2201                                                                         
2202                                                                         
2203                                                                                 
2204                                                                                 <xref linkend="actor.table.usr"/>
2205                                                                                 
2206                                                                         
2207                                                                         </para></entry>
2208                                                         </row>
2209                                                 
2210                                                         <row>
2211                                                                 <entry>editor</entry>
2212                                                                 <entry>integer</entry>
2213                                                                 <entry><para>
2214                                                                         
2215                                                                                                                 
2216                                                                         
2217                                                                         
2218                                                                         
2219                                                                                 NOT NULL;
2220                                                                         
2221                                                                         
2222                                                                         
2223                                                                                 
2224                                                                                 <xref linkend="actor.table.usr"/>
2225                                                                                 
2226                                                                         
2227                                                                         </para></entry>
2228                                                         </row>
2229                                                 
2230                                                         <row>
2231                                                                 <entry>selector</entry>
2232                                                                 <entry>integer</entry>
2233                                                                 <entry><para>
2234                                                                         
2235                                                                                                                 
2236                                                                         
2237                                                                         
2238                                                                         
2239                                                                                 NOT NULL;
2240                                                                         
2241                                                                         
2242                                                                         
2243                                                                                 
2244                                                                                 <xref linkend="actor.table.usr"/>
2245                                                                                 
2246                                                                         
2247                                                                         </para></entry>
2248                                                         </row>
2249                                                 
2250                                                         <row>
2251                                                                 <entry>provider</entry>
2252                                                                 <entry>integer</entry>
2253                                                                 <entry><para>
2254                                                                         
2255                                                                                                                 
2256                                                                         
2257                                                                         
2258                                                                         
2259                                                                         
2260                                                                         
2261                                                                                 
2262                                                                                 <xref linkend="acq.table.provider"/>
2263                                                                                 
2264                                                                         
2265                                                                         </para></entry>
2266                                                         </row>
2267                                                 
2268                                                         <row>
2269                                                                 <entry>purchase_order</entry>
2270                                                                 <entry>integer</entry>
2271                                                                 <entry><para>
2272                                                                         
2273                                                                                                                 
2274                                                                         
2275                                                                         
2276                                                                         
2277                                                                         
2278                                                                         
2279                                                                                 
2280                                                                                 <xref linkend="acq.table.purchase-order"/>
2281                                                                                 
2282                                                                         
2283                                                                         </para></entry>
2284                                                         </row>
2285                                                 
2286                                                         <row>
2287                                                                 <entry>picklist</entry>
2288                                                                 <entry>integer</entry>
2289                                                                 <entry><para>
2290                                                                         
2291                                                                                                                 
2292                                                                         
2293                                                                         
2294                                                                         
2295                                                                         
2296                                                                         
2297                                                                                 
2298                                                                                 <xref linkend="acq.table.picklist"/>
2299                                                                                 
2300                                                                         
2301                                                                         </para></entry>
2302                                                         </row>
2303                                                 
2304                                                         <row>
2305                                                                 <entry>expected_recv_time</entry>
2306                                                                 <entry>timestamp with time zone</entry>
2307                                                                 <entry><para>
2308                                                                         
2309                                                                         
2310                                                                         
2311                                                                         
2312                                                                         </para></entry>
2313                                                         </row>
2314                                                 
2315                                                         <row>
2316                                                                 <entry>create_time</entry>
2317                                                                 <entry>timestamp with time zone</entry>
2318                                                                 <entry><para>
2319                                                                         
2320                                                                         
2321                                                                                 NOT NULL;
2322                                                                         
2323                                                                         
2324                                                                                 DEFAULT now();
2325                                                                         
2326                                                                         
2327                                                                         </para></entry>
2328                                                         </row>
2329                                                 
2330                                                         <row>
2331                                                                 <entry>edit_time</entry>
2332                                                                 <entry>timestamp with time zone</entry>
2333                                                                 <entry><para>
2334                                                                         
2335                                                                         
2336                                                                                 NOT NULL;
2337                                                                         
2338                                                                         
2339                                                                                 DEFAULT now();
2340                                                                         
2341                                                                         
2342                                                                         </para></entry>
2343                                                         </row>
2344                                                 
2345                                                         <row>
2346                                                                 <entry>marc</entry>
2347                                                                 <entry>text</entry>
2348                                                                 <entry><para>
2349                                                                         
2350                                                                         
2351                                                                                 NOT NULL;
2352                                                                         
2353                                                                         
2354                                                                         
2355                                                                         </para></entry>
2356                                                         </row>
2357                                                 
2358                                                         <row>
2359                                                                 <entry>eg_bib_id</entry>
2360                                                                 <entry>integer</entry>
2361                                                                 <entry><para>
2362                                                                         
2363                                                                                                                 
2364                                                                         
2365                                                                         
2366                                                                         
2367                                                                         
2368                                                                         
2369                                                                                 
2370                                                                                 <xref linkend="biblio.table.record-entry"/>
2371                                                                                 
2372                                                                         
2373                                                                         </para></entry>
2374                                                         </row>
2375                                                 
2376                                                         <row>
2377                                                                 <entry>source_label</entry>
2378                                                                 <entry>text</entry>
2379                                                                 <entry><para>
2380                                                                         
2381                                                                         
2382                                                                         
2383                                                                         
2384                                                                         </para></entry>
2385                                                         </row>
2386                                                 
2387                                                         <row>
2388                                                                 <entry>item_count</entry>
2389                                                                 <entry>integer</entry>
2390                                                                 <entry><para>
2391                                                                         
2392                                                                         
2393                                                                                 NOT NULL;
2394                                                                         
2395                                                                         
2396                                                                         
2397                                                                         </para></entry>
2398                                                         </row>
2399                                                 
2400                                                         <row>
2401                                                                 <entry>state</entry>
2402                                                                 <entry>text</entry>
2403                                                                 <entry><para>
2404                                                                         
2405                                                                         
2406                                                                                 NOT NULL;
2407                                                                         
2408                                                                         
2409                                                                                 DEFAULT &apos;new&apos;::text;
2410                                                                         
2411                                                                         
2412                                                                         </para></entry>
2413                                                         </row>
2414                                                 
2415                                                 </tbody>
2416                                         </tgroup>
2417                                 </informaltable>
2418                                 <para>
2419                                 
2420                                 
2421                                         <variablelist>
2422                                                 <title>Constraints on lineitem</title>
2423                                                 
2424                                                 <varlistentry>
2425                                                         <term>picklist_or_po</term>
2426                                                         <listitem><para>CHECK (((picklist IS NOT NULL) OR (purchase_order IS NOT NULL)))</para></listitem>
2427                                                 </varlistentry>
2428                                                 
2429                                         </variablelist>
2430                                 
2431                                 
2432                                 
2433                                 
2434                                         <itemizedlist>
2435                                                 <title>
2436                                                         Tables referencing acq.lineitem_attr via Foreign Key Constraints
2437                                                 </title>
2438                                 
2439                                                         <listitem>
2440                                                                 <para><xref linkend="acq.table.lineitem-attr"/></para>
2441                                                         </listitem>
2442                                                         
2443                                 
2444                                 
2445                                                         <listitem>
2446                                                                 <para><xref linkend="acq.table.lineitem-detail"/></para>
2447                                                         </listitem>
2448                                                         
2449                                 
2450                                 
2451                                                         <listitem>
2452                                                                 <para><xref linkend="acq.table.lineitem-note"/></para>
2453                                                         </listitem>
2454                                                         
2455                                         </itemizedlist>
2456                                 
2457                                 
2458                                 
2459                                 
2460                 </para>
2461                 </simplesect>
2462                 
2463                 <simplesect id="acq.table.lineitem-attr" xreflabel="acq.lineitem_attr">         
2464                         <title>lineitem_attr</title>
2465                         <informaltable>
2466                                 <tgroup cols="3">
2467                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
2468                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
2469                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
2470                                         <thead>
2471                                                 <row>
2472                                                         <entry>Field</entry>
2473                                                         <entry>Data Type</entry>
2474                                                         <entry>Constraints and References</entry>
2475                                                 </row>
2476                                                 </thead>
2477                                                 <tbody>
2478                                                 
2479                                                         <row>
2480                                                                 <entry>id</entry>
2481                                                                 <entry>bigserial</entry>
2482                                                                 <entry><para>
2483                                                                         
2484                                                                                 
2485                                                                                         PRIMARY KEY
2486                                                                                                                 
2487                                                                         
2488                                                                         
2489                                                                         
2490                                                                         
2491                                                                         
2492                                                                                 
2493                                                                         
2494                                                                         </para></entry>
2495                                                         </row>
2496                                                 
2497                                                         <row>
2498                                                                 <entry>definition</entry>
2499                                                                 <entry>bigint</entry>
2500                                                                 <entry><para>
2501                                                                         
2502                                                                         
2503                                                                                 NOT NULL;
2504                                                                         
2505                                                                         
2506                                                                         
2507                                                                         </para></entry>
2508                                                         </row>
2509                                                 
2510                                                         <row>
2511                                                                 <entry>lineitem</entry>
2512                                                                 <entry>bigint</entry>
2513                                                                 <entry><para>
2514                                                                         
2515                                                                                                                 
2516                                                                         
2517                                                                         
2518                                                                         
2519                                                                                 NOT NULL;
2520                                                                         
2521                                                                         
2522                                                                         
2523                                                                                 
2524                                                                                 <xref linkend="acq.table.lineitem"/>
2525                                                                                 
2526                                                                         
2527                                                                         </para></entry>
2528                                                         </row>
2529                                                 
2530                                                         <row>
2531                                                                 <entry>attr_type</entry>
2532                                                                 <entry>text</entry>
2533                                                                 <entry><para>
2534                                                                         
2535                                                                         
2536                                                                                 NOT NULL;
2537                                                                         
2538                                                                         
2539                                                                         
2540                                                                         </para></entry>
2541                                                         </row>
2542                                                 
2543                                                         <row>
2544                                                                 <entry>attr_name</entry>
2545                                                                 <entry>text</entry>
2546                                                                 <entry><para>
2547                                                                         
2548                                                                         
2549                                                                                 NOT NULL;
2550                                                                         
2551                                                                         
2552                                                                         
2553                                                                         </para></entry>
2554                                                         </row>
2555                                                 
2556                                                         <row>
2557                                                                 <entry>attr_value</entry>
2558                                                                 <entry>text</entry>
2559                                                                 <entry><para>
2560                                                                         
2561                                                                         
2562                                                                                 NOT NULL;
2563                                                                         
2564                                                                         
2565                                                                         
2566                                                                         </para></entry>
2567                                                         </row>
2568                                                 
2569                                                 </tbody>
2570                                         </tgroup>
2571                                 </informaltable>
2572                                 <para>
2573                                 
2574                                 
2575                                 
2576                                 
2577                 </para>
2578                 </simplesect>
2579                 
2580                 <simplesect id="acq.table.lineitem-attr-definition" xreflabel="acq.lineitem_attr_definition">           
2581                         <title>lineitem_attr_definition</title>
2582                         <informaltable>
2583                                 <tgroup cols="3">
2584                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
2585                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
2586                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
2587                                         <thead>
2588                                                 <row>
2589                                                         <entry>Field</entry>
2590                                                         <entry>Data Type</entry>
2591                                                         <entry>Constraints and References</entry>
2592                                                 </row>
2593                                                 </thead>
2594                                                 <tbody>
2595                                                 
2596                                                         <row>
2597                                                                 <entry>id</entry>
2598                                                                 <entry>bigserial</entry>
2599                                                                 <entry><para>
2600                                                                         
2601                                                                                 
2602                                                                                         PRIMARY KEY
2603                                                                                                                 
2604                                                                         
2605                                                                         
2606                                                                         
2607                                                                         
2608                                                                         
2609                                                                                 
2610                                                                         
2611                                                                         </para></entry>
2612                                                         </row>
2613                                                 
2614                                                         <row>
2615                                                                 <entry>code</entry>
2616                                                                 <entry>text</entry>
2617                                                                 <entry><para>
2618                                                                         
2619                                                                         
2620                                                                                 NOT NULL;
2621                                                                         
2622                                                                         
2623                                                                         
2624                                                                         </para></entry>
2625                                                         </row>
2626                                                 
2627                                                         <row>
2628                                                                 <entry>description</entry>
2629                                                                 <entry>text</entry>
2630                                                                 <entry><para>
2631                                                                         
2632                                                                         
2633                                                                                 NOT NULL;
2634                                                                         
2635                                                                         
2636                                                                         
2637                                                                         </para></entry>
2638                                                         </row>
2639                                                 
2640                                                         <row>
2641                                                                 <entry>remove</entry>
2642                                                                 <entry>text</entry>
2643                                                                 <entry><para>
2644                                                                         
2645                                                                         
2646                                                                                 NOT NULL;
2647                                                                         
2648                                                                         
2649                                                                                 DEFAULT &apos;&apos;::text;
2650                                                                         
2651                                                                         
2652                                                                         </para></entry>
2653                                                         </row>
2654                                                 
2655                                                         <row>
2656                                                                 <entry>ident</entry>
2657                                                                 <entry>boolean</entry>
2658                                                                 <entry><para>
2659                                                                         
2660                                                                         
2661                                                                                 NOT NULL;
2662                                                                         
2663                                                                         
2664                                                                                 DEFAULT false;
2665                                                                         
2666                                                                         
2667                                                                         </para></entry>
2668                                                         </row>
2669                                                 
2670                                                 </tbody>
2671                                         </tgroup>
2672                                 </informaltable>
2673                                 <para>
2674                                 
2675                                 
2676                                 
2677                                 
2678                 </para>
2679                 </simplesect>
2680                 
2681                 <simplesect id="acq.table.lineitem-detail" xreflabel="acq.lineitem_detail">             
2682                         <title>lineitem_detail</title>
2683                         <informaltable>
2684                                 <tgroup cols="3">
2685                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
2686                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
2687                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
2688                                         <thead>
2689                                                 <row>
2690                                                         <entry>Field</entry>
2691                                                         <entry>Data Type</entry>
2692                                                         <entry>Constraints and References</entry>
2693                                                 </row>
2694                                                 </thead>
2695                                                 <tbody>
2696                                                 
2697                                                         <row>
2698                                                                 <entry>id</entry>
2699                                                                 <entry>bigserial</entry>
2700                                                                 <entry><para>
2701                                                                         
2702                                                                                 
2703                                                                                         PRIMARY KEY
2704                                                                                                                 
2705                                                                         
2706                                                                         
2707                                                                         
2708                                                                         
2709                                                                         
2710                                                                                 
2711                                                                         
2712                                                                         </para></entry>
2713                                                         </row>
2714                                                 
2715                                                         <row>
2716                                                                 <entry>lineitem</entry>
2717                                                                 <entry>integer</entry>
2718                                                                 <entry><para>
2719                                                                         
2720                                                                                                                 
2721                                                                         
2722                                                                         
2723                                                                         
2724                                                                                 NOT NULL;
2725                                                                         
2726                                                                         
2727                                                                         
2728                                                                                 
2729                                                                                 <xref linkend="acq.table.lineitem"/>
2730                                                                                 
2731                                                                         
2732                                                                         </para></entry>
2733                                                         </row>
2734                                                 
2735                                                         <row>
2736                                                                 <entry>fund</entry>
2737                                                                 <entry>integer</entry>
2738                                                                 <entry><para>
2739                                                                         
2740                                                                                                                 
2741                                                                         
2742                                                                         
2743                                                                         
2744                                                                         
2745                                                                         
2746                                                                                 
2747                                                                                 <xref linkend="acq.table.fund"/>
2748                                                                                 
2749                                                                         
2750                                                                         </para></entry>
2751                                                         </row>
2752                                                 
2753                                                         <row>
2754                                                                 <entry>fund_debit</entry>
2755                                                                 <entry>integer</entry>
2756                                                                 <entry><para>
2757                                                                         
2758                                                                                                                 
2759                                                                         
2760                                                                         
2761                                                                         
2762                                                                         
2763                                                                         
2764                                                                                 
2765                                                                                 <xref linkend="acq.table.fund-debit"/>
2766                                                                                 
2767                                                                         
2768                                                                         </para></entry>
2769                                                         </row>
2770                                                 
2771                                                         <row>
2772                                                                 <entry>eg_copy_id</entry>
2773                                                                 <entry>bigint</entry>
2774                                                                 <entry><para>
2775                                                                         
2776                                                                                                                 
2777                                                                         
2778                                                                         
2779                                                                         
2780                                                                         
2781                                                                         
2782                                                                                 
2783                                                                                 <xref linkend="asset.table.copy"/>
2784                                                                                 
2785                                                                         
2786                                                                         </para></entry>
2787                                                         </row>
2788                                                 
2789                                                         <row>
2790                                                                 <entry>barcode</entry>
2791                                                                 <entry>text</entry>
2792                                                                 <entry><para>
2793                                                                         
2794                                                                         
2795                                                                         
2796                                                                         
2797                                                                         </para></entry>
2798                                                         </row>
2799                                                 
2800                                                         <row>
2801                                                                 <entry>cn_label</entry>
2802                                                                 <entry>text</entry>
2803                                                                 <entry><para>
2804                                                                         
2805                                                                         
2806                                                                         
2807                                                                         
2808                                                                         </para></entry>
2809                                                         </row>
2810                                                 
2811                                                         <row>
2812                                                                 <entry>note</entry>
2813                                                                 <entry>text</entry>
2814                                                                 <entry><para>
2815                                                                         
2816                                                                         
2817                                                                         
2818                                                                         
2819                                                                         </para></entry>
2820                                                         </row>
2821                                                 
2822                                                         <row>
2823                                                                 <entry>collection_code</entry>
2824                                                                 <entry>text</entry>
2825                                                                 <entry><para>
2826                                                                         
2827                                                                         
2828                                                                         
2829                                                                         
2830                                                                         </para></entry>
2831                                                         </row>
2832                                                 
2833                                                         <row>
2834                                                                 <entry>circ_modifier</entry>
2835                                                                 <entry>text</entry>
2836                                                                 <entry><para>
2837                                                                         
2838                                                                                                                 
2839                                                                         
2840                                                                         
2841                                                                         
2842                                                                         
2843                                                                         
2844                                                                                 
2845                                                                                 <xref linkend="config.table.circ-modifier"/>
2846                                                                                 
2847                                                                         
2848                                                                         </para></entry>
2849                                                         </row>
2850                                                 
2851                                                         <row>
2852                                                                 <entry>owning_lib</entry>
2853                                                                 <entry>integer</entry>
2854                                                                 <entry><para>
2855                                                                         
2856                                                                                                                 
2857                                                                         
2858                                                                         
2859                                                                         
2860                                                                         
2861                                                                         
2862                                                                                 
2863                                                                                 <xref linkend="actor.table.org-unit"/>
2864                                                                                 
2865                                                                         
2866                                                                         </para></entry>
2867                                                         </row>
2868                                                 
2869                                                         <row>
2870                                                                 <entry>location</entry>
2871                                                                 <entry>integer</entry>
2872                                                                 <entry><para>
2873                                                                         
2874                                                                                                                 
2875                                                                         
2876                                                                         
2877                                                                         
2878                                                                         
2879                                                                         
2880                                                                                 
2881                                                                                 <xref linkend="asset.table.copy-location"/>
2882                                                                                 
2883                                                                         
2884                                                                         </para></entry>
2885                                                         </row>
2886                                                 
2887                                                         <row>
2888                                                                 <entry>recv_time</entry>
2889                                                                 <entry>timestamp with time zone</entry>
2890                                                                 <entry><para>
2891                                                                         
2892                                                                         
2893                                                                         
2894                                                                         
2895                                                                         </para></entry>
2896                                                         </row>
2897                                                 
2898                                                 </tbody>
2899                                         </tgroup>
2900                                 </informaltable>
2901                                 <para>
2902                                 
2903                                 
2904                                 
2905                                 
2906                 </para>
2907                 </simplesect>
2908                 
2909                 <simplesect id="acq.table.lineitem-generated-attr-definition" xreflabel="acq.lineitem_generated_attr_definition">               
2910                         <title>lineitem_generated_attr_definition</title>
2911                         <informaltable>
2912                                 <tgroup cols="3">
2913                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
2914                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
2915                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
2916                                         <thead>
2917                                                 <row>
2918                                                         <entry>Field</entry>
2919                                                         <entry>Data Type</entry>
2920                                                         <entry>Constraints and References</entry>
2921                                                 </row>
2922                                                 </thead>
2923                                                 <tbody>
2924                                                 
2925                                                         <row>
2926                                                                 <entry>id</entry>
2927                                                                 <entry>bigint</entry>
2928                                                                 <entry><para>
2929                                                                         
2930                                                                                 
2931                                                                                         PRIMARY KEY
2932                                                                                                                 
2933                                                                         
2934                                                                         
2935                                                                         
2936                                                                         
2937                                                                                 DEFAULT nextval(&apos;lineitem_attr_definition_id_seq&apos;::regclass);
2938                                                                         
2939                                                                         
2940                                                                                 
2941                                                                         
2942                                                                         </para></entry>
2943                                                         </row>
2944                                                 
2945                                                         <row>
2946                                                                 <entry>code</entry>
2947                                                                 <entry>text</entry>
2948                                                                 <entry><para>
2949                                                                         
2950                                                                         
2951                                                                                 NOT NULL;
2952                                                                         
2953                                                                         
2954                                                                         
2955                                                                         </para></entry>
2956                                                         </row>
2957                                                 
2958                                                         <row>
2959                                                                 <entry>description</entry>
2960                                                                 <entry>text</entry>
2961                                                                 <entry><para>
2962                                                                         
2963                                                                         
2964                                                                                 NOT NULL;
2965                                                                         
2966                                                                         
2967                                                                         
2968                                                                         </para></entry>
2969                                                         </row>
2970                                                 
2971                                                         <row>
2972                                                                 <entry>remove</entry>
2973                                                                 <entry>text</entry>
2974                                                                 <entry><para>
2975                                                                         
2976                                                                         
2977                                                                                 NOT NULL;
2978                                                                         
2979                                                                         
2980                                                                                 DEFAULT &apos;&apos;::text;
2981                                                                         
2982                                                                         
2983                                                                         </para></entry>
2984                                                         </row>
2985                                                 
2986                                                         <row>
2987                                                                 <entry>ident</entry>
2988                                                                 <entry>boolean</entry>
2989                                                                 <entry><para>
2990                                                                         
2991                                                                         
2992                                                                                 NOT NULL;
2993                                                                         
2994                                                                         
2995                                                                                 DEFAULT false;
2996                                                                         
2997                                                                         
2998                                                                         </para></entry>
2999                                                         </row>
3000                                                 
3001                                                         <row>
3002                                                                 <entry>xpath</entry>
3003                                                                 <entry>text</entry>
3004                                                                 <entry><para>
3005                                                                         
3006                                                                         
3007                                                                                 NOT NULL;
3008                                                                         
3009                                                                         
3010                                                                         
3011                                                                         </para></entry>
3012                                                         </row>
3013                                                 
3014                                                 </tbody>
3015                                         </tgroup>
3016                                 </informaltable>
3017                                 <para>
3018                                 
3019                                 
3020                                 
3021                                 
3022                 </para>
3023                 </simplesect>
3024                 
3025                 <simplesect id="acq.table.lineitem-local-attr-definition" xreflabel="acq.lineitem_local_attr_definition">               
3026                         <title>lineitem_local_attr_definition</title>
3027                         <informaltable>
3028                                 <tgroup cols="3">
3029                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
3030                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
3031                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
3032                                         <thead>
3033                                                 <row>
3034                                                         <entry>Field</entry>
3035                                                         <entry>Data Type</entry>
3036                                                         <entry>Constraints and References</entry>
3037                                                 </row>
3038                                                 </thead>
3039                                                 <tbody>
3040                                                 
3041                                                         <row>
3042                                                                 <entry>id</entry>
3043                                                                 <entry>bigint</entry>
3044                                                                 <entry><para>
3045                                                                         
3046                                                                                 
3047                                                                                         PRIMARY KEY
3048                                                                                                                 
3049                                                                         
3050                                                                         
3051                                                                         
3052                                                                         
3053                                                                                 DEFAULT nextval(&apos;lineitem_attr_definition_id_seq&apos;::regclass);
3054                                                                         
3055                                                                         
3056                                                                                 
3057                                                                         
3058                                                                         </para></entry>
3059                                                         </row>
3060                                                 
3061                                                         <row>
3062                                                                 <entry>code</entry>
3063                                                                 <entry>text</entry>
3064                                                                 <entry><para>
3065                                                                         
3066                                                                         
3067                                                                                 NOT NULL;
3068                                                                         
3069                                                                         
3070                                                                         
3071                                                                         </para></entry>
3072                                                         </row>
3073                                                 
3074                                                         <row>
3075                                                                 <entry>description</entry>
3076                                                                 <entry>text</entry>
3077                                                                 <entry><para>
3078                                                                         
3079                                                                         
3080                                                                                 NOT NULL;
3081                                                                         
3082                                                                         
3083                                                                         
3084                                                                         </para></entry>
3085                                                         </row>
3086                                                 
3087                                                         <row>
3088                                                                 <entry>remove</entry>
3089                                                                 <entry>text</entry>
3090                                                                 <entry><para>
3091                                                                         
3092                                                                         
3093                                                                                 NOT NULL;
3094                                                                         
3095                                                                         
3096                                                                                 DEFAULT &apos;&apos;::text;
3097                                                                         
3098                                                                         
3099                                                                         </para></entry>
3100                                                         </row>
3101                                                 
3102                                                         <row>
3103                                                                 <entry>ident</entry>
3104                                                                 <entry>boolean</entry>
3105                                                                 <entry><para>
3106                                                                         
3107                                                                         
3108                                                                                 NOT NULL;
3109                                                                         
3110                                                                         
3111                                                                                 DEFAULT false;
3112                                                                         
3113                                                                         
3114                                                                         </para></entry>
3115                                                         </row>
3116                                                 
3117                                                 </tbody>
3118                                         </tgroup>
3119                                 </informaltable>
3120                                 <para>
3121                                 
3122                                 
3123                                 
3124                                 
3125                 </para>
3126                 </simplesect>
3127                 
3128                 <simplesect id="acq.table.lineitem-marc-attr-definition" xreflabel="acq.lineitem_marc_attr_definition">         
3129                         <title>lineitem_marc_attr_definition</title>
3130                         <informaltable>
3131                                 <tgroup cols="3">
3132                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
3133                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
3134                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
3135                                         <thead>
3136                                                 <row>
3137                                                         <entry>Field</entry>
3138                                                         <entry>Data Type</entry>
3139                                                         <entry>Constraints and References</entry>
3140                                                 </row>
3141                                                 </thead>
3142                                                 <tbody>
3143                                                 
3144                                                         <row>
3145                                                                 <entry>id</entry>
3146                                                                 <entry>bigint</entry>
3147                                                                 <entry><para>
3148                                                                         
3149                                                                                 
3150                                                                                         PRIMARY KEY
3151                                                                                                                 
3152                                                                         
3153                                                                         
3154                                                                         
3155                                                                         
3156                                                                                 DEFAULT nextval(&apos;lineitem_attr_definition_id_seq&apos;::regclass);
3157                                                                         
3158                                                                         
3159                                                                                 
3160                                                                         
3161                                                                         </para></entry>
3162                                                         </row>
3163                                                 
3164                                                         <row>
3165                                                                 <entry>code</entry>
3166                                                                 <entry>text</entry>
3167                                                                 <entry><para>
3168                                                                         
3169                                                                         
3170                                                                                 NOT NULL;
3171                                                                         
3172                                                                         
3173                                                                         
3174                                                                         </para></entry>
3175                                                         </row>
3176                                                 
3177                                                         <row>
3178                                                                 <entry>description</entry>
3179                                                                 <entry>text</entry>
3180                                                                 <entry><para>
3181                                                                         
3182                                                                         
3183                                                                                 NOT NULL;
3184                                                                         
3185                                                                         
3186                                                                         
3187                                                                         </para></entry>
3188                                                         </row>
3189                                                 
3190                                                         <row>
3191                                                                 <entry>remove</entry>
3192                                                                 <entry>text</entry>
3193                                                                 <entry><para>
3194                                                                         
3195                                                                         
3196                                                                                 NOT NULL;
3197                                                                         
3198                                                                         
3199                                                                                 DEFAULT &apos;&apos;::text;
3200                                                                         
3201                                                                         
3202                                                                         </para></entry>
3203                                                         </row>
3204                                                 
3205                                                         <row>
3206                                                                 <entry>ident</entry>
3207                                                                 <entry>boolean</entry>
3208                                                                 <entry><para>
3209                                                                         
3210                                                                         
3211                                                                                 NOT NULL;
3212                                                                         
3213                                                                         
3214                                                                                 DEFAULT false;
3215                                                                         
3216                                                                         
3217                                                                         </para></entry>
3218                                                         </row>
3219                                                 
3220                                                         <row>
3221                                                                 <entry>xpath</entry>
3222                                                                 <entry>text</entry>
3223                                                                 <entry><para>
3224                                                                         
3225                                                                         
3226                                                                                 NOT NULL;
3227                                                                         
3228                                                                         
3229                                                                         
3230                                                                         </para></entry>
3231                                                         </row>
3232                                                 
3233                                                 </tbody>
3234                                         </tgroup>
3235                                 </informaltable>
3236                                 <para>
3237                                 
3238                                 
3239                                 
3240                                 
3241                 </para>
3242                 </simplesect>
3243                 
3244                 <simplesect id="acq.table.lineitem-note" xreflabel="acq.lineitem_note">         
3245                         <title>lineitem_note</title>
3246                         <informaltable>
3247                                 <tgroup cols="3">
3248                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
3249                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
3250                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
3251                                         <thead>
3252                                                 <row>
3253                                                         <entry>Field</entry>
3254                                                         <entry>Data Type</entry>
3255                                                         <entry>Constraints and References</entry>
3256                                                 </row>
3257                                                 </thead>
3258                                                 <tbody>
3259                                                 
3260                                                         <row>
3261                                                                 <entry>id</entry>
3262                                                                 <entry>serial</entry>
3263                                                                 <entry><para>
3264                                                                         
3265                                                                                 
3266                                                                                         PRIMARY KEY
3267                                                                                                                 
3268                                                                         
3269                                                                         
3270                                                                         
3271                                                                         
3272                                                                         
3273                                                                                 
3274                                                                         
3275                                                                         </para></entry>
3276                                                         </row>
3277                                                 
3278                                                         <row>
3279                                                                 <entry>lineitem</entry>
3280                                                                 <entry>integer</entry>
3281                                                                 <entry><para>
3282                                                                         
3283                                                                                                                 
3284                                                                         
3285                                                                         
3286                                                                         
3287                                                                                 NOT NULL;
3288                                                                         
3289                                                                         
3290                                                                         
3291                                                                                 
3292                                                                                 <xref linkend="acq.table.lineitem"/>
3293                                                                                 
3294                                                                         
3295                                                                         </para></entry>
3296                                                         </row>
3297                                                 
3298                                                         <row>
3299                                                                 <entry>creator</entry>
3300                                                                 <entry>integer</entry>
3301                                                                 <entry><para>
3302                                                                         
3303                                                                                                                 
3304                                                                         
3305                                                                         
3306                                                                         
3307                                                                                 NOT NULL;
3308                                                                         
3309                                                                         
3310                                                                         
3311                                                                                 
3312                                                                                 <xref linkend="actor.table.usr"/>
3313                                                                                 
3314                                                                         
3315                                                                         </para></entry>
3316                                                         </row>
3317                                                 
3318                                                         <row>
3319                                                                 <entry>editor</entry>
3320                                                                 <entry>integer</entry>
3321                                                                 <entry><para>
3322                                                                         
3323                                                                                                                 
3324                                                                         
3325                                                                         
3326                                                                         
3327                                                                                 NOT NULL;
3328                                                                         
3329                                                                         
3330                                                                         
3331                                                                                 
3332                                                                                 <xref linkend="actor.table.usr"/>
3333                                                                                 
3334                                                                         
3335                                                                         </para></entry>
3336                                                         </row>
3337                                                 
3338                                                         <row>
3339                                                                 <entry>create_time</entry>
3340                                                                 <entry>timestamp with time zone</entry>
3341                                                                 <entry><para>
3342                                                                         
3343                                                                         
3344                                                                                 NOT NULL;
3345                                                                         
3346                                                                         
3347                                                                                 DEFAULT now();
3348                                                                         
3349                                                                         
3350                                                                         </para></entry>
3351                                                         </row>
3352                                                 
3353                                                         <row>
3354                                                                 <entry>edit_time</entry>
3355                                                                 <entry>timestamp with time zone</entry>
3356                                                                 <entry><para>
3357                                                                         
3358                                                                         
3359                                                                                 NOT NULL;
3360                                                                         
3361                                                                         
3362                                                                                 DEFAULT now();
3363                                                                         
3364                                                                         
3365                                                                         </para></entry>
3366                                                         </row>
3367                                                 
3368                                                         <row>
3369                                                                 <entry>value</entry>
3370                                                                 <entry>text</entry>
3371                                                                 <entry><para>
3372                                                                         
3373                                                                         
3374                                                                                 NOT NULL;
3375                                                                         
3376                                                                         
3377                                                                         
3378                                                                         </para></entry>
3379                                                         </row>
3380                                                 
3381                                                 </tbody>
3382                                         </tgroup>
3383                                 </informaltable>
3384                                 <para>
3385                                 
3386                                 
3387                                 
3388                                 
3389                 </para>
3390                 </simplesect>
3391                 
3392                 <simplesect id="acq.table.lineitem-provider-attr-definition" xreflabel="acq.lineitem_provider_attr_definition">         
3393                         <title>lineitem_provider_attr_definition</title>
3394                         <informaltable>
3395                                 <tgroup cols="3">
3396                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
3397                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
3398                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
3399                                         <thead>
3400                                                 <row>
3401                                                         <entry>Field</entry>
3402                                                         <entry>Data Type</entry>
3403                                                         <entry>Constraints and References</entry>
3404                                                 </row>
3405                                                 </thead>
3406                                                 <tbody>
3407                                                 
3408                                                         <row>
3409                                                                 <entry>id</entry>
3410                                                                 <entry>bigint</entry>
3411                                                                 <entry><para>
3412                                                                         
3413                                                                                 
3414                                                                                         PRIMARY KEY
3415                                                                                                                 
3416                                                                         
3417                                                                         
3418                                                                         
3419                                                                         
3420                                                                                 DEFAULT nextval(&apos;lineitem_attr_definition_id_seq&apos;::regclass);
3421                                                                         
3422                                                                         
3423                                                                                 
3424                                                                         
3425                                                                         </para></entry>
3426                                                         </row>
3427                                                 
3428                                                         <row>
3429                                                                 <entry>code</entry>
3430                                                                 <entry>text</entry>
3431                                                                 <entry><para>
3432                                                                         
3433                                                                         
3434                                                                                 NOT NULL;
3435                                                                         
3436                                                                         
3437                                                                         
3438                                                                         </para></entry>
3439                                                         </row>
3440                                                 
3441                                                         <row>
3442                                                                 <entry>description</entry>
3443                                                                 <entry>text</entry>
3444                                                                 <entry><para>
3445                                                                         
3446                                                                         
3447                                                                                 NOT NULL;
3448                                                                         
3449                                                                         
3450                                                                         
3451                                                                         </para></entry>
3452                                                         </row>
3453                                                 
3454                                                         <row>
3455                                                                 <entry>remove</entry>
3456                                                                 <entry>text</entry>
3457                                                                 <entry><para>
3458                                                                         
3459                                                                         
3460                                                                                 NOT NULL;
3461                                                                         
3462                                                                         
3463                                                                                 DEFAULT &apos;&apos;::text;
3464                                                                         
3465                                                                         
3466                                                                         </para></entry>
3467                                                         </row>
3468                                                 
3469                                                         <row>
3470                                                                 <entry>ident</entry>
3471                                                                 <entry>boolean</entry>
3472                                                                 <entry><para>
3473                                                                         
3474                                                                         
3475                                                                                 NOT NULL;
3476                                                                         
3477                                                                         
3478                                                                                 DEFAULT false;
3479                                                                         
3480                                                                         
3481                                                                         </para></entry>
3482                                                         </row>
3483                                                 
3484                                                         <row>
3485                                                                 <entry>xpath</entry>
3486                                                                 <entry>text</entry>
3487                                                                 <entry><para>
3488                                                                         
3489                                                                         
3490                                                                                 NOT NULL;
3491                                                                         
3492                                                                         
3493                                                                         
3494                                                                         </para></entry>
3495                                                         </row>
3496                                                 
3497                                                         <row>
3498                                                                 <entry>provider</entry>
3499                                                                 <entry>integer</entry>
3500                                                                 <entry><para>
3501                                                                         
3502                                                                                                                 
3503                                                                         
3504                                                                         
3505                                                                         
3506                                                                                 NOT NULL;
3507                                                                         
3508                                                                         
3509                                                                         
3510                                                                                 
3511                                                                                 <xref linkend="acq.table.provider"/>
3512                                                                                 
3513                                                                         
3514                                                                         </para></entry>
3515                                                         </row>
3516                                                 
3517                                                 </tbody>
3518                                         </tgroup>
3519                                 </informaltable>
3520                                 <para>
3521                                 
3522                                 
3523                                 
3524                                 
3525                 </para>
3526                 </simplesect>
3527                 
3528                 <simplesect id="acq.table.lineitem-usr-attr-definition" xreflabel="acq.lineitem_usr_attr_definition">           
3529                         <title>lineitem_usr_attr_definition</title>
3530                         <informaltable>
3531                                 <tgroup cols="3">
3532                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
3533                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
3534                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
3535                                         <thead>
3536                                                 <row>
3537                                                         <entry>Field</entry>
3538                                                         <entry>Data Type</entry>
3539                                                         <entry>Constraints and References</entry>
3540                                                 </row>
3541                                                 </thead>
3542                                                 <tbody>
3543                                                 
3544                                                         <row>
3545                                                                 <entry>id</entry>
3546                                                                 <entry>bigint</entry>
3547                                                                 <entry><para>
3548                                                                         
3549                                                                                 
3550                                                                                         PRIMARY KEY
3551                                                                                                                 
3552                                                                         
3553                                                                         
3554                                                                         
3555                                                                         
3556                                                                                 DEFAULT nextval(&apos;lineitem_attr_definition_id_seq&apos;::regclass);
3557                                                                         
3558                                                                         
3559                                                                                 
3560                                                                         
3561                                                                         </para></entry>
3562                                                         </row>
3563                                                 
3564                                                         <row>
3565                                                                 <entry>code</entry>
3566                                                                 <entry>text</entry>
3567                                                                 <entry><para>
3568                                                                         
3569                                                                         
3570                                                                                 NOT NULL;
3571                                                                         
3572                                                                         
3573                                                                         
3574                                                                         </para></entry>
3575                                                         </row>
3576                                                 
3577                                                         <row>
3578                                                                 <entry>description</entry>
3579                                                                 <entry>text</entry>
3580                                                                 <entry><para>
3581                                                                         
3582                                                                         
3583                                                                                 NOT NULL;
3584                                                                         
3585                                                                         
3586                                                                         
3587                                                                         </para></entry>
3588                                                         </row>
3589                                                 
3590                                                         <row>
3591                                                                 <entry>remove</entry>
3592                                                                 <entry>text</entry>
3593                                                                 <entry><para>
3594                                                                         
3595                                                                         
3596                                                                                 NOT NULL;
3597                                                                         
3598                                                                         
3599                                                                                 DEFAULT &apos;&apos;::text;
3600                                                                         
3601                                                                         
3602                                                                         </para></entry>
3603                                                         </row>
3604                                                 
3605                                                         <row>
3606                                                                 <entry>ident</entry>
3607                                                                 <entry>boolean</entry>
3608                                                                 <entry><para>
3609                                                                         
3610                                                                         
3611                                                                                 NOT NULL;
3612                                                                         
3613                                                                         
3614                                                                                 DEFAULT false;
3615                                                                         
3616                                                                         
3617                                                                         </para></entry>
3618                                                         </row>
3619                                                 
3620                                                         <row>
3621                                                                 <entry>usr</entry>
3622                                                                 <entry>integer</entry>
3623                                                                 <entry><para>
3624                                                                         
3625                                                                                                                 
3626                                                                         
3627                                                                         
3628                                                                         
3629                                                                                 NOT NULL;
3630                                                                         
3631                                                                         
3632                                                                         
3633                                                                                 
3634                                                                                 <xref linkend="actor.table.usr"/>
3635                                                                                 
3636                                                                         
3637                                                                         </para></entry>
3638                                                         </row>
3639                                                 
3640                                                 </tbody>
3641                                         </tgroup>
3642                                 </informaltable>
3643                                 <para>
3644                                 
3645                                 
3646                                 
3647                                 
3648                 </para>
3649                 </simplesect>
3650                 
3651                 <simplesect id="acq.table.picklist" xreflabel="acq.picklist">           
3652                         <title>picklist</title>
3653                         <informaltable>
3654                                 <tgroup cols="3">
3655                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
3656                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
3657                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
3658                                         <thead>
3659                                                 <row>
3660                                                         <entry>Field</entry>
3661                                                         <entry>Data Type</entry>
3662                                                         <entry>Constraints and References</entry>
3663                                                 </row>
3664                                                 </thead>
3665                                                 <tbody>
3666                                                 
3667                                                         <row>
3668                                                                 <entry>id</entry>
3669                                                                 <entry>serial</entry>
3670                                                                 <entry><para>
3671                                                                         
3672                                                                                 
3673                                                                                         PRIMARY KEY
3674                                                                                                                 
3675                                                                         
3676                                                                         
3677                                                                         
3678                                                                         
3679                                                                         
3680                                                                                 
3681                                                                         
3682                                                                         </para></entry>
3683                                                         </row>
3684                                                 
3685                                                         <row>
3686                                                                 <entry>owner</entry>
3687                                                                 <entry>integer</entry>
3688                                                                 <entry><para>
3689                                                                         
3690                                                                                                                 
3691                                                                         
3692                                                                                 UNIQUE#1
3693                                                                                 ;
3694                                                                                 
3695                                                                         
3696                                                                                                                 
3697                                                                         
3698                                                                         
3699                                                                         
3700                                                                                 NOT NULL;
3701                                                                         
3702                                                                         
3703                                                                         
3704                                                                                 
3705                                                                         
3706                                                                                 
3707                                                                                 <xref linkend="actor.table.usr"/>
3708                                                                                 
3709                                                                         
3710                                                                         </para></entry>
3711                                                         </row>
3712                                                 
3713                                                         <row>
3714                                                                 <entry>creator</entry>
3715                                                                 <entry>integer</entry>
3716                                                                 <entry><para>
3717                                                                         
3718                                                                                                                 
3719                                                                         
3720                                                                         
3721                                                                         
3722                                                                                 NOT NULL;
3723                                                                         
3724                                                                         
3725                                                                         
3726                                                                                 
3727                                                                                 <xref linkend="actor.table.usr"/>
3728                                                                                 
3729                                                                         
3730                                                                         </para></entry>
3731                                                         </row>
3732                                                 
3733                                                         <row>
3734                                                                 <entry>editor</entry>
3735                                                                 <entry>integer</entry>
3736                                                                 <entry><para>
3737                                                                         
3738                                                                                                                 
3739                                                                         
3740                                                                         
3741                                                                         
3742                                                                                 NOT NULL;
3743                                                                         
3744                                                                         
3745                                                                         
3746                                                                                 
3747                                                                                 <xref linkend="actor.table.usr"/>
3748                                                                                 
3749                                                                         
3750                                                                         </para></entry>
3751                                                         </row>
3752                                                 
3753                                                         <row>
3754                                                                 <entry>org_unit</entry>
3755                                                                 <entry>integer</entry>
3756                                                                 <entry><para>
3757                                                                         
3758                                                                                                                 
3759                                                                         
3760                                                                         
3761                                                                         
3762                                                                                 NOT NULL;
3763                                                                         
3764                                                                         
3765                                                                         
3766                                                                                 
3767                                                                                 <xref linkend="actor.table.org-unit"/>
3768                                                                                 
3769                                                                         
3770                                                                         </para></entry>
3771                                                         </row>
3772                                                 
3773                                                         <row>
3774                                                                 <entry>name</entry>
3775                                                                 <entry>text</entry>
3776                                                                 <entry><para>
3777                                                                         
3778                                                                                                                 
3779                                                                         
3780                                                                                 UNIQUE#1
3781                                                                                 ;
3782                                                                                 
3783                                                                         
3784                                                                         
3785                                                                                 NOT NULL;
3786                                                                         
3787                                                                         
3788                                                                         
3789                                                                                 
3790                                                                         
3791                                                                         </para></entry>
3792                                                         </row>
3793                                                 
3794                                                         <row>
3795                                                                 <entry>create_time</entry>
3796                                                                 <entry>timestamp with time zone</entry>
3797                                                                 <entry><para>
3798                                                                         
3799                                                                         
3800                                                                                 NOT NULL;
3801                                                                         
3802                                                                         
3803                                                                                 DEFAULT now();
3804                                                                         
3805                                                                         
3806                                                                         </para></entry>
3807                                                         </row>
3808                                                 
3809                                                         <row>
3810                                                                 <entry>edit_time</entry>
3811                                                                 <entry>timestamp with time zone</entry>
3812                                                                 <entry><para>
3813                                                                         
3814                                                                         
3815                                                                                 NOT NULL;
3816                                                                         
3817                                                                         
3818                                                                                 DEFAULT now();
3819                                                                         
3820                                                                         
3821                                                                         </para></entry>
3822                                                         </row>
3823                                                 
3824                                                 </tbody>
3825                                         </tgroup>
3826                                 </informaltable>
3827                                 <para>
3828                                 
3829                                 
3830                                 
3831                                         <itemizedlist>
3832                                                 <title>
3833                                                         Tables referencing acq.lineitem via Foreign Key Constraints
3834                                                 </title>
3835                                 
3836                                                         <listitem>
3837                                                                 <para><xref linkend="acq.table.lineitem"/></para>
3838                                                         </listitem>
3839                                                         
3840                                         </itemizedlist>
3841                                 
3842                                 
3843                                 
3844                                 
3845                 </para>
3846                 </simplesect>
3847                 
3848                 <simplesect id="acq.table.po-note" xreflabel="acq.po_note">             
3849                         <title>po_note</title>
3850                         <informaltable>
3851                                 <tgroup cols="3">
3852                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
3853                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
3854                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
3855                                         <thead>
3856                                                 <row>
3857                                                         <entry>Field</entry>
3858                                                         <entry>Data Type</entry>
3859                                                         <entry>Constraints and References</entry>
3860                                                 </row>
3861                                                 </thead>
3862                                                 <tbody>
3863                                                 
3864                                                         <row>
3865                                                                 <entry>id</entry>
3866                                                                 <entry>serial</entry>
3867                                                                 <entry><para>
3868                                                                         
3869                                                                                 
3870                                                                                         PRIMARY KEY
3871                                                                                                                 
3872                                                                         
3873                                                                         
3874                                                                         
3875                                                                         
3876                                                                         
3877                                                                                 
3878                                                                         
3879                                                                         </para></entry>
3880                                                         </row>
3881                                                 
3882                                                         <row>
3883                                                                 <entry>purchase_order</entry>
3884                                                                 <entry>integer</entry>
3885                                                                 <entry><para>
3886                                                                         
3887                                                                                                                 
3888                                                                         
3889                                                                         
3890                                                                         
3891                                                                                 NOT NULL;
3892                                                                         
3893                                                                         
3894                                                                         
3895                                                                                 
3896                                                                                 <xref linkend="acq.table.purchase-order"/>
3897                                                                                 
3898                                                                         
3899                                                                         </para></entry>
3900                                                         </row>
3901                                                 
3902                                                         <row>
3903                                                                 <entry>creator</entry>
3904                                                                 <entry>integer</entry>
3905                                                                 <entry><para>
3906                                                                         
3907                                                                                                                 
3908                                                                         
3909                                                                         
3910                                                                         
3911                                                                                 NOT NULL;
3912                                                                         
3913                                                                         
3914                                                                         
3915                                                                                 
3916                                                                                 <xref linkend="actor.table.usr"/>
3917                                                                                 
3918                                                                         
3919                                                                         </para></entry>
3920                                                         </row>
3921                                                 
3922                                                         <row>
3923                                                                 <entry>editor</entry>
3924                                                                 <entry>integer</entry>
3925                                                                 <entry><para>
3926                                                                         
3927                                                                                                                 
3928                                                                         
3929                                                                         
3930                                                                         
3931                                                                                 NOT NULL;
3932                                                                         
3933                                                                         
3934                                                                         
3935                                                                                 
3936                                                                                 <xref linkend="actor.table.usr"/>
3937                                                                                 
3938                                                                         
3939                                                                         </para></entry>
3940                                                         </row>
3941                                                 
3942                                                         <row>
3943                                                                 <entry>create_time</entry>
3944                                                                 <entry>timestamp with time zone</entry>
3945                                                                 <entry><para>
3946                                                                         
3947                                                                         
3948                                                                                 NOT NULL;
3949                                                                         
3950                                                                         
3951                                                                                 DEFAULT now();
3952                                                                         
3953                                                                         
3954                                                                         </para></entry>
3955                                                         </row>
3956                                                 
3957                                                         <row>
3958                                                                 <entry>edit_time</entry>
3959                                                                 <entry>timestamp with time zone</entry>
3960                                                                 <entry><para>
3961                                                                         
3962                                                                         
3963                                                                                 NOT NULL;
3964                                                                         
3965                                                                         
3966                                                                                 DEFAULT now();
3967                                                                         
3968                                                                         
3969                                                                         </para></entry>
3970                                                         </row>
3971                                                 
3972                                                         <row>
3973                                                                 <entry>value</entry>
3974                                                                 <entry>text</entry>
3975                                                                 <entry><para>
3976                                                                         
3977                                                                         
3978                                                                                 NOT NULL;
3979                                                                         
3980                                                                         
3981                                                                         
3982                                                                         </para></entry>
3983                                                         </row>
3984                                                 
3985                                                 </tbody>
3986                                         </tgroup>
3987                                 </informaltable>
3988                                 <para>
3989                                 
3990                                 
3991                                 
3992                                 
3993                 </para>
3994                 </simplesect>
3995                 
3996                 <simplesect id="acq.table.provider" xreflabel="acq.provider">           
3997                         <title>provider</title>
3998                         <informaltable>
3999                                 <tgroup cols="3">
4000                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
4001                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
4002                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
4003                                         <thead>
4004                                                 <row>
4005                                                         <entry>Field</entry>
4006                                                         <entry>Data Type</entry>
4007                                                         <entry>Constraints and References</entry>
4008                                                 </row>
4009                                                 </thead>
4010                                                 <tbody>
4011                                                 
4012                                                         <row>
4013                                                                 <entry>id</entry>
4014                                                                 <entry>serial</entry>
4015                                                                 <entry><para>
4016                                                                         
4017                                                                                 
4018                                                                                         PRIMARY KEY
4019                                                                                                                 
4020                                                                         
4021                                                                         
4022                                                                         
4023                                                                         
4024                                                                         
4025                                                                                 
4026                                                                         
4027                                                                         </para></entry>
4028                                                         </row>
4029                                                 
4030                                                         <row>
4031                                                                 <entry>name</entry>
4032                                                                 <entry>text</entry>
4033                                                                 <entry><para>
4034                                                                         
4035                                                                                                                 
4036                                                                         
4037                                                                                 UNIQUE#1
4038                                                                                 ;
4039                                                                                 
4040                                                                         
4041                                                                         
4042                                                                                 NOT NULL;
4043                                                                         
4044                                                                         
4045                                                                         
4046                                                                                 
4047                                                                         
4048                                                                         </para></entry>
4049                                                         </row>
4050                                                 
4051                                                         <row>
4052                                                                 <entry>owner</entry>
4053                                                                 <entry>integer</entry>
4054                                                                 <entry><para>
4055                                                                         
4056                                                                                                                 
4057                                                                         
4058                                                                                 UNIQUE#2
4059                                                                                 ;
4060                                                                                 
4061                                                                         
4062                                                                                                                 
4063                                                                         
4064                                                                                 UNIQUE#1
4065                                                                                 ;
4066                                                                                 
4067                                                                         
4068                                                                                                                 
4069                                                                         
4070                                                                         
4071                                                                         
4072                                                                                 NOT NULL;
4073                                                                         
4074                                                                         
4075                                                                         
4076                                                                                 
4077                                                                         
4078                                                                                 
4079                                                                         
4080                                                                                 
4081                                                                                 <xref linkend="actor.table.org-unit"/>
4082                                                                                 
4083                                                                         
4084                                                                         </para></entry>
4085                                                         </row>
4086                                                 
4087                                                         <row>
4088                                                                 <entry>currency_type</entry>
4089                                                                 <entry>text</entry>
4090                                                                 <entry><para>
4091                                                                         
4092                                                                                                                 
4093                                                                         
4094                                                                         
4095                                                                         
4096                                                                                 NOT NULL;
4097                                                                         
4098                                                                         
4099                                                                         
4100                                                                                 
4101                                                                                 <xref linkend="acq.table.currency-type"/>
4102                                                                                 
4103                                                                         
4104                                                                         </para></entry>
4105                                                         </row>
4106                                                 
4107                                                         <row>
4108                                                                 <entry>code</entry>
4109                                                                 <entry>text</entry>
4110                                                                 <entry><para>
4111                                                                         
4112                                                                                                                 
4113                                                                         
4114                                                                                 UNIQUE#2
4115                                                                                 ;
4116                                                                                 
4117                                                                         
4118                                                                         
4119                                                                                 NOT NULL;
4120                                                                         
4121                                                                         
4122                                                                         
4123                                                                                 
4124                                                                         
4125                                                                         </para></entry>
4126                                                         </row>
4127                                                 
4128                                                         <row>
4129                                                                 <entry>holding_tag</entry>
4130                                                                 <entry>text</entry>
4131                                                                 <entry><para>
4132                                                                         
4133                                                                         
4134                                                                         
4135                                                                         
4136                                                                         </para></entry>
4137                                                         </row>
4138                                                 
4139                                                 </tbody>
4140                                         </tgroup>
4141                                 </informaltable>
4142                                 <para>
4143                                 
4144                                 
4145                                 
4146                                         <itemizedlist>
4147                                                 <title>
4148                                                         Tables referencing acq.lineitem via Foreign Key Constraints
4149                                                 </title>
4150                                 
4151                                                         <listitem>
4152                                                                 <para><xref linkend="acq.table.lineitem"/></para>
4153                                                         </listitem>
4154                                                         
4155                                 
4156                                 
4157                                                         <listitem>
4158                                                                 <para><xref linkend="acq.table.lineitem-provider-attr-definition"/></para>
4159                                                         </listitem>
4160                                                         
4161                                 
4162                                 
4163                                                         <listitem>
4164                                                                 <para><xref linkend="acq.table.provider-address"/></para>
4165                                                         </listitem>
4166                                                         
4167                                 
4168                                 
4169                                                         <listitem>
4170                                                                 <para><xref linkend="acq.table.provider-contact"/></para>
4171                                                         </listitem>
4172                                                         
4173                                 
4174                                 
4175                                                         <listitem>
4176                                                                 <para><xref linkend="acq.table.provider-holding-subfield-map"/></para>
4177                                                         </listitem>
4178                                                         
4179                                 
4180                                 
4181                                                         <listitem>
4182                                                                 <para><xref linkend="acq.table.purchase-order"/></para>
4183                                                         </listitem>
4184                                                         
4185                                         </itemizedlist>
4186                                 
4187                                 
4188                                 
4189                                 
4190                 </para>
4191                 </simplesect>
4192                 
4193                 <simplesect id="acq.table.provider-address" xreflabel="acq.provider_address">           
4194                         <title>provider_address</title>
4195                         <informaltable>
4196                                 <tgroup cols="3">
4197                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
4198                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
4199                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
4200                                         <thead>
4201                                                 <row>
4202                                                         <entry>Field</entry>
4203                                                         <entry>Data Type</entry>
4204                                                         <entry>Constraints and References</entry>
4205                                                 </row>
4206                                                 </thead>
4207                                                 <tbody>
4208                                                 
4209                                                         <row>
4210                                                                 <entry>id</entry>
4211                                                                 <entry>serial</entry>
4212                                                                 <entry><para>
4213                                                                         
4214                                                                                 
4215                                                                                         PRIMARY KEY
4216                                                                                                                 
4217                                                                         
4218                                                                         
4219                                                                         
4220                                                                         
4221                                                                         
4222                                                                                 
4223                                                                         
4224                                                                         </para></entry>
4225                                                         </row>
4226                                                 
4227                                                         <row>
4228                                                                 <entry>valid</entry>
4229                                                                 <entry>boolean</entry>
4230                                                                 <entry><para>
4231                                                                         
4232                                                                         
4233                                                                                 NOT NULL;
4234                                                                         
4235                                                                         
4236                                                                                 DEFAULT true;
4237                                                                         
4238                                                                         
4239                                                                         </para></entry>
4240                                                         </row>
4241                                                 
4242                                                         <row>
4243                                                                 <entry>address_type</entry>
4244                                                                 <entry>text</entry>
4245                                                                 <entry><para>
4246                                                                         
4247                                                                         
4248                                                                         
4249                                                                         
4250                                                                         </para></entry>
4251                                                         </row>
4252                                                 
4253                                                         <row>
4254                                                                 <entry>provider</entry>
4255                                                                 <entry>integer</entry>
4256                                                                 <entry><para>
4257                                                                         
4258                                                                                                                 
4259                                                                         
4260                                                                         
4261                                                                         
4262                                                                                 NOT NULL;
4263                                                                         
4264                                                                         
4265                                                                         
4266                                                                                 
4267                                                                                 <xref linkend="acq.table.provider"/>
4268                                                                                 
4269                                                                         
4270                                                                         </para></entry>
4271                                                         </row>
4272                                                 
4273                                                         <row>
4274                                                                 <entry>street1</entry>
4275                                                                 <entry>text</entry>
4276                                                                 <entry><para>
4277                                                                         
4278                                                                         
4279                                                                                 NOT NULL;
4280                                                                         
4281                                                                         
4282                                                                         
4283                                                                         </para></entry>
4284                                                         </row>
4285                                                 
4286                                                         <row>
4287                                                                 <entry>street2</entry>
4288                                                                 <entry>text</entry>
4289                                                                 <entry><para>
4290                                                                         
4291                                                                         
4292                                                                         
4293                                                                         
4294                                                                         </para></entry>
4295                                                         </row>
4296                                                 
4297                                                         <row>
4298                                                                 <entry>city</entry>
4299                                                                 <entry>text</entry>
4300                                                                 <entry><para>
4301                                                                         
4302                                                                         
4303                                                                                 NOT NULL;
4304                                                                         
4305                                                                         
4306                                                                         
4307                                                                         </para></entry>
4308                                                         </row>
4309                                                 
4310                                                         <row>
4311                                                                 <entry>county</entry>
4312                                                                 <entry>text</entry>
4313                                                                 <entry><para>
4314                                                                         
4315                                                                         
4316                                                                         
4317                                                                         
4318                                                                         </para></entry>
4319                                                         </row>
4320                                                 
4321                                                         <row>
4322                                                                 <entry>state</entry>
4323                                                                 <entry>text</entry>
4324                                                                 <entry><para>
4325                                                                         
4326                                                                         
4327                                                                                 NOT NULL;
4328                                                                         
4329                                                                         
4330                                                                         
4331                                                                         </para></entry>
4332                                                         </row>
4333                                                 
4334                                                         <row>
4335                                                                 <entry>country</entry>
4336                                                                 <entry>text</entry>
4337                                                                 <entry><para>
4338                                                                         
4339                                                                         
4340                                                                                 NOT NULL;
4341                                                                         
4342                                                                         
4343                                                                         
4344                                                                         </para></entry>
4345                                                         </row>
4346                                                 
4347                                                         <row>
4348                                                                 <entry>post_code</entry>
4349                                                                 <entry>text</entry>
4350                                                                 <entry><para>
4351                                                                         
4352                                                                         
4353                                                                                 NOT NULL;
4354                                                                         
4355                                                                         
4356                                                                         
4357                                                                         </para></entry>
4358                                                         </row>
4359                                                 
4360                                                 </tbody>
4361                                         </tgroup>
4362                                 </informaltable>
4363                                 <para>
4364                                 
4365                                 
4366                                 
4367                                 
4368                 </para>
4369                 </simplesect>
4370                 
4371                 <simplesect id="acq.table.provider-contact" xreflabel="acq.provider_contact">           
4372                         <title>provider_contact</title>
4373                         <informaltable>
4374                                 <tgroup cols="3">
4375                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
4376                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
4377                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
4378                                         <thead>
4379                                                 <row>
4380                                                         <entry>Field</entry>
4381                                                         <entry>Data Type</entry>
4382                                                         <entry>Constraints and References</entry>
4383                                                 </row>
4384                                                 </thead>
4385                                                 <tbody>
4386                                                 
4387                                                         <row>
4388                                                                 <entry>id</entry>
4389                                                                 <entry>serial</entry>
4390                                                                 <entry><para>
4391                                                                         
4392                                                                                 
4393                                                                                         PRIMARY KEY
4394                                                                                                                 
4395                                                                         
4396                                                                         
4397                                                                         
4398                                                                         
4399                                                                         
4400                                                                                 
4401                                                                         
4402                                                                         </para></entry>
4403                                                         </row>
4404                                                 
4405                                                         <row>
4406                                                                 <entry>provider</entry>
4407                                                                 <entry>integer</entry>
4408                                                                 <entry><para>
4409                                                                         
4410                                                                                                                 
4411                                                                         
4412                                                                         
4413                                                                         
4414                                                                                 NOT NULL;
4415                                                                         
4416                                                                         
4417                                                                         
4418                                                                                 
4419                                                                                 <xref linkend="acq.table.provider"/>
4420                                                                                 
4421                                                                         
4422                                                                         </para></entry>
4423                                                         </row>
4424                                                 
4425                                                         <row>
4426                                                                 <entry>name</entry>
4427                                                                 <entry>text</entry>
4428                                                                 <entry><para>
4429                                                                         
4430                                                                         
4431                                                                         
4432                                                                         
4433                                                                         </para></entry>
4434                                                         </row>
4435                                                 
4436                                                         <row>
4437                                                                 <entry>role</entry>
4438                                                                 <entry>text</entry>
4439                                                                 <entry><para>
4440                                                                         
4441                                                                         
4442                                                                         
4443                                                                         
4444                                                                         </para></entry>
4445                                                         </row>
4446                                                 
4447                                                         <row>
4448                                                                 <entry>email</entry>
4449                                                                 <entry>text</entry>
4450                                                                 <entry><para>
4451                                                                         
4452                                                                         
4453                                                                         
4454                                                                         
4455                                                                         </para></entry>
4456                                                         </row>
4457                                                 
4458                                                         <row>
4459                                                                 <entry>phone</entry>
4460                                                                 <entry>text</entry>
4461                                                                 <entry><para>
4462                                                                         
4463                                                                         
4464                                                                         
4465                                                                         
4466                                                                         </para></entry>
4467                                                         </row>
4468                                                 
4469                                                 </tbody>
4470                                         </tgroup>
4471                                 </informaltable>
4472                                 <para>
4473                                 
4474                                 
4475                                 
4476                                         <itemizedlist>
4477                                                 <title>
4478                                                         Tables referencing acq.provider_contact_address via Foreign Key Constraints
4479                                                 </title>
4480                                 
4481                                                         <listitem>
4482                                                                 <para><xref linkend="acq.table.provider-contact-address"/></para>
4483                                                         </listitem>
4484                                                         
4485                                         </itemizedlist>
4486                                 
4487                                 
4488                                 
4489                                 
4490                 </para>
4491                 </simplesect>
4492                 
4493                 <simplesect id="acq.table.provider-contact-address" xreflabel="acq.provider_contact_address">           
4494                         <title>provider_contact_address</title>
4495                         <informaltable>
4496                                 <tgroup cols="3">
4497                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
4498                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
4499                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
4500                                         <thead>
4501                                                 <row>
4502                                                         <entry>Field</entry>
4503                                                         <entry>Data Type</entry>
4504                                                         <entry>Constraints and References</entry>
4505                                                 </row>
4506                                                 </thead>
4507                                                 <tbody>
4508                                                 
4509                                                         <row>
4510                                                                 <entry>id</entry>
4511                                                                 <entry>serial</entry>
4512                                                                 <entry><para>
4513                                                                         
4514                                                                                 
4515                                                                                         PRIMARY KEY
4516                                                                                                                 
4517                                                                         
4518                                                                         
4519                                                                         
4520                                                                         
4521                                                                         
4522                                                                                 
4523                                                                         
4524                                                                         </para></entry>
4525                                                         </row>
4526                                                 
4527                                                         <row>
4528                                                                 <entry>valid</entry>
4529                                                                 <entry>boolean</entry>
4530                                                                 <entry><para>
4531                                                                         
4532                                                                         
4533                                                                                 NOT NULL;
4534                                                                         
4535                                                                         
4536                                                                                 DEFAULT true;
4537                                                                         
4538                                                                         
4539                                                                         </para></entry>
4540                                                         </row>
4541                                                 
4542                                                         <row>
4543                                                                 <entry>address_type</entry>
4544                                                                 <entry>text</entry>
4545                                                                 <entry><para>
4546                                                                         
4547                                                                         
4548                                                                         
4549                                                                         
4550                                                                         </para></entry>
4551                                                         </row>
4552                                                 
4553                                                         <row>
4554                                                                 <entry>contact</entry>
4555                                                                 <entry>integer</entry>
4556                                                                 <entry><para>
4557                                                                         
4558                                                                                                                 
4559                                                                         
4560                                                                         
4561                                                                         
4562                                                                                 NOT NULL;
4563                                                                         
4564                                                                         
4565                                                                         
4566                                                                                 
4567                                                                                 <xref linkend="acq.table.provider-contact"/>
4568                                                                                 
4569                                                                         
4570                                                                         </para></entry>
4571                                                         </row>
4572                                                 
4573                                                         <row>
4574                                                                 <entry>street1</entry>
4575                                                                 <entry>text</entry>
4576                                                                 <entry><para>
4577                                                                         
4578                                                                         
4579                                                                                 NOT NULL;
4580                                                                         
4581                                                                         
4582                                                                         
4583                                                                         </para></entry>
4584                                                         </row>
4585                                                 
4586                                                         <row>
4587                                                                 <entry>street2</entry>
4588                                                                 <entry>text</entry>
4589                                                                 <entry><para>
4590                                                                         
4591                                                                         
4592                                                                         
4593                                                                         
4594                                                                         </para></entry>
4595                                                         </row>
4596                                                 
4597                                                         <row>
4598                                                                 <entry>city</entry>
4599                                                                 <entry>text</entry>
4600                                                                 <entry><para>
4601                                                                         
4602                                                                         
4603                                                                                 NOT NULL;
4604                                                                         
4605                                                                         
4606                                                                         
4607                                                                         </para></entry>
4608                                                         </row>
4609                                                 
4610                                                         <row>
4611                                                                 <entry>county</entry>
4612                                                                 <entry>text</entry>
4613                                                                 <entry><para>
4614                                                                         
4615                                                                         
4616                                                                         
4617                                                                         
4618                                                                         </para></entry>
4619                                                         </row>
4620                                                 
4621                                                         <row>
4622                                                                 <entry>state</entry>
4623                                                                 <entry>text</entry>
4624                                                                 <entry><para>
4625                                                                         
4626                                                                         
4627                                                                                 NOT NULL;
4628                                                                         
4629                                                                         
4630                                                                         
4631                                                                         </para></entry>
4632                                                         </row>
4633                                                 
4634                                                         <row>
4635                                                                 <entry>country</entry>
4636                                                                 <entry>text</entry>
4637                                                                 <entry><para>
4638                                                                         
4639                                                                         
4640                                                                                 NOT NULL;
4641                                                                         
4642                                                                         
4643                                                                         
4644                                                                         </para></entry>
4645                                                         </row>
4646                                                 
4647                                                         <row>
4648                                                                 <entry>post_code</entry>
4649                                                                 <entry>text</entry>
4650                                                                 <entry><para>
4651                                                                         
4652                                                                         
4653                                                                                 NOT NULL;
4654                                                                         
4655                                                                         
4656                                                                         
4657                                                                         </para></entry>
4658                                                         </row>
4659                                                 
4660                                                 </tbody>
4661                                         </tgroup>
4662                                 </informaltable>
4663                                 <para>
4664                                 
4665                                 
4666                                 
4667                                 
4668                 </para>
4669                 </simplesect>
4670                 
4671                 <simplesect id="acq.table.provider-holding-subfield-map" xreflabel="acq.provider_holding_subfield_map">         
4672                         <title>provider_holding_subfield_map</title>
4673                         <informaltable>
4674                                 <tgroup cols="3">
4675                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
4676                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
4677                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
4678                                         <thead>
4679                                                 <row>
4680                                                         <entry>Field</entry>
4681                                                         <entry>Data Type</entry>
4682                                                         <entry>Constraints and References</entry>
4683                                                 </row>
4684                                                 </thead>
4685                                                 <tbody>
4686                                                 
4687                                                         <row>
4688                                                                 <entry>id</entry>
4689                                                                 <entry>serial</entry>
4690                                                                 <entry><para>
4691                                                                         
4692                                                                                 
4693                                                                                         PRIMARY KEY
4694                                                                                                                 
4695                                                                         
4696                                                                         
4697                                                                         
4698                                                                         
4699                                                                         
4700                                                                                 
4701                                                                         
4702                                                                         </para></entry>
4703                                                         </row>
4704                                                 
4705                                                         <row>
4706                                                                 <entry>provider</entry>
4707                                                                 <entry>integer</entry>
4708                                                                 <entry><para>
4709                                                                         
4710                                                                                                                 
4711                                                                         
4712                                                                                 UNIQUE#1
4713                                                                                 ;
4714                                                                                 
4715                                                                         
4716                                                                                                                 
4717                                                                         
4718                                                                         
4719                                                                         
4720                                                                                 NOT NULL;
4721                                                                         
4722                                                                         
4723                                                                         
4724                                                                                 
4725                                                                         
4726                                                                                 
4727                                                                                 <xref linkend="acq.table.provider"/>
4728                                                                                 
4729                                                                         
4730                                                                         </para></entry>
4731                                                         </row>
4732                                                 
4733                                                         <row>
4734                                                                 <entry>name</entry>
4735                                                                 <entry>text</entry>
4736                                                                 <entry><para>
4737                                                                         
4738                                                                                                                 
4739                                                                         
4740                                                                                 UNIQUE#1
4741                                                                                 ;
4742                                                                                 
4743                                                                         
4744                                                                         
4745                                                                                 NOT NULL;
4746                                                                         
4747                                                                         
4748                                                                         
4749                                                                                 
4750                                                                         
4751                                                                         </para></entry>
4752                                                         </row>
4753                                                 
4754                                                         <row>
4755                                                                 <entry>subfield</entry>
4756                                                                 <entry>text</entry>
4757                                                                 <entry><para>
4758                                                                         
4759                                                                         
4760                                                                                 NOT NULL;
4761                                                                         
4762                                                                         
4763                                                                         
4764                                                                         </para></entry>
4765                                                         </row>
4766                                                 
4767                                                 </tbody>
4768                                         </tgroup>
4769                                 </informaltable>
4770                                 <para>
4771                                 
4772                                 
4773                                 
4774                                 
4775                 </para>
4776                 </simplesect>
4777                 
4778                 <simplesect id="acq.table.purchase-order" xreflabel="acq.purchase_order">               
4779                         <title>purchase_order</title>
4780                         <informaltable>
4781                                 <tgroup cols="3">
4782                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
4783                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
4784                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
4785                                         <thead>
4786                                                 <row>
4787                                                         <entry>Field</entry>
4788                                                         <entry>Data Type</entry>
4789                                                         <entry>Constraints and References</entry>
4790                                                 </row>
4791                                                 </thead>
4792                                                 <tbody>
4793                                                 
4794                                                         <row>
4795                                                                 <entry>id</entry>
4796                                                                 <entry>serial</entry>
4797                                                                 <entry><para>
4798                                                                         
4799                                                                                 
4800                                                                                         PRIMARY KEY
4801                                                                                                                 
4802                                                                         
4803                                                                         
4804                                                                         
4805                                                                         
4806                                                                         
4807                                                                                 
4808                                                                         
4809                                                                         </para></entry>
4810                                                         </row>
4811                                                 
4812                                                         <row>
4813                                                                 <entry>owner</entry>
4814                                                                 <entry>integer</entry>
4815                                                                 <entry><para>
4816                                                                         
4817                                                                                                                 
4818                                                                         
4819                                                                         
4820                                                                         
4821                                                                                 NOT NULL;
4822                                                                         
4823                                                                         
4824                                                                         
4825                                                                                 
4826                                                                                 <xref linkend="actor.table.usr"/>
4827                                                                                 
4828                                                                         
4829                                                                         </para></entry>
4830                                                         </row>
4831                                                 
4832                                                         <row>
4833                                                                 <entry>creator</entry>
4834                                                                 <entry>integer</entry>
4835                                                                 <entry><para>
4836                                                                         
4837                                                                                                                 
4838                                                                         
4839                                                                         
4840                                                                         
4841                                                                                 NOT NULL;
4842                                                                         
4843                                                                         
4844                                                                         
4845                                                                                 
4846                                                                                 <xref linkend="actor.table.usr"/>
4847                                                                                 
4848                                                                         
4849                                                                         </para></entry>
4850                                                         </row>
4851                                                 
4852                                                         <row>
4853                                                                 <entry>editor</entry>
4854                                                                 <entry>integer</entry>
4855                                                                 <entry><para>
4856                                                                         
4857                                                                                                                 
4858                                                                         
4859                                                                         
4860                                                                         
4861                                                                                 NOT NULL;
4862                                                                         
4863                                                                         
4864                                                                         
4865                                                                                 
4866                                                                                 <xref linkend="actor.table.usr"/>
4867                                                                                 
4868                                                                         
4869                                                                         </para></entry>
4870                                                         </row>
4871                                                 
4872                                                         <row>
4873                                                                 <entry>ordering_agency</entry>
4874                                                                 <entry>integer</entry>
4875                                                                 <entry><para>
4876                                                                         
4877                                                                                                                 
4878                                                                         
4879                                                                         
4880                                                                         
4881                                                                                 NOT NULL;
4882                                                                         
4883                                                                         
4884                                                                         
4885                                                                                 
4886                                                                                 <xref linkend="actor.table.org-unit"/>
4887                                                                                 
4888                                                                         
4889                                                                         </para></entry>
4890                                                         </row>
4891                                                 
4892                                                         <row>
4893                                                                 <entry>create_time</entry>
4894                                                                 <entry>timestamp with time zone</entry>
4895                                                                 <entry><para>
4896                                                                         
4897                                                                         
4898                                                                                 NOT NULL;
4899                                                                         
4900                                                                         
4901                                                                                 DEFAULT now();
4902                                                                         
4903                                                                         
4904                                                                         </para></entry>
4905                                                         </row>
4906                                                 
4907                                                         <row>
4908                                                                 <entry>edit_time</entry>
4909                                                                 <entry>timestamp with time zone</entry>
4910                                                                 <entry><para>
4911                                                                         
4912                                                                         
4913                                                                                 NOT NULL;
4914                                                                         
4915                                                                         
4916                                                                                 DEFAULT now();
4917                                                                         
4918                                                                         
4919                                                                         </para></entry>
4920                                                         </row>
4921                                                 
4922                                                         <row>
4923                                                                 <entry>provider</entry>
4924                                                                 <entry>integer</entry>
4925                                                                 <entry><para>
4926                                                                         
4927                                                                                                                 
4928                                                                         
4929                                                                         
4930                                                                         
4931                                                                                 NOT NULL;
4932                                                                         
4933                                                                         
4934                                                                         
4935                                                                                 
4936                                                                                 <xref linkend="acq.table.provider"/>
4937                                                                                 
4938                                                                         
4939                                                                         </para></entry>
4940                                                         </row>
4941                                                 
4942                                                         <row>
4943                                                                 <entry>state</entry>
4944                                                                 <entry>text</entry>
4945                                                                 <entry><para>
4946                                                                         
4947                                                                         
4948                                                                                 NOT NULL;
4949                                                                         
4950                                                                         
4951                                                                                 DEFAULT &apos;new&apos;::text;
4952                                                                         
4953                                                                         
4954                                                                         </para></entry>
4955                                                         </row>
4956                                                 
4957                                                         <row>
4958                                                                 <entry>order_date</entry>
4959                                                                 <entry>timestamp with time zone</entry>
4960                                                                 <entry><para>
4961                                                                         
4962                                                                         
4963                                                                         
4964                                                                         
4965                                                                         </para></entry>
4966                                                         </row>
4967                                                 
4968                                                         <row>
4969                                                                 <entry>name</entry>
4970                                                                 <entry>text</entry>
4971                                                                 <entry><para>
4972                                                                         
4973                                                                         
4974                                                                                 NOT NULL;
4975                                                                         
4976                                                                         
4977                                                                         
4978                                                                         </para></entry>
4979                                                         </row>
4980                                                 
4981                                                 </tbody>
4982                                         </tgroup>
4983                                 </informaltable>
4984                                 <para>
4985                                 
4986                                 
4987                                 
4988                                         <itemizedlist>
4989                                                 <title>
4990                                                         Tables referencing acq.lineitem via Foreign Key Constraints
4991                                                 </title>
4992                                 
4993                                                         <listitem>
4994                                                                 <para><xref linkend="acq.table.lineitem"/></para>
4995                                                         </listitem>
4996                                                         
4997                                 
4998                                 
4999                                                         <listitem>
5000                                                                 <para><xref linkend="acq.table.po-note"/></para>
5001                                                         </listitem>
5002                                                         
5003                                         </itemizedlist>
5004                                 
5005                                 
5006                                 
5007                                 
5008                 </para>
5009                 </simplesect>
5010                 
5011         </section>
5012         
5013         <section id="action.schema">
5014                 <title>Schema action</title>
5015                 
5016                 <simplesect id="action.table.aged-circulation" xreflabel="action.aged_circulation">             
5017                         <title>aged_circulation</title>
5018                         <informaltable>
5019                                 <tgroup cols="3">
5020                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
5021                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
5022                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
5023                                         <thead>
5024                                                 <row>
5025                                                         <entry>Field</entry>
5026                                                         <entry>Data Type</entry>
5027                                                         <entry>Constraints and References</entry>
5028                                                 </row>
5029                                                 </thead>
5030                                                 <tbody>
5031                                                 
5032                                                         <row>
5033                                                                 <entry>usr_post_code</entry>
5034                                                                 <entry>text</entry>
5035                                                                 <entry><para>
5036                                                                         
5037                                                                         
5038                                                                         
5039                                                                         
5040                                                                         </para></entry>
5041                                                         </row>
5042                                                 
5043                                                         <row>
5044                                                                 <entry>usr_home_ou</entry>
5045                                                                 <entry>integer</entry>
5046                                                                 <entry><para>
5047                                                                         
5048                                                                         
5049                                                                                 NOT NULL;
5050                                                                         
5051                                                                         
5052                                                                         
5053                                                                         </para></entry>
5054                                                         </row>
5055                                                 
5056                                                         <row>
5057                                                                 <entry>usr_profile</entry>
5058                                                                 <entry>integer</entry>
5059                                                                 <entry><para>
5060                                                                         
5061                                                                         
5062                                                                                 NOT NULL;
5063                                                                         
5064                                                                         
5065                                                                         
5066                                                                         </para></entry>
5067                                                         </row>
5068                                                 
5069                                                         <row>
5070                                                                 <entry>usr_birth_year</entry>
5071                                                                 <entry>integer</entry>
5072                                                                 <entry><para>
5073                                                                         
5074                                                                         
5075                                                                         
5076                                                                         
5077                                                                         </para></entry>
5078                                                         </row>
5079                                                 
5080                                                         <row>
5081                                                                 <entry>copy_call_number</entry>
5082                                                                 <entry>integer</entry>
5083                                                                 <entry><para>
5084                                                                         
5085                                                                         
5086                                                                                 NOT NULL;
5087                                                                         
5088                                                                         
5089                                                                         
5090                                                                         </para></entry>
5091                                                         </row>
5092                                                 
5093                                                         <row>
5094                                                                 <entry>copy_location</entry>
5095                                                                 <entry>integer</entry>
5096                                                                 <entry><para>
5097                                                                         
5098                                                                         
5099                                                                                 NOT NULL;
5100                                                                         
5101                                                                         
5102                                                                         
5103                                                                         </para></entry>
5104                                                         </row>
5105                                                 
5106                                                         <row>
5107                                                                 <entry>copy_owning_lib</entry>
5108                                                                 <entry>integer</entry>
5109                                                                 <entry><para>
5110                                                                         
5111                                                                         
5112                                                                                 NOT NULL;
5113                                                                         
5114                                                                         
5115                                                                         
5116                                                                         </para></entry>
5117                                                         </row>
5118                                                 
5119                                                         <row>
5120                                                                 <entry>copy_circ_lib</entry>
5121                                                                 <entry>integer</entry>
5122                                                                 <entry><para>
5123                                                                         
5124                                                                         
5125                                                                                 NOT NULL;
5126                                                                         
5127                                                                         
5128                                                                         
5129                                                                         </para></entry>
5130                                                         </row>
5131                                                 
5132                                                         <row>
5133                                                                 <entry>copy_bib_record</entry>
5134                                                                 <entry>bigint</entry>
5135                                                                 <entry><para>
5136                                                                         
5137                                                                         
5138                                                                                 NOT NULL;
5139                                                                         
5140                                                                         
5141                                                                         
5142                                                                         </para></entry>
5143                                                         </row>
5144                                                 
5145                                                         <row>
5146                                                                 <entry>id</entry>
5147                                                                 <entry>bigint</entry>
5148                                                                 <entry><para>
5149                                                                         
5150                                                                                 
5151                                                                                         PRIMARY KEY
5152                                                                                                                 
5153                                                                         
5154                                                                         
5155                                                                         
5156                                                                         
5157                                                                         
5158                                                                                 
5159                                                                         
5160                                                                         </para></entry>
5161                                                         </row>
5162                                                 
5163                                                         <row>
5164                                                                 <entry>xact_start</entry>
5165                                                                 <entry>timestamp with time zone</entry>
5166                                                                 <entry><para>
5167                                                                         
5168                                                                         
5169                                                                                 NOT NULL;
5170                                                                         
5171                                                                         
5172                                                                         
5173                                                                         </para></entry>
5174                                                         </row>
5175                                                 
5176                                                         <row>
5177                                                                 <entry>xact_finish</entry>
5178                                                                 <entry>timestamp with time zone</entry>
5179                                                                 <entry><para>
5180                                                                         
5181                                                                         
5182                                                                         
5183                                                                         
5184                                                                         </para></entry>
5185                                                         </row>
5186                                                 
5187                                                         <row>
5188                                                                 <entry>unrecovered</entry>
5189                                                                 <entry>boolean</entry>
5190                                                                 <entry><para>
5191                                                                         
5192                                                                         
5193                                                                         
5194                                                                         
5195                                                                         </para></entry>
5196                                                         </row>
5197                                                 
5198                                                         <row>
5199                                                                 <entry>target_copy</entry>
5200                                                                 <entry>bigint</entry>
5201                                                                 <entry><para>
5202                                                                         
5203                                                                         
5204                                                                                 NOT NULL;
5205                                                                         
5206                                                                         
5207                                                                         
5208                                                                         </para></entry>
5209                                                         </row>
5210                                                 
5211                                                         <row>
5212                                                                 <entry>circ_lib</entry>
5213                                                                 <entry>integer</entry>
5214                                                                 <entry><para>
5215                                                                         
5216                                                                         
5217                                                                                 NOT NULL;
5218                                                                         
5219                                                                         
5220                                                                         
5221                                                                         </para></entry>
5222                                                         </row>
5223                                                 
5224                                                         <row>
5225                                                                 <entry>circ_staff</entry>
5226                                                                 <entry>integer</entry>
5227                                                                 <entry><para>
5228                                                                         
5229                                                                         
5230                                                                                 NOT NULL;
5231                                                                         
5232                                                                         
5233                                                                         
5234                                                                         </para></entry>
5235                                                         </row>
5236                                                 
5237                                                         <row>
5238                                                                 <entry>checkin_staff</entry>
5239                                                                 <entry>integer</entry>
5240                                                                 <entry><para>
5241                                                                         
5242                                                                         
5243                                                                         
5244                                                                         
5245                                                                         </para></entry>
5246                                                         </row>
5247                                                 
5248                                                         <row>
5249                                                                 <entry>checkin_lib</entry>
5250                                                                 <entry>integer</entry>
5251                                                                 <entry><para>
5252                                                                         
5253                                                                         
5254                                                                         
5255                                                                         
5256                                                                         </para></entry>
5257                                                         </row>
5258                                                 
5259                                                         <row>
5260                                                                 <entry>renewal_remaining</entry>
5261                                                                 <entry>integer</entry>
5262                                                                 <entry><para>
5263                                                                         
5264                                                                         
5265                                                                                 NOT NULL;
5266                                                                         
5267                                                                         
5268                                                                         
5269                                                                         </para></entry>
5270                                                         </row>
5271                                                 
5272                                                         <row>
5273                                                                 <entry>due_date</entry>
5274                                                                 <entry>timestamp with time zone</entry>
5275                                                                 <entry><para>
5276                                                                         
5277                                                                         
5278                                                                         
5279                                                                         
5280                                                                         </para></entry>
5281                                                         </row>
5282                                                 
5283                                                         <row>
5284                                                                 <entry>stop_fines_time</entry>
5285                                                                 <entry>timestamp with time zone</entry>
5286                                                                 <entry><para>
5287                                                                         
5288                                                                         
5289                                                                         
5290                                                                         
5291                                                                         </para></entry>
5292                                                         </row>
5293                                                 
5294                                                         <row>
5295                                                                 <entry>checkin_time</entry>
5296                                                                 <entry>timestamp with time zone</entry>
5297                                                                 <entry><para>
5298                                                                         
5299                                                                         
5300                                                                         
5301                                                                         
5302                                                                         </para></entry>
5303                                                         </row>
5304                                                 
5305                                                         <row>
5306                                                                 <entry>create_time</entry>
5307                                                                 <entry>timestamp with time zone</entry>
5308                                                                 <entry><para>
5309                                                                         
5310                                                                         
5311                                                                                 NOT NULL;
5312                                                                         
5313                                                                         
5314                                                                         
5315                                                                         </para></entry>
5316                                                         </row>
5317                                                 
5318                                                         <row>
5319                                                                 <entry>duration</entry>
5320                                                                 <entry>interval</entry>
5321                                                                 <entry><para>
5322                                                                         
5323                                                                         
5324                                                                         
5325                                                                         
5326                                                                         </para></entry>
5327                                                         </row>
5328                                                 
5329                                                         <row>
5330                                                                 <entry>fine_interval</entry>
5331                                                                 <entry>interval</entry>
5332                                                                 <entry><para>
5333                                                                         
5334                                                                         
5335                                                                                 NOT NULL;
5336                                                                         
5337                                                                         
5338                                                                         
5339                                                                         </para></entry>
5340                                                         </row>
5341                                                 
5342                                                         <row>
5343                                                                 <entry>recuring_fine</entry>
5344                                                                 <entry>numeric(6,2)</entry>
5345                                                                 <entry><para>
5346                                                                         
5347                                                                         
5348                                                                         
5349                                                                         
5350                                                                         </para></entry>
5351                                                         </row>
5352                                                 
5353                                                         <row>
5354                                                                 <entry>max_fine</entry>
5355                                                                 <entry>numeric(6,2)</entry>
5356                                                                 <entry><para>
5357                                                                         
5358                                                                         
5359                                                                         
5360                                                                         
5361                                                                         </para></entry>
5362                                                         </row>
5363                                                 
5364                                                         <row>
5365                                                                 <entry>phone_renewal</entry>
5366                                                                 <entry>boolean</entry>
5367                                                                 <entry><para>
5368                                                                         
5369                                                                         
5370                                                                                 NOT NULL;
5371                                                                         
5372                                                                         
5373                                                                         
5374                                                                         </para></entry>
5375                                                         </row>
5376                                                 
5377                                                         <row>
5378                                                                 <entry>desk_renewal</entry>
5379                                                                 <entry>boolean</entry>
5380                                                                 <entry><para>
5381                                                                         
5382                                                                         
5383                                                                                 NOT NULL;
5384                                                                         
5385                                                                         
5386                                                                         
5387                                                                         </para></entry>
5388                                                         </row>
5389                                                 
5390                                                         <row>
5391                                                                 <entry>opac_renewal</entry>
5392                                                                 <entry>boolean</entry>
5393                                                                 <entry><para>
5394                                                                         
5395                                                                         
5396                                                                                 NOT NULL;
5397                                                                         
5398                                                                         
5399                                                                         
5400                                                                         </para></entry>
5401                                                         </row>
5402                                                 
5403                                                         <row>
5404                                                                 <entry>duration_rule</entry>
5405                                                                 <entry>text</entry>
5406                                                                 <entry><para>
5407                                                                         
5408                                                                         
5409                                                                                 NOT NULL;
5410                                                                         
5411                                                                         
5412                                                                         
5413                                                                         </para></entry>
5414                                                         </row>
5415                                                 
5416                                                         <row>
5417                                                                 <entry>recuring_fine_rule</entry>
5418                                                                 <entry>text</entry>
5419                                                                 <entry><para>
5420                                                                         
5421                                                                         
5422                                                                                 NOT NULL;
5423                                                                         
5424                                                                         
5425                                                                         
5426                                                                         </para></entry>
5427                                                         </row>
5428                                                 
5429                                                         <row>
5430                                                                 <entry>max_fine_rule</entry>
5431                                                                 <entry>text</entry>
5432                                                                 <entry><para>
5433                                                                         
5434                                                                         
5435                                                                                 NOT NULL;
5436                                                                         
5437                                                                         
5438                                                                         
5439                                                                         </para></entry>
5440                                                         </row>
5441                                                 
5442                                                         <row>
5443                                                                 <entry>stop_fines</entry>
5444                                                                 <entry>text</entry>
5445                                                                 <entry><para>
5446                                                                         
5447                                                                         
5448                                                                         
5449                                                                         
5450                                                                         </para></entry>
5451                                                         </row>
5452                                                 
5453                                                 </tbody>
5454                                         </tgroup>
5455                                 </informaltable>
5456                                 <para>
5457                                 
5458                                 
5459                                 
5460                                 
5461                 </para>
5462                 </simplesect>
5463                 
5464                 <simplesect id="action.view.all-circulation" xreflabel="action.all_circulation">                
5465                         <title>all_circulation</title>
5466                         <informaltable>
5467                                 <tgroup cols="3">
5468                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
5469                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
5470                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
5471                                         <thead>
5472                                                 <row>
5473                                                         <entry>Field</entry>
5474                                                         <entry>Data Type</entry>
5475                                                         <entry>Constraints and References</entry>
5476                                                 </row>
5477                                                 </thead>
5478                                                 <tbody>
5479                                                 
5480                                                         <row>
5481                                                                 <entry>id</entry>
5482                                                                 <entry>bigint</entry>
5483                                                                 <entry><para>
5484                                                                         
5485                                                                         
5486                                                                         
5487                                                                         
5488                                                                         </para></entry>
5489                                                         </row>
5490                                                 
5491                                                         <row>
5492                                                                 <entry>usr_post_code</entry>
5493                                                                 <entry>text</entry>
5494                                                                 <entry><para>
5495                                                                         
5496                                                                         
5497                                                                         
5498                                                                         
5499                                                                         </para></entry>
5500                                                         </row>
5501                                                 
5502                                                         <row>
5503                                                                 <entry>usr_home_ou</entry>
5504                                                                 <entry>integer</entry>
5505                                                                 <entry><para>
5506                                                                         
5507                                                                         
5508                                                                         
5509                                                                         
5510                                                                         </para></entry>
5511                                                         </row>
5512                                                 
5513                                                         <row>
5514                                                                 <entry>usr_profile</entry>
5515                                                                 <entry>integer</entry>
5516                                                                 <entry><para>
5517                                                                         
5518                                                                         
5519                                                                         
5520                                                                         
5521                                                                         </para></entry>
5522                                                         </row>
5523                                                 
5524                                                         <row>
5525                                                                 <entry>usr_birth_year</entry>
5526                                                                 <entry>integer</entry>
5527                                                                 <entry><para>
5528                                                                         
5529                                                                         
5530                                                                         
5531                                                                         
5532                                                                         </para></entry>
5533                                                         </row>
5534                                                 
5535                                                         <row>
5536                                                                 <entry>copy_call_number</entry>
5537                                                                 <entry>bigint</entry>
5538                                                                 <entry><para>
5539                                                                         
5540                                                                         
5541                                                                         
5542                                                                         
5543                                                                         </para></entry>
5544                                                         </row>
5545                                                 
5546                                                         <row>
5547                                                                 <entry>copy_location</entry>
5548                                                                 <entry>integer</entry>
5549                                                                 <entry><para>
5550                                                                         
5551                                                                         
5552                                                                         
5553                                                                         
5554                                                                         </para></entry>
5555                                                         </row>
5556                                                 
5557                                                         <row>
5558                                                                 <entry>copy_owning_lib</entry>
5559                                                                 <entry>integer</entry>
5560                                                                 <entry><para>
5561                                                                         
5562                                                                         
5563                                                                         
5564                                                                         
5565                                                                         </para></entry>
5566                                                         </row>
5567                                                 
5568                                                         <row>
5569                                                                 <entry>copy_circ_lib</entry>
5570                                                                 <entry>integer</entry>
5571                                                                 <entry><para>
5572                                                                         
5573                                                                         
5574                                                                         
5575                                                                         
5576                                                                         </para></entry>
5577                                                         </row>
5578                                                 
5579                                                         <row>
5580                                                                 <entry>copy_bib_record</entry>
5581                                                                 <entry>bigint</entry>
5582                                                                 <entry><para>
5583                                                                         
5584                                                                         
5585                                                                         
5586                                                                         
5587                                                                         </para></entry>
5588                                                         </row>
5589                                                 
5590                                                         <row>
5591                                                                 <entry>xact_start</entry>
5592                                                                 <entry>timestamp with time zone</entry>
5593                                                                 <entry><para>
5594                                                                         
5595                                                                         
5596                                                                         
5597                                                                         
5598                                                                         </para></entry>
5599                                                         </row>
5600                                                 
5601                                                         <row>
5602                                                                 <entry>xact_finish</entry>
5603                                                                 <entry>timestamp with time zone</entry>
5604                                                                 <entry><para>
5605                                                                         
5606                                                                         
5607                                                                         
5608                                                                         
5609                                                                         </para></entry>
5610                                                         </row>
5611                                                 
5612                                                         <row>
5613                                                                 <entry>target_copy</entry>
5614                                                                 <entry>bigint</entry>
5615                                                                 <entry><para>
5616                                                                         
5617                                                                         
5618                                                                         
5619                                                                         
5620                                                                         </para></entry>
5621                                                         </row>
5622                                                 
5623                                                         <row>
5624                                                                 <entry>circ_lib</entry>
5625                                                                 <entry>integer</entry>
5626                                                                 <entry><para>
5627                                                                         
5628                                                                         
5629                                                                         
5630                                                                         
5631                                                                         </para></entry>
5632                                                         </row>
5633                                                 
5634                                                         <row>
5635                                                                 <entry>circ_staff</entry>
5636                                                                 <entry>integer</entry>
5637                                                                 <entry><para>
5638                                                                         
5639                                                                         
5640                                                                         
5641                                                                         
5642                                                                         </para></entry>
5643                                                         </row>
5644                                                 
5645                                                         <row>
5646                                                                 <entry>checkin_staff</entry>
5647                                                                 <entry>integer</entry>
5648                                                                 <entry><para>
5649                                                                         
5650                                                                         
5651                                                                         
5652                                                                         
5653                                                                         </para></entry>
5654                                                         </row>
5655                                                 
5656                                                         <row>
5657                                                                 <entry>checkin_lib</entry>
5658                                                                 <entry>integer</entry>
5659                                                                 <entry><para>
5660                                                                         
5661                                                                         
5662                                                                         
5663                                                                         
5664                                                                         </para></entry>
5665                                                         </row>
5666                                                 
5667                                                         <row>
5668                                                                 <entry>renewal_remaining</entry>
5669                                                                 <entry>integer</entry>
5670                                                                 <entry><para>
5671                                                                         
5672                                                                         
5673                                                                         
5674                                                                         
5675                                                                         </para></entry>
5676                                                         </row>
5677                                                 
5678                                                         <row>
5679                                                                 <entry>due_date</entry>
5680                                                                 <entry>timestamp with time zone</entry>
5681                                                                 <entry><para>
5682                                                                         
5683                                                                         
5684                                                                         
5685                                                                         
5686                                                                         </para></entry>
5687                                                         </row>
5688                                                 
5689                                                         <row>
5690                                                                 <entry>stop_fines_time</entry>
5691                                                                 <entry>timestamp with time zone</entry>
5692                                                                 <entry><para>
5693                                                                         
5694                                                                         
5695                                                                         
5696                                                                         
5697                                                                         </para></entry>
5698                                                         </row>
5699                                                 
5700                                                         <row>
5701                                                                 <entry>checkin_time</entry>
5702                                                                 <entry>timestamp with time zone</entry>
5703                                                                 <entry><para>
5704                                                                         
5705                                                                         
5706                                                                         
5707                                                                         
5708                                                                         </para></entry>
5709                                                         </row>
5710                                                 
5711                                                         <row>
5712                                                                 <entry>create_time</entry>
5713                                                                 <entry>timestamp with time zone</entry>
5714                                                                 <entry><para>
5715                                                                         
5716                                                                         
5717                                                                         
5718                                                                         
5719                                                                         </para></entry>
5720                                                         </row>
5721                                                 
5722                                                         <row>
5723                                                                 <entry>duration</entry>
5724                                                                 <entry>interval</entry>
5725                                                                 <entry><para>
5726                                                                         
5727                                                                         
5728                                                                         
5729                                                                         
5730                                                                         </para></entry>
5731                                                         </row>
5732                                                 
5733                                                         <row>
5734                                                                 <entry>fine_interval</entry>
5735                                                                 <entry>interval</entry>
5736                                                                 <entry><para>
5737                                                                         
5738                                                                         
5739                                                                         
5740                                                                         
5741                                                                         </para></entry>
5742                                                         </row>
5743                                                 
5744                                                         <row>
5745                                                                 <entry>recuring_fine</entry>
5746                                                                 <entry>numeric(6,2)</entry>
5747                                                                 <entry><para>
5748                                                                         
5749                                                                         
5750                                                                         
5751                                                                         
5752                                                                         </para></entry>
5753                                                         </row>
5754                                                 
5755                                                         <row>
5756                                                                 <entry>max_fine</entry>
5757                                                                 <entry>numeric(6,2)</entry>
5758                                                                 <entry><para>
5759                                                                         
5760                                                                         
5761                                                                         
5762                                                                         
5763                                                                         </para></entry>
5764                                                         </row>
5765                                                 
5766                                                         <row>
5767                                                                 <entry>phone_renewal</entry>
5768                                                                 <entry>boolean</entry>
5769                                                                 <entry><para>
5770                                                                         
5771                                                                         
5772                                                                         
5773                                                                         
5774                                                                         </para></entry>
5775                                                         </row>
5776                                                 
5777                                                         <row>
5778                                                                 <entry>desk_renewal</entry>
5779                                                                 <entry>boolean</entry>
5780                                                                 <entry><para>
5781                                                                         
5782                                                                         
5783                                                                         
5784                                                                         
5785                                                                         </para></entry>
5786                                                         </row>
5787                                                 
5788                                                         <row>
5789                                                                 <entry>opac_renewal</entry>
5790                                                                 <entry>boolean</entry>
5791                                                                 <entry><para>
5792                                                                         
5793                                                                         
5794                                                                         
5795                                                                         
5796                                                                         </para></entry>
5797                                                         </row>
5798                                                 
5799                                                         <row>
5800                                                                 <entry>duration_rule</entry>
5801                                                                 <entry>text</entry>
5802                                                                 <entry><para>
5803                                                                         
5804                                                                         
5805                                                                         
5806                                                                         
5807                                                                         </para></entry>
5808                                                         </row>
5809                                                 
5810                                                         <row>
5811                                                                 <entry>recuring_fine_rule</entry>
5812                                                                 <entry>text</entry>
5813                                                                 <entry><para>
5814                                                                         
5815                                                                         
5816                                                                         
5817                                                                         
5818                                                                         </para></entry>
5819                                                         </row>
5820                                                 
5821                                                         <row>
5822                                                                 <entry>max_fine_rule</entry>
5823                                                                 <entry>text</entry>
5824                                                                 <entry><para>
5825                                                                         
5826                                                                         
5827                                                                         
5828                                                                         
5829                                                                         </para></entry>
5830                                                         </row>
5831                                                 
5832                                                         <row>
5833                                                                 <entry>stop_fines</entry>
5834                                                                 <entry>text</entry>
5835                                                                 <entry><para>
5836                                                                         
5837                                                                         
5838                                                                         
5839                                                                         
5840                                                                         </para></entry>
5841                                                         </row>
5842                                                 
5843                                                 </tbody>
5844                                         </tgroup>
5845                                 </informaltable>
5846                                 <para>
5847                                 
5848                                 
5849                                 
5850                                 
5851                 </para>
5852                 </simplesect>
5853                 
5854                 <simplesect id="action.view.billable-circulations" xreflabel="action.billable_circulations">            
5855                         <title>billable_circulations</title>
5856                         <informaltable>
5857                                 <tgroup cols="3">
5858                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
5859                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
5860                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
5861                                         <thead>
5862                                                 <row>
5863                                                         <entry>Field</entry>
5864                                                         <entry>Data Type</entry>
5865                                                         <entry>Constraints and References</entry>
5866                                                 </row>
5867                                                 </thead>
5868                                                 <tbody>
5869                                                 
5870                                                         <row>
5871                                                                 <entry>id</entry>
5872                                                                 <entry>bigint</entry>
5873                                                                 <entry><para>
5874                                                                         
5875                                                                         
5876                                                                         
5877                                                                         
5878                                                                         </para></entry>
5879                                                         </row>
5880                                                 
5881                                                         <row>
5882                                                                 <entry>usr</entry>
5883                                                                 <entry>integer</entry>
5884                                                                 <entry><para>
5885                                                                         
5886                                                                         
5887                                                                         
5888                                                                         
5889                                                                         </para></entry>
5890                                                         </row>
5891                                                 
5892                                                         <row>
5893                                                                 <entry>xact_start</entry>
5894                                                                 <entry>timestamp with time zone</entry>
5895                                                                 <entry><para>
5896                                                                         
5897                                                                         
5898                                                                         
5899                                                                         
5900                                                                         </para></entry>
5901                                                         </row>
5902                                                 
5903                                                         <row>
5904                                                                 <entry>xact_finish</entry>
5905                                                                 <entry>timestamp with time zone</entry>
5906                                                                 <entry><para>
5907                                                                         
5908                                                                         
5909                                                                         
5910                                                                         
5911                                                                         </para></entry>
5912                                                         </row>
5913                                                 
5914                                                         <row>
5915                                                                 <entry>unrecovered</entry>
5916                                                                 <entry>boolean</entry>
5917                                                                 <entry><para>
5918                                                                         
5919                                                                         
5920                                                                         
5921                                                                         
5922                                                                         </para></entry>
5923                                                         </row>
5924                                                 
5925                                                         <row>
5926                                                                 <entry>target_copy</entry>
5927                                                                 <entry>bigint</entry>
5928                                                                 <entry><para>
5929                                                                         
5930                                                                         
5931                                                                         
5932                                                                         
5933                                                                         </para></entry>
5934                                                         </row>
5935                                                 
5936                                                         <row>
5937                                                                 <entry>circ_lib</entry>
5938                                                                 <entry>integer</entry>
5939                                                                 <entry><para>
5940                                                                         
5941                                                                         
5942                                                                         
5943                                                                         
5944                                                                         </para></entry>
5945                                                         </row>
5946                                                 
5947                                                         <row>
5948                                                                 <entry>circ_staff</entry>
5949                                                                 <entry>integer</entry>
5950                                                                 <entry><para>
5951                                                                         
5952                                                                         
5953                                                                         
5954                                                                         
5955                                                                         </para></entry>
5956                                                         </row>
5957                                                 
5958                                                         <row>
5959                                                                 <entry>checkin_staff</entry>
5960                                                                 <entry>integer</entry>
5961                                                                 <entry><para>
5962                                                                         
5963                                                                         
5964                                                                         
5965                                                                         
5966                                                                         </para></entry>
5967                                                         </row>
5968                                                 
5969                                                         <row>
5970                                                                 <entry>checkin_lib</entry>
5971                                                                 <entry>integer</entry>
5972                                                                 <entry><para>
5973                                                                         
5974                                                                         
5975                                                                         
5976                                                                         
5977                                                                         </para></entry>
5978                                                         </row>
5979                                                 
5980                                                         <row>
5981                                                                 <entry>renewal_remaining</entry>
5982                                                                 <entry>integer</entry>
5983                                                                 <entry><para>
5984                                                                         
5985                                                                         
5986                                                                         
5987                                                                         
5988                                                                         </para></entry>
5989                                                         </row>
5990                                                 
5991                                                         <row>
5992                                                                 <entry>due_date</entry>
5993                                                                 <entry>timestamp with time zone</entry>
5994                                                                 <entry><para>
5995                                                                         
5996                                                                         
5997                                                                         
5998                                                                         
5999                                                                         </para></entry>
6000                                                         </row>
6001                                                 
6002                                                         <row>
6003                                                                 <entry>stop_fines_time</entry>
6004                                                                 <entry>timestamp with time zone</entry>
6005                                                                 <entry><para>
6006                                                                         
6007                                                                         
6008                                                                         
6009                                                                         
6010                                                                         </para></entry>
6011                                                         </row>
6012                                                 
6013                                                         <row>
6014                                                                 <entry>checkin_time</entry>
6015                                                                 <entry>timestamp with time zone</entry>
6016                                                                 <entry><para>
6017                                                                         
6018                                                                         
6019                                                                         
6020                                                                         
6021                                                                         </para></entry>
6022                                                         </row>
6023                                                 
6024                                                         <row>
6025                                                                 <entry>create_time</entry>
6026                                                                 <entry>timestamp with time zone</entry>
6027                                                                 <entry><para>
6028                                                                         
6029                                                                         
6030                                                                         
6031                                                                         
6032                                                                         </para></entry>
6033                                                         </row>
6034                                                 
6035                                                         <row>
6036                                                                 <entry>duration</entry>
6037                                                                 <entry>interval</entry>
6038                                                                 <entry><para>
6039                                                                         
6040                                                                         
6041                                                                         
6042                                                                         
6043                                                                         </para></entry>
6044                                                         </row>
6045                                                 
6046                                                         <row>
6047                                                                 <entry>fine_interval</entry>
6048                                                                 <entry>interval</entry>
6049                                                                 <entry><para>
6050                                                                         
6051                                                                         
6052                                                                         
6053                                                                         
6054                                                                         </para></entry>
6055                                                         </row>
6056                                                 
6057                                                         <row>
6058                                                                 <entry>recuring_fine</entry>
6059                                                                 <entry>numeric(6,2)</entry>
6060                                                                 <entry><para>
6061                                                                         
6062                                                                         
6063                                                                         
6064                                                                         
6065                                                                         </para></entry>
6066                                                         </row>
6067                                                 
6068                                                         <row>
6069                                                                 <entry>max_fine</entry>
6070                                                                 <entry>numeric(6,2)</entry>
6071                                                                 <entry><para>
6072                                                                         
6073                                                                         
6074                                                                         
6075                                                                         
6076                                                                         </para></entry>
6077                                                         </row>
6078                                                 
6079                                                         <row>
6080                                                                 <entry>phone_renewal</entry>
6081                                                                 <entry>boolean</entry>
6082                                                                 <entry><para>
6083                                                                         
6084                                                                         
6085                                                                         
6086                                                                         
6087                                                                         </para></entry>
6088                                                         </row>
6089                                                 
6090                                                         <row>
6091                                                                 <entry>desk_renewal</entry>
6092                                                                 <entry>boolean</entry>
6093                                                                 <entry><para>
6094                                                                         
6095                                                                         
6096                                                                         
6097                                                                         
6098                                                                         </para></entry>
6099                                                         </row>
6100                                                 
6101                                                         <row>
6102                                                                 <entry>opac_renewal</entry>
6103                                                                 <entry>boolean</entry>
6104                                                                 <entry><para>
6105                                                                         
6106                                                                         
6107                                                                         
6108                                                                         
6109                                                                         </para></entry>
6110                                                         </row>
6111                                                 
6112                                                         <row>
6113                                                                 <entry>duration_rule</entry>
6114                                                                 <entry>text</entry>
6115                                                                 <entry><para>
6116                                                                         
6117                                                                         
6118                                                                         
6119                                                                         
6120                                                                         </para></entry>
6121                                                         </row>
6122                                                 
6123                                                         <row>
6124                                                                 <entry>recuring_fine_rule</entry>
6125                                                                 <entry>text</entry>
6126                                                                 <entry><para>
6127                                                                         
6128                                                                         
6129                                                                         
6130                                                                         
6131                                                                         </para></entry>
6132                                                         </row>
6133                                                 
6134                                                         <row>
6135                                                                 <entry>max_fine_rule</entry>
6136                                                                 <entry>text</entry>
6137                                                                 <entry><para>
6138                                                                         
6139                                                                         
6140                                                                         
6141                                                                         
6142                                                                         </para></entry>
6143                                                         </row>
6144                                                 
6145                                                         <row>
6146                                                                 <entry>stop_fines</entry>
6147                                                                 <entry>text</entry>
6148                                                                 <entry><para>
6149                                                                         
6150                                                                         
6151                                                                         
6152                                                                         
6153                                                                         </para></entry>
6154                                                         </row>
6155                                                 
6156                                                 </tbody>
6157                                         </tgroup>
6158                                 </informaltable>
6159                                 <para>
6160                                 
6161                                 
6162                                 
6163                                 
6164                 </para>
6165                 </simplesect>
6166                 
6167                 <simplesect id="action.view.billable-cirulations" xreflabel="action.billable_cirulations">              
6168                         <title>billable_cirulations</title>
6169                         <informaltable>
6170                                 <tgroup cols="3">
6171                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
6172                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
6173                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
6174                                         <thead>
6175                                                 <row>
6176                                                         <entry>Field</entry>
6177                                                         <entry>Data Type</entry>
6178                                                         <entry>Constraints and References</entry>
6179                                                 </row>
6180                                                 </thead>
6181                                                 <tbody>
6182                                                 
6183                                                         <row>
6184                                                                 <entry>id</entry>
6185                                                                 <entry>bigint</entry>
6186                                                                 <entry><para>
6187                                                                         
6188                                                                         
6189                                                                         
6190                                                                         
6191                                                                         </para></entry>
6192                                                         </row>
6193                                                 
6194                                                         <row>
6195                                                                 <entry>usr</entry>
6196                                                                 <entry>integer</entry>
6197                                                                 <entry><para>
6198                                                                         
6199                                                                         
6200                                                                         
6201                                                                         
6202                                                                         </para></entry>
6203                                                         </row>
6204                                                 
6205                                                         <row>
6206                                                                 <entry>xact_start</entry>
6207                                                                 <entry>timestamp with time zone</entry>
6208                                                                 <entry><para>
6209                                                                         
6210                                                                         
6211                                                                         
6212                                                                         
6213                                                                         </para></entry>
6214                                                         </row>
6215                                                 
6216                                                         <row>
6217                                                                 <entry>xact_finish</entry>
6218                                                                 <entry>timestamp with time zone</entry>
6219                                                                 <entry><para>
6220                                                                         
6221                                                                         
6222                                                                         
6223                                                                         
6224                                                                         </para></entry>
6225                                                         </row>
6226                                                 
6227                                                         <row>
6228                                                                 <entry>unrecovered</entry>
6229                                                                 <entry>boolean</entry>
6230                                                                 <entry><para>
6231                                                                         
6232                                                                         
6233                                                                         
6234                                                                         
6235                                                                         </para></entry>
6236                                                         </row>
6237                                                 
6238                                                         <row>
6239                                                                 <entry>target_copy</entry>
6240                                                                 <entry>bigint</entry>
6241                                                                 <entry><para>
6242                                                                         
6243                                                                         
6244                                                                         
6245                                                                         
6246                                                                         </para></entry>
6247                                                         </row>
6248                                                 
6249                                                         <row>
6250                                                                 <entry>circ_lib</entry>
6251                                                                 <entry>integer</entry>
6252                                                                 <entry><para>
6253                                                                         
6254                                                                         
6255                                                                         
6256                                                                         
6257                                                                         </para></entry>
6258                                                         </row>
6259                                                 
6260                                                         <row>
6261                                                                 <entry>circ_staff</entry>
6262                                                                 <entry>integer</entry>
6263                                                                 <entry><para>
6264                                                                         
6265                                                                         
6266                                                                         
6267                                                                         
6268                                                                         </para></entry>
6269                                                         </row>
6270                                                 
6271                                                         <row>
6272                                                                 <entry>checkin_staff</entry>
6273                                                                 <entry>integer</entry>
6274                                                                 <entry><para>
6275                                                                         
6276                                                                         
6277                                                                         
6278                                                                         
6279                                                                         </para></entry>
6280                                                         </row>
6281                                                 
6282                                                         <row>
6283                                                                 <entry>checkin_lib</entry>
6284                                                                 <entry>integer</entry>
6285                                                                 <entry><para>
6286                                                                         
6287                                                                         
6288                                                                         
6289                                                                         
6290                                                                         </para></entry>
6291                                                         </row>
6292                                                 
6293                                                         <row>
6294                                                                 <entry>renewal_remaining</entry>
6295                                                                 <entry>integer</entry>
6296                                                                 <entry><para>
6297                                                                         
6298                                                                         
6299                                                                         
6300                                                                         
6301                                                                         </para></entry>
6302                                                         </row>
6303                                                 
6304                                                         <row>
6305                                                                 <entry>due_date</entry>
6306                                                                 <entry>timestamp with time zone</entry>
6307                                                                 <entry><para>
6308                                                                         
6309                                                                         
6310                                                                         
6311                                                                         
6312                                                                         </para></entry>
6313                                                         </row>
6314                                                 
6315                                                         <row>
6316                                                                 <entry>stop_fines_time</entry>
6317                                                                 <entry>timestamp with time zone</entry>
6318                                                                 <entry><para>
6319                                                                         
6320                                                                         
6321                                                                         
6322                                                                         
6323                                                                         </para></entry>
6324                                                         </row>
6325                                                 
6326                                                         <row>
6327                                                                 <entry>checkin_time</entry>
6328                                                                 <entry>timestamp with time zone</entry>
6329                                                                 <entry><para>
6330                                                                         
6331                                                                         
6332                                                                         
6333                                                                         
6334                                                                         </para></entry>
6335                                                         </row>
6336                                                 
6337                                                         <row>
6338                                                                 <entry>create_time</entry>
6339                                                                 <entry>timestamp with time zone</entry>
6340                                                                 <entry><para>
6341                                                                         
6342                                                                         
6343                                                                         
6344                                                                         
6345                                                                         </para></entry>
6346                                                         </row>
6347                                                 
6348                                                         <row>
6349                                                                 <entry>duration</entry>
6350                                                                 <entry>interval</entry>
6351                                                                 <entry><para>
6352                                                                         
6353                                                                         
6354                                                                         
6355                                                                         
6356                                                                         </para></entry>
6357                                                         </row>
6358                                                 
6359                                                         <row>
6360                                                                 <entry>fine_interval</entry>
6361                                                                 <entry>interval</entry>
6362                                                                 <entry><para>
6363                                                                         
6364                                                                         
6365                                                                         
6366                                                                         
6367                                                                         </para></entry>
6368                                                         </row>
6369                                                 
6370                                                         <row>
6371                                                                 <entry>recuring_fine</entry>
6372                                                                 <entry>numeric(6,2)</entry>
6373                                                                 <entry><para>
6374                                                                         
6375                                                                         
6376                                                                         
6377                                                                         
6378                                                                         </para></entry>
6379                                                         </row>
6380                                                 
6381                                                         <row>
6382                                                                 <entry>max_fine</entry>
6383                                                                 <entry>numeric(6,2)</entry>
6384                                                                 <entry><para>
6385                                                                         
6386                                                                         
6387                                                                         
6388                                                                         
6389                                                                         </para></entry>
6390                                                         </row>
6391                                                 
6392                                                         <row>
6393                                                                 <entry>phone_renewal</entry>
6394                                                                 <entry>boolean</entry>
6395                                                                 <entry><para>
6396                                                                         
6397                                                                         
6398                                                                         
6399                                                                         
6400                                                                         </para></entry>
6401                                                         </row>
6402                                                 
6403                                                         <row>
6404                                                                 <entry>desk_renewal</entry>
6405                                                                 <entry>boolean</entry>
6406                                                                 <entry><para>
6407                                                                         
6408                                                                         
6409                                                                         
6410                                                                         
6411                                                                         </para></entry>
6412                                                         </row>
6413                                                 
6414                                                         <row>
6415                                                                 <entry>opac_renewal</entry>
6416                                                                 <entry>boolean</entry>
6417                                                                 <entry><para>
6418                                                                         
6419                                                                         
6420                                                                         
6421                                                                         
6422                                                                         </para></entry>
6423                                                         </row>
6424                                                 
6425                                                         <row>
6426                                                                 <entry>duration_rule</entry>
6427                                                                 <entry>text</entry>
6428                                                                 <entry><para>
6429                                                                         
6430                                                                         
6431                                                                         
6432                                                                         
6433                                                                         </para></entry>
6434                                                         </row>
6435                                                 
6436                                                         <row>
6437                                                                 <entry>recuring_fine_rule</entry>
6438                                                                 <entry>text</entry>
6439                                                                 <entry><para>
6440                                                                         
6441                                                                         
6442                                                                         
6443                                                                         
6444                                                                         </para></entry>
6445                                                         </row>
6446                                                 
6447                                                         <row>
6448                                                                 <entry>max_fine_rule</entry>
6449                                                                 <entry>text</entry>
6450                                                                 <entry><para>
6451                                                                         
6452                                                                         
6453                                                                         
6454                                                                         
6455                                                                         </para></entry>
6456                                                         </row>
6457                                                 
6458                                                         <row>
6459                                                                 <entry>stop_fines</entry>
6460                                                                 <entry>text</entry>
6461                                                                 <entry><para>
6462                                                                         
6463                                                                         
6464                                                                         
6465                                                                         
6466                                                                         </para></entry>
6467                                                         </row>
6468                                                 
6469                                                 </tbody>
6470                                         </tgroup>
6471                                 </informaltable>
6472                                 <para>
6473                                 
6474                                 
6475                                 
6476                                 
6477                 </para>
6478                 </simplesect>
6479                 
6480                 <simplesect id="action.table.circulation" xreflabel="action.circulation">               
6481                         <title>circulation</title>
6482                         <informaltable>
6483                                 <tgroup cols="3">
6484                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
6485                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
6486                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
6487                                         <thead>
6488                                                 <row>
6489                                                         <entry>Field</entry>
6490                                                         <entry>Data Type</entry>
6491                                                         <entry>Constraints and References</entry>
6492                                                 </row>
6493                                                 </thead>
6494                                                 <tbody>
6495                                                 
6496                                                         <row>
6497                                                                 <entry>id</entry>
6498                                                                 <entry>bigint</entry>
6499                                                                 <entry><para>
6500                                                                         
6501                                                                                 
6502                                                                                         PRIMARY KEY
6503                                                                                                                 
6504                                                                         
6505                                                                         
6506                                                                         
6507                                                                         
6508                                                                                 DEFAULT nextval(&apos;money.billable_xact_id_seq&apos;::regclass);
6509                                                                         
6510                                                                         
6511                                                                                 
6512                                                                         
6513                                                                         </para></entry>
6514                                                         </row>
6515                                                 
6516                                                         <row>
6517                                                                 <entry>usr</entry>
6518                                                                 <entry>integer</entry>
6519                                                                 <entry><para>
6520                                                                         
6521                                                                                                                 
6522                                                                         
6523                                                                         
6524                                                                         
6525                                                                                 NOT NULL;
6526                                                                         
6527                                                                         
6528                                                                         
6529                                                                                 
6530                                                                                 <xref linkend="actor.table.usr"/>
6531                                                                                 
6532                                                                         
6533                                                                         </para></entry>
6534                                                         </row>
6535                                                 
6536                                                         <row>
6537                                                                 <entry>xact_start</entry>
6538                                                                 <entry>timestamp with time zone</entry>
6539                                                                 <entry><para>
6540                                                                         
6541                                                                         
6542                                                                                 NOT NULL;
6543                                                                         
6544                                                                         
6545                                                                                 DEFAULT now();
6546                                                                         
6547                                                                         
6548                                                                         </para></entry>
6549                                                         </row>
6550                                                 
6551                                                         <row>
6552                                                                 <entry>xact_finish</entry>
6553                                                                 <entry>timestamp with time zone</entry>
6554                                                                 <entry><para>
6555                                                                         
6556                                                                         
6557                                                                         
6558                                                                         
6559                                                                         </para></entry>
6560                                                         </row>
6561                                                 
6562                                                         <row>
6563                                                                 <entry>unrecovered</entry>
6564                                                                 <entry>boolean</entry>
6565                                                                 <entry><para>
6566                                                                         
6567                                                                         
6568                                                                         
6569                                                                         
6570                                                                         </para></entry>
6571                                                         </row>
6572                                                 
6573                                                         <row>
6574                                                                 <entry>target_copy</entry>
6575                                                                 <entry>bigint</entry>
6576                                                                 <entry><para>
6577                                                                         
6578                                                                                                                 
6579                                                                         
6580                                                                         
6581                                                                         
6582                                                                                 NOT NULL;
6583                                                                         
6584                                                                         
6585                                                                         
6586                                                                                 
6587                                                                                 <xref linkend="asset.table.copy"/>
6588                                                                                 
6589                                                                         
6590                                                                         </para></entry>
6591                                                         </row>
6592                                                 
6593                                                         <row>
6594                                                                 <entry>circ_lib</entry>
6595                                                                 <entry>integer</entry>
6596                                                                 <entry><para>
6597                                                                         
6598                                                                                                                 
6599                                                                         
6600                                                                         
6601                                                                         
6602                                                                                 NOT NULL;
6603                                                                         
6604                                                                         
6605                                                                         
6606                                                                                 
6607                                                                                 <xref linkend="actor.table.org-unit"/>
6608                                                                                 
6609                                                                         
6610                                                                         </para></entry>
6611                                                         </row>
6612                                                 
6613                                                         <row>
6614                                                                 <entry>circ_staff</entry>
6615                                                                 <entry>integer</entry>
6616                                                                 <entry><para>
6617                                                                         
6618                                                                         
6619                                                                                 NOT NULL;
6620                                                                         
6621                                                                         
6622                                                                         
6623                                                                         </para></entry>
6624                                                         </row>
6625                                                 
6626                                                         <row>
6627                                                                 <entry>checkin_staff</entry>
6628                                                                 <entry>integer</entry>
6629                                                                 <entry><para>
6630                                                                         
6631                                                                         
6632                                                                         
6633                                                                         
6634                                                                         </para></entry>
6635                                                         </row>
6636                                                 
6637                                                         <row>
6638                                                                 <entry>checkin_lib</entry>
6639                                                                 <entry>integer</entry>
6640                                                                 <entry><para>
6641                                                                         
6642                                                                         
6643                                                                         
6644                                                                         
6645                                                                         </para></entry>
6646                                                         </row>
6647                                                 
6648                                                         <row>
6649                                                                 <entry>renewal_remaining</entry>
6650                                                                 <entry>integer</entry>
6651                                                                 <entry><para>
6652                                                                         
6653                                                                         
6654                                                                                 NOT NULL;
6655                                                                         
6656                                                                         
6657                                                                         
6658                                                                         </para></entry>
6659                                                         </row>
6660                                                 
6661                                                         <row>
6662                                                                 <entry>due_date</entry>
6663                                                                 <entry>timestamp with time zone</entry>
6664                                                                 <entry><para>
6665                                                                         
6666                                                                         
6667                                                                         
6668                                                                         
6669                                                                         </para></entry>
6670                                                         </row>
6671                                                 
6672                                                         <row>
6673                                                                 <entry>stop_fines_time</entry>
6674                                                                 <entry>timestamp with time zone</entry>
6675                                                                 <entry><para>
6676                                                                         
6677                                                                         
6678                                                                         
6679                                                                         
6680                                                                         </para></entry>
6681                                                         </row>
6682                                                 
6683                                                         <row>
6684                                                                 <entry>checkin_time</entry>
6685                                                                 <entry>timestamp with time zone</entry>
6686                                                                 <entry><para>
6687                                                                         
6688                                                                         
6689                                                                         
6690                                                                         
6691                                                                         </para></entry>
6692                                                         </row>
6693                                                 
6694                                                         <row>
6695                                                                 <entry>create_time</entry>
6696                                                                 <entry>timestamp with time zone</entry>
6697                                                                 <entry><para>
6698                                                                         
6699                                                                         
6700                                                                                 NOT NULL;
6701                                                                         
6702                                                                         
6703                                                                                 DEFAULT now();
6704                                                                         
6705                                                                         
6706                                                                         </para></entry>
6707                                                         </row>
6708                                                 
6709                                                         <row>
6710                                                                 <entry>duration</entry>
6711                                                                 <entry>interval</entry>
6712                                                                 <entry><para>
6713                                                                         
6714                                                                         
6715                                                                         
6716                                                                         
6717                                                                         </para></entry>
6718                                                         </row>
6719                                                 
6720                                                         <row>
6721                                                                 <entry>fine_interval</entry>
6722                                                                 <entry>interval</entry>
6723                                                                 <entry><para>
6724                                                                         
6725                                                                         
6726                                                                                 NOT NULL;
6727                                                                         
6728                                                                         
6729                                                                                 DEFAULT &apos;1 day&apos;::interval;
6730                                                                         
6731                                                                         
6732                                                                         </para></entry>
6733                                                         </row>
6734                                                 
6735                                                         <row>
6736                                                                 <entry>recuring_fine</entry>
6737                                                                 <entry>numeric(6,2)</entry>
6738                                                                 <entry><para>
6739                                                                         
6740                                                                         
6741                                                                         
6742                                                                         
6743                                                                         </para></entry>
6744                                                         </row>
6745                                                 
6746                                                         <row>
6747                                                                 <entry>max_fine</entry>
6748                                                                 <entry>numeric(6,2)</entry>
6749                                                                 <entry><para>
6750                                                                         
6751                                                                         
6752                                                                         
6753                                                                         
6754                                                                         </para></entry>
6755                                                         </row>
6756                                                 
6757                                                         <row>
6758                                                                 <entry>phone_renewal</entry>
6759                                                                 <entry>boolean</entry>
6760                                                                 <entry><para>
6761                                                                         
6762                                                                         
6763                                                                                 NOT NULL;
6764                                                                         
6765                                                                         
6766                                                                                 DEFAULT false;
6767                                                                         
6768                                                                         
6769                                                                         </para></entry>
6770                                                         </row>
6771                                                 
6772                                                         <row>
6773                                                                 <entry>desk_renewal</entry>
6774                                                                 <entry>boolean</entry>
6775                                                                 <entry><para>
6776                                                                         
6777                                                                         
6778                                                                                 NOT NULL;
6779                                                                         
6780                                                                         
6781                                                                                 DEFAULT false;
6782                                                                         
6783                                                                         
6784                                                                         </para></entry>
6785                                                         </row>
6786                                                 
6787                                                         <row>
6788                                                                 <entry>opac_renewal</entry>
6789                                                                 <entry>boolean</entry>
6790                                                                 <entry><para>
6791                                                                         
6792                                                                         
6793                                                                                 NOT NULL;
6794                                                                         
6795                                                                         
6796                                                                                 DEFAULT false;
6797                                                                         
6798                                                                         
6799                                                                         </para></entry>
6800                                                         </row>
6801                                                 
6802                                                         <row>
6803                                                                 <entry>duration_rule</entry>
6804                                                                 <entry>text</entry>
6805                                                                 <entry><para>
6806                                                                         
6807                                                                         
6808                                                                                 NOT NULL;
6809                                                                         
6810                                                                         
6811                                                                         
6812                                                                         </para></entry>
6813                                                         </row>
6814                                                 
6815                                                         <row>
6816                                                                 <entry>recuring_fine_rule</entry>
6817                                                                 <entry>text</entry>
6818                                                                 <entry><para>
6819                                                                         
6820                                                                         
6821                                                                                 NOT NULL;
6822                                                                         
6823                                                                         
6824                                                                         
6825                                                                         </para></entry>
6826                                                         </row>
6827                                                 
6828                                                         <row>
6829                                                                 <entry>max_fine_rule</entry>
6830                                                                 <entry>text</entry>
6831                                                                 <entry><para>
6832                                                                         
6833                                                                         
6834                                                                                 NOT NULL;
6835                                                                         
6836                                                                         
6837                                                                         
6838                                                                         </para></entry>
6839                                                         </row>
6840                                                 
6841                                                         <row>
6842                                                                 <entry>stop_fines</entry>
6843                                                                 <entry>text</entry>
6844                                                                 <entry><para>
6845                                                                         
6846                                                                         
6847                                                                         
6848                                                                         
6849                                                                         </para></entry>
6850                                                         </row>
6851                                                 
6852                                                 </tbody>
6853                                         </tgroup>
6854                                 </informaltable>
6855                                 <para>
6856                                 
6857                                 
6858                                         <variablelist>
6859                                                 <title>Constraints on circulation</title>
6860                                                 
6861                                                 <varlistentry>
6862                                                         <term>circulation_stop_fines_check</term>
6863                                                         <listitem><para>CHECK ((stop_fines = ANY (ARRAY[&apos;CHECKIN&apos;::text, &apos;CLAIMSRETURNED&apos;::text, &apos;LOST&apos;::text, &apos;MAXFINES&apos;::text, &apos;RENEW&apos;::text, &apos;LONGOVERDUE&apos;::text])))</para></listitem>
6864                                                 </varlistentry>
6865                                                 
6866                                         </variablelist>
6867                                 
6868                                 
6869                                 
6870                                 
6871                                 
6872                 </para>
6873                 </simplesect>
6874                 
6875                 <simplesect id="action.table.hold-copy-map" xreflabel="action.hold_copy_map">           
6876                         <title>hold_copy_map</title>
6877                         <informaltable>
6878                                 <tgroup cols="3">
6879                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
6880                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
6881                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
6882                                         <thead>
6883                                                 <row>
6884                                                         <entry>Field</entry>
6885                                                         <entry>Data Type</entry>
6886                                                         <entry>Constraints and References</entry>
6887                                                 </row>
6888                                                 </thead>
6889                                                 <tbody>
6890                                                 
6891                                                         <row>
6892                                                                 <entry>id</entry>
6893                                                                 <entry>serial</entry>
6894                                                                 <entry><para>
6895                                                                         
6896                                                                                 
6897                                                                                         PRIMARY KEY
6898                                                                                                                 
6899                                                                         
6900                                                                         
6901                                                                         
6902                                                                         
6903                                                                         
6904                                                                                 
6905                                                                         
6906                                                                         </para></entry>
6907                                                         </row>
6908                                                 
6909                                                         <row>
6910                                                                 <entry>hold</entry>
6911                                                                 <entry>integer</entry>
6912                                                                 <entry><para>
6913                                                                         
6914                                                                                                                 
6915                                                                         
6916                                                                                 UNIQUE#1
6917                                                                                 ;
6918                                                                                 
6919                                                                         
6920                                                                                                                 
6921                                                                         
6922                                                                         
6923                                                                         
6924                                                                                 NOT NULL;
6925                                                                         
6926                                                                         
6927                                                                         
6928                                                                                 
6929                                                                         
6930                                                                                 
6931                                                                                 <xref linkend="action.table.hold-request"/>
6932                                                                                 
6933                                                                         
6934                                                                         </para></entry>
6935                                                         </row>
6936                                                 
6937                                                         <row>
6938                                                                 <entry>target_copy</entry>
6939                                                                 <entry>bigint</entry>
6940                                                                 <entry><para>
6941                                                                         
6942                                                                                                                 
6943                                                                         
6944                                                                                 UNIQUE#1
6945                                                                                 ;
6946                                                                                 
6947                                                                         
6948                                                                                                                 
6949                                                                         
6950                                                                         
6951                                                                         
6952                                                                                 NOT NULL;
6953                                                                         
6954                                                                         
6955                                                                         
6956                                                                                 
6957                                                                         
6958                                                                                 
6959                                                                                 <xref linkend="asset.table.copy"/>
6960                                                                                 
6961                                                                         
6962                                                                         </para></entry>
6963                                                         </row>
6964                                                 
6965                                                 </tbody>
6966                                         </tgroup>
6967                                 </informaltable>
6968                                 <para>
6969                                 
6970                                 
6971                                 
6972                                 
6973                 </para>
6974                 </simplesect>
6975                 
6976                 <simplesect id="action.table.hold-notification" xreflabel="action.hold_notification">           
6977                         <title>hold_notification</title>
6978                         <informaltable>
6979                                 <tgroup cols="3">
6980                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
6981                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
6982                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
6983                                         <thead>
6984                                                 <row>
6985                                                         <entry>Field</entry>
6986                                                         <entry>Data Type</entry>
6987                                                         <entry>Constraints and References</entry>
6988                                                 </row>
6989                                                 </thead>
6990                                                 <tbody>
6991                                                 
6992                                                         <row>
6993                                                                 <entry>id</entry>
6994                                                                 <entry>serial</entry>
6995                                                                 <entry><para>
6996                                                                         
6997                                                                                 
6998                                                                                         PRIMARY KEY
6999                                                                                                                 
7000                                                                         
7001                                                                         
7002                                                                         
7003                                                                         
7004                                                                         
7005                                                                                 
7006                                                                         
7007                                                                         </para></entry>
7008                                                         </row>
7009                                                 
7010                                                         <row>
7011                                                                 <entry>hold</entry>
7012                                                                 <entry>integer</entry>
7013                                                                 <entry><para>
7014                                                                         
7015                                                                                                                 
7016                                                                         
7017                                                                         
7018                                                                         
7019                                                                                 NOT NULL;
7020                                                                         
7021                                                                         
7022                                                                         
7023                                                                                 
7024                                                                                 <xref linkend="action.table.hold-request"/>
7025                                                                                 
7026                                                                         
7027                                                                         </para></entry>
7028                                                         </row>
7029                                                 
7030                                                         <row>
7031                                                                 <entry>notify_staff</entry>
7032                                                                 <entry>integer</entry>
7033                                                                 <entry><para>
7034                                                                         
7035                                                                                                                 
7036                                                                         
7037                                                                         
7038                                                                         
7039                                                                         
7040                                                                         
7041                                                                                 
7042                                                                                 <xref linkend="actor.table.usr"/>
7043                                                                                 
7044                                                                         
7045                                                                         </para></entry>
7046                                                         </row>
7047                                                 
7048                                                         <row>
7049                                                                 <entry>notify_time</entry>
7050                                                                 <entry>timestamp with time zone</entry>
7051                                                                 <entry><para>
7052                                                                         
7053                                                                         
7054                                                                                 NOT NULL;
7055                                                                         
7056                                                                         
7057                                                                                 DEFAULT now();
7058                                                                         
7059                                                                         
7060                                                                         </para></entry>
7061                                                         </row>
7062                                                 
7063                                                         <row>
7064                                                                 <entry>method</entry>
7065                                                                 <entry>text</entry>
7066                                                                 <entry><para>
7067                                                                         
7068                                                                         
7069                                                                                 NOT NULL;
7070                                                                         
7071                                                                         
7072                                                                         
7073                                                                         </para></entry>
7074                                                         </row>
7075                                                 
7076                                                         <row>
7077                                                                 <entry>note</entry>
7078                                                                 <entry>text</entry>
7079                                                                 <entry><para>
7080                                                                         
7081                                                                         
7082                                                                         
7083                                                                         
7084                                                                         </para></entry>
7085                                                         </row>
7086                                                 
7087                                                 </tbody>
7088                                         </tgroup>
7089                                 </informaltable>
7090                                 <para>
7091                                 
7092                                 
7093                                 
7094                                 
7095                 </para>
7096                 </simplesect>
7097                 
7098                 <simplesect id="action.table.hold-request" xreflabel="action.hold_request">             
7099                         <title>hold_request</title>
7100                         <informaltable>
7101                                 <tgroup cols="3">
7102                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
7103                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
7104                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
7105                                         <thead>
7106                                                 <row>
7107                                                         <entry>Field</entry>
7108                                                         <entry>Data Type</entry>
7109                                                         <entry>Constraints and References</entry>
7110                                                 </row>
7111                                                 </thead>
7112                                                 <tbody>
7113                                                 
7114                                                         <row>
7115                                                                 <entry>id</entry>
7116                                                                 <entry>serial</entry>
7117                                                                 <entry><para>
7118                                                                         
7119                                                                                 
7120                                                                                         PRIMARY KEY
7121                                                                                                                 
7122                                                                         
7123                                                                         
7124                                                                         
7125                                                                         
7126                                                                         
7127                                                                                 
7128                                                                         
7129                                                                         </para></entry>
7130                                                         </row>
7131                                                 
7132                                                         <row>
7133                                                                 <entry>request_time</entry>
7134                                                                 <entry>timestamp with time zone</entry>
7135                                                                 <entry><para>
7136                                                                         
7137                                                                         
7138                                                                                 NOT NULL;
7139                                                                         
7140                                                                         
7141                                                                                 DEFAULT now();
7142                                                                         
7143                                                                         
7144                                                                         </para></entry>
7145                                                         </row>
7146                                                 
7147                                                         <row>
7148                                                                 <entry>capture_time</entry>
7149                                                                 <entry>timestamp with time zone</entry>
7150                                                                 <entry><para>
7151                                                                         
7152                                                                         
7153                                                                         
7154                                                                         
7155                                                                         </para></entry>
7156                                                         </row>
7157                                                 
7158                                                         <row>
7159                                                                 <entry>fulfillment_time</entry>
7160                                                                 <entry>timestamp with time zone</entry>
7161                                                                 <entry><para>
7162                                                                         
7163                                                                         
7164                                                                         
7165                                                                         
7166                                                                         </para></entry>
7167                                                         </row>
7168                                                 
7169                                                         <row>
7170                                                                 <entry>checkin_time</entry>
7171                                                                 <entry>timestamp with time zone</entry>
7172                                                                 <entry><para>
7173                                                                         
7174                                                                         
7175                                                                         
7176                                                                         
7177                                                                         </para></entry>
7178                                                         </row>
7179                                                 
7180                                                         <row>
7181                                                                 <entry>return_time</entry>
7182                                                                 <entry>timestamp with time zone</entry>
7183                                                                 <entry><para>
7184                                                                         
7185                                                                         
7186                                                                         
7187                                                                         
7188                                                                         </para></entry>
7189                                                         </row>
7190                                                 
7191                                                         <row>
7192                                                                 <entry>prev_check_time</entry>
7193                                                                 <entry>timestamp with time zone</entry>
7194                                                                 <entry><para>
7195                                                                         
7196                                                                         
7197                                                                         
7198                                                                         
7199                                                                         </para></entry>
7200                                                         </row>
7201                                                 
7202                                                         <row>
7203                                                                 <entry>expire_time</entry>
7204                                                                 <entry>timestamp with time zone</entry>
7205                                                                 <entry><para>
7206                                                                         
7207                                                                         
7208                                                                         
7209                                                                         
7210                                                                         </para></entry>
7211                                                         </row>
7212                                                 
7213                                                         <row>
7214                                                                 <entry>cancel_time</entry>
7215                                                                 <entry>timestamp with time zone</entry>
7216                                                                 <entry><para>
7217                                                                         
7218                                                                         
7219                                                                         
7220                                                                         
7221                                                                         </para></entry>
7222                                                         </row>
7223                                                 
7224                                                         <row>
7225                                                                 <entry>target</entry>
7226                                                                 <entry>bigint</entry>
7227                                                                 <entry><para>
7228                                                                         
7229                                                                         
7230                                                                                 NOT NULL;
7231                                                                         
7232                                                                         
7233                                                                         
7234                                                                         </para></entry>
7235                                                         </row>
7236                                                 
7237                                                         <row>
7238                                                                 <entry>current_copy</entry>
7239                                                                 <entry>bigint</entry>
7240                                                                 <entry><para>
7241                                                                         
7242                                                                                                                 
7243                                                                         
7244                                                                         
7245                                                                         
7246                                                                         
7247                                                                         
7248                                                                                 
7249                                                                                 <xref linkend="asset.table.copy"/>
7250                                                                                 
7251                                                                         
7252                                                                         </para></entry>
7253                                                         </row>
7254                                                 
7255                                                         <row>
7256                                                                 <entry>fulfillment_staff</entry>
7257                                                                 <entry>integer</entry>
7258                                                                 <entry><para>
7259                                                                         
7260                                                                                                                 
7261                                                                         
7262                                                                         
7263                                                                         
7264                                                                         
7265                                                                         
7266                                                                                 
7267                                                                                 <xref linkend="actor.table.usr"/>
7268                                                                                 
7269                                                                         
7270                                                                         </para></entry>
7271                                                         </row>
7272                                                 
7273                                                         <row>
7274                                                                 <entry>fulfillment_lib</entry>
7275                                                                 <entry>integer</entry>
7276                                                                 <entry><para>
7277                                                                         
7278                                                                                                                 
7279                                                                         
7280                                                                         
7281                                                                         
7282                                                                         
7283                                                                         
7284                                                                                 
7285                                                                                 <xref linkend="actor.table.org-unit"/>
7286                                                                                 
7287                                                                         
7288                                                                         </para></entry>
7289                                                         </row>
7290                                                 
7291                                                         <row>
7292                                                                 <entry>request_lib</entry>
7293                                                                 <entry>integer</entry>
7294                                                                 <entry><para>
7295                                                                         
7296                                                                                                                 
7297                                                                         
7298                                                                         
7299                                                                         
7300                                                                                 NOT NULL;
7301                                                                         
7302                                                                         
7303                                                                         
7304                                                                                 
7305                                                                                 <xref linkend="actor.table.org-unit"/>
7306                                                                                 
7307                                                                         
7308                                                                         </para></entry>
7309                                                         </row>
7310                                                 
7311                                                         <row>
7312                                                                 <entry>requestor</entry>
7313                                                                 <entry>integer</entry>
7314                                                                 <entry><para>
7315                                                                         
7316                                                                                                                 
7317                                                                         
7318                                                                         
7319                                                                         
7320                                                                                 NOT NULL;
7321                                                                         
7322                                                                         
7323                                                                         
7324                                                                                 
7325                                                                                 <xref linkend="actor.table.usr"/>
7326                                                                                 
7327                                                                         
7328                                                                         </para></entry>
7329                                                         </row>
7330                                                 
7331                                                         <row>
7332                                                                 <entry>usr</entry>
7333                                                                 <entry>integer</entry>
7334                                                                 <entry><para>
7335                                                                         
7336                                                                                                                 
7337                                                                         
7338                                                                         
7339                                                                         
7340                                                                                 NOT NULL;
7341                                                                         
7342                                                                         
7343                                                                         
7344                                                                                 
7345                                                                                 <xref linkend="actor.table.usr"/>
7346                                                                                 
7347                                                                         
7348                                                                         </para></entry>
7349                                                         </row>
7350                                                 
7351                                                         <row>
7352                                                                 <entry>selection_ou</entry>
7353                                                                 <entry>integer</entry>
7354                                                                 <entry><para>
7355                                                                         
7356                                                                         
7357                                                                                 NOT NULL;
7358                                                                         
7359                                                                         
7360                                                                         
7361                                                                         </para></entry>
7362                                                         </row>
7363                                                 
7364                                                         <row>
7365                                                                 <entry>selection_depth</entry>
7366                                                                 <entry>integer</entry>
7367                                                                 <entry><para>
7368                                                                         
7369                                                                         
7370                                                                                 NOT NULL;
7371                                                                         
7372                                                                         
7373                                                                         
7374                                                                         </para></entry>
7375                                                         </row>
7376                                                 
7377                                                         <row>
7378                                                                 <entry>pickup_lib</entry>
7379                                                                 <entry>integer</entry>
7380                                                                 <entry><para>
7381                                                                         
7382                                                                                                                 
7383                                                                         
7384                                                                         
7385                                                                         
7386                                                                                 NOT NULL;
7387                                                                         
7388                                                                         
7389                                                                         
7390                                                                                 
7391                                                                                 <xref linkend="actor.table.org-unit"/>
7392                                                                                 
7393                                                                         
7394                                                                         </para></entry>
7395                                                         </row>
7396                                                 
7397                                                         <row>
7398                                                                 <entry>hold_type</entry>
7399                                                                 <entry>text</entry>
7400                                                                 <entry><para>
7401                                                                         
7402                                                                         
7403                                                                                 NOT NULL;
7404                                                                         
7405                                                                         
7406                                                                         
7407                                                                         </para></entry>
7408                                                         </row>
7409                                                 
7410                                                         <row>
7411                                                                 <entry>holdable_formats</entry>
7412                                                                 <entry>text</entry>
7413                                                                 <entry><para>
7414                                                                         
7415                                                                         
7416                                                                         
7417                                                                         
7418                                                                         </para></entry>
7419                                                         </row>
7420                                                 
7421                                                         <row>
7422                                                                 <entry>phone_notify</entry>
7423                                                                 <entry>text</entry>
7424                                                                 <entry><para>
7425                                                                         
7426                                                                         
7427                                                                         
7428                                                                         
7429                                                                         </para></entry>
7430                                                         </row>
7431                                                 
7432                                                         <row>
7433                                                                 <entry>email_notify</entry>
7434                                                                 <entry>boolean</entry>
7435                                                                 <entry><para>
7436                                                                         
7437                                                                         
7438                                                                                 NOT NULL;
7439                                                                         
7440                                                                         
7441                                                                                 DEFAULT true;
7442                                                                         
7443                                                                         
7444                                                                         </para></entry>
7445                                                         </row>
7446                                                 
7447                                                         <row>
7448                                                                 <entry>frozen</entry>
7449                                                                 <entry>boolean</entry>
7450                                                                 <entry><para>
7451                                                                         
7452                                                                         
7453                                                                                 NOT NULL;
7454                                                                         
7455                                                                         
7456                                                                                 DEFAULT false;
7457                                                                         
7458                                                                         
7459                                                                         </para></entry>
7460                                                         </row>
7461                                                 
7462                                                         <row>
7463                                                                 <entry>thaw_date</entry>
7464                                                                 <entry>timestamp with time zone</entry>
7465                                                                 <entry><para>
7466                                                                         
7467                                                                         
7468                                                                         
7469                                                                         
7470                                                                         </para></entry>
7471                                                         </row>
7472                                                 
7473                                                         <row>
7474                                                                 <entry>cancel_cause</entry>
7475                                                                 <entry>integer</entry>
7476                                                                 <entry><para>
7477                                                                         
7478                                                                         
7479                                                                         
7480                                                                         
7481                                                                         </para></entry>
7482                                                         </row>
7483                                                 
7484                                                         <row>
7485                                                                 <entry>cancel_note</entry>
7486                                                                 <entry>text</entry>
7487                                                                 <entry><para>
7488                                                                         
7489                                                                         
7490                                                                         
7491                                                                         
7492                                                                         </para></entry>
7493                                                         </row>
7494                                                 
7495                                                         <row>
7496                                                                 <entry>shelf_time</entry>
7497                                                                 <entry>timestamp with time zone</entry>
7498                                                                 <entry><para>
7499                                                                         
7500                                                                         
7501                                                                         
7502                                                                         
7503                                                                         </para></entry>
7504                                                         </row>
7505                                                 
7506                                                 </tbody>
7507                                         </tgroup>
7508                                 </informaltable>
7509                                 <para>
7510                                 
7511                                 
7512                                         <variablelist>
7513                                                 <title>Constraints on hold_request</title>
7514                                                 
7515                                                 <varlistentry>
7516                                                         <term>hold_request_hold_type_check</term>
7517                                                         <listitem><para>CHECK ((hold_type = ANY (ARRAY[&apos;M&apos;::text, &apos;T&apos;::text, &apos;V&apos;::text, &apos;C&apos;::text])))</para></listitem>
7518                                                 </varlistentry>
7519                                                 
7520                                         </variablelist>
7521                                 
7522                                 
7523                                 
7524                                 
7525                                         <itemizedlist>
7526                                                 <title>
7527                                                         Tables referencing action.hold_copy_map via Foreign Key Constraints
7528                                                 </title>
7529                                 
7530                                                         <listitem>
7531                                                                 <para><xref linkend="action.table.hold-copy-map"/></para>
7532                                                         </listitem>
7533                                                         
7534                                 
7535                                 
7536                                                         <listitem>
7537                                                                 <para><xref linkend="action.table.hold-notification"/></para>
7538                                                         </listitem>
7539                                                         
7540                                 
7541                                 
7542                                                         <listitem>
7543                                                                 <para><xref linkend="action.table.hold-transit-copy"/></para>
7544                                                         </listitem>
7545                                                         
7546                                         </itemizedlist>
7547                                 
7548                                 
7549                                 
7550                                 
7551                 </para>
7552                 </simplesect>
7553                 
7554                 <simplesect id="action.table.hold-request-cancel-cause" xreflabel="action.hold_request_cancel_cause">           
7555                         <title>hold_request_cancel_cause</title>
7556                         <informaltable>
7557                                 <tgroup cols="3">
7558                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
7559                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
7560                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
7561                                         <thead>
7562                                                 <row>
7563                                                         <entry>Field</entry>
7564                                                         <entry>Data Type</entry>
7565                                                         <entry>Constraints and References</entry>
7566                                                 </row>
7567                                                 </thead>
7568                                                 <tbody>
7569                                                 
7570                                                         <row>
7571                                                                 <entry>id</entry>
7572                                                                 <entry>serial</entry>
7573                                                                 <entry><para>
7574                                                                         
7575                                                                                 
7576                                                                                         PRIMARY KEY
7577                                                                                                                 
7578                                                                         
7579                                                                         
7580                                                                         
7581                                                                         
7582                                                                         
7583                                                                                 
7584                                                                         
7585                                                                         </para></entry>
7586                                                         </row>
7587                                                 
7588                                                         <row>
7589                                                                 <entry>label</entry>
7590                                                                 <entry>text</entry>
7591                                                                 <entry><para>
7592                                                                         
7593                                                                                                                 
7594                                                                         
7595                                                                                 UNIQUE;
7596                                                                                 
7597                                                                         
7598                                                                         
7599                                                                         
7600                                                                         
7601                                                                                 
7602                                                                         
7603                                                                         </para></entry>
7604                                                         </row>
7605                                                 
7606                                                 </tbody>
7607                                         </tgroup>
7608                                 </informaltable>
7609                                 <para>
7610                                 
7611                                 
7612                                 
7613                                 
7614                 </para>
7615                 </simplesect>
7616                 
7617                 <simplesect id="action.table.hold-transit-copy" xreflabel="action.hold_transit_copy">           
7618                         <title>hold_transit_copy</title>
7619                         <informaltable>
7620                                 <tgroup cols="3">
7621                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
7622                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
7623                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
7624                                         <thead>
7625                                                 <row>
7626                                                         <entry>Field</entry>
7627                                                         <entry>Data Type</entry>
7628                                                         <entry>Constraints and References</entry>
7629                                                 </row>
7630                                                 </thead>
7631                                                 <tbody>
7632                                                 
7633                                                         <row>
7634                                                                 <entry>id</entry>
7635                                                                 <entry>integer</entry>
7636                                                                 <entry><para>
7637                                                                         
7638                                                                                 
7639                                                                                         PRIMARY KEY
7640                                                                                                                 
7641                                                                         
7642                                                                         
7643                                                                         
7644                                                                         
7645                                                                                 DEFAULT nextval(&apos;transit_copy_id_seq&apos;::regclass);
7646                                                                         
7647                                                                         
7648                                                                                 
7649                                                                         
7650                                                                         </para></entry>
7651                                                         </row>
7652                                                 
7653                                                         <row>
7654                                                                 <entry>source_send_time</entry>
7655                                                                 <entry>timestamp with time zone</entry>
7656                                                                 <entry><para>
7657                                                                         
7658                                                                         
7659                                                                         
7660                                                                         
7661                                                                         </para></entry>
7662                                                         </row>
7663                                                 
7664                                                         <row>
7665                                                                 <entry>dest_recv_time</entry>
7666                                                                 <entry>timestamp with time zone</entry>
7667                                                                 <entry><para>
7668                                                                         
7669                                                                         
7670                                                                         
7671                                                                         
7672                                                                         </para></entry>
7673                                                         </row>
7674                                                 
7675                                                         <row>
7676                                                                 <entry>target_copy</entry>
7677                                                                 <entry>bigint</entry>
7678                                                                 <entry><para>
7679                                                                         
7680                                                                                                                 
7681                                                                         
7682                                                                         
7683                                                                         
7684                                                                                 NOT NULL;
7685                                                                         
7686                                                                         
7687                                                                         
7688                                                                                 
7689                                                                                 <xref linkend="asset.table.copy"/>
7690                                                                                 
7691                                                                         
7692                                                                         </para></entry>
7693                                                         </row>
7694                                                 
7695                                                         <row>
7696                                                                 <entry>source</entry>
7697                                                                 <entry>integer</entry>
7698                                                                 <entry><para>
7699                                                                         
7700                                                                         
7701                                                                                 NOT NULL;
7702                                                                         
7703                                                                         
7704                                                                         
7705                                                                         </para></entry>
7706                                                         </row>
7707                                                 
7708                                                         <row>
7709                                                                 <entry>dest</entry>
7710                                                                 <entry>integer</entry>
7711                                                                 <entry><para>
7712                                                                         
7713                                                                         
7714                                                                                 NOT NULL;
7715                                                                         
7716                                                                         
7717                                                                         
7718                                                                         </para></entry>
7719                                                         </row>
7720                                                 
7721                                                         <row>
7722                                                                 <entry>prev_hop</entry>
7723                                                                 <entry>integer</entry>
7724                                                                 <entry><para>
7725                                                                         
7726                                                                         
7727                                                                         
7728                                                                         
7729                                                                         </para></entry>
7730                                                         </row>
7731                                                 
7732                                                         <row>
7733                                                                 <entry>copy_status</entry>
7734                                                                 <entry>integer</entry>
7735                                                                 <entry><para>
7736                                                                         
7737                                                                         
7738                                                                                 NOT NULL;
7739                                                                         
7740                                                                         
7741                                                                         
7742                                                                         </para></entry>
7743                                                         </row>
7744                                                 
7745                                                         <row>
7746                                                                 <entry>persistant_transfer</entry>
7747                                                                 <entry>boolean</entry>
7748                                                                 <entry><para>
7749                                                                         
7750                                                                         
7751                                                                                 NOT NULL;
7752                                                                         
7753                                                                         
7754                                                                                 DEFAULT false;
7755                                                                         
7756                                                                         
7757                                                                         </para></entry>
7758                                                         </row>
7759                                                 
7760                                                         <row>
7761                                                                 <entry>hold</entry>
7762                                                                 <entry>integer</entry>
7763                                                                 <entry><para>
7764                                                                         
7765                                                                                                                 
7766                                                                         
7767                                                                         
7768                                                                         
7769                                                                         
7770                                                                         
7771                                                                                 
7772                                                                                 <xref linkend="action.table.hold-request"/>
7773                                                                                 
7774                                                                         
7775                                                                         </para></entry>
7776                                                         </row>
7777                                                 
7778                                                 </tbody>
7779                                         </tgroup>
7780                                 </informaltable>
7781                                 <para>
7782                                 
7783                                 
7784                                 
7785                                 
7786                 </para>
7787                 </simplesect>
7788                 
7789                 <simplesect id="action.table.in-house-use" xreflabel="action.in_house_use">             
7790                         <title>in_house_use</title>
7791                         <informaltable>
7792                                 <tgroup cols="3">
7793                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
7794                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
7795                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
7796                                         <thead>
7797                                                 <row>
7798                                                         <entry>Field</entry>
7799                                                         <entry>Data Type</entry>
7800                                                         <entry>Constraints and References</entry>
7801                                                 </row>
7802                                                 </thead>
7803                                                 <tbody>
7804                                                 
7805                                                         <row>
7806                                                                 <entry>id</entry>
7807                                                                 <entry>serial</entry>
7808                                                                 <entry><para>
7809                                                                         
7810                                                                                 
7811                                                                                         PRIMARY KEY
7812                                                                                                                 
7813                                                                         
7814                                                                         
7815                                                                         
7816                                                                         
7817                                                                         
7818                                                                                 
7819                                                                         
7820                                                                         </para></entry>
7821                                                         </row>
7822                                                 
7823                                                         <row>
7824                                                                 <entry>item</entry>
7825                                                                 <entry>bigint</entry>
7826                                                                 <entry><para>
7827                                                                         
7828                                                                                                                 
7829                                                                         
7830                                                                         
7831                                                                         
7832                                                                                 NOT NULL;
7833                                                                         
7834                                                                         
7835                                                                         
7836                                                                                 
7837                                                                                 <xref linkend="asset.table.copy"/>
7838                                                                                 
7839                                                                         
7840                                                                         </para></entry>
7841                                                         </row>
7842                                                 
7843                                                         <row>
7844                                                                 <entry>staff</entry>
7845                                                                 <entry>integer</entry>
7846                                                                 <entry><para>
7847                                                                         
7848                                                                                                                 
7849                                                                         
7850                                                                         
7851                                                                         
7852                                                                                 NOT NULL;
7853                                                                         
7854                                                                         
7855                                                                         
7856                                                                                 
7857                                                                                 <xref linkend="actor.table.usr"/>
7858                                                                                 
7859                                                                         
7860                                                                         </para></entry>
7861                                                         </row>
7862                                                 
7863                                                         <row>
7864                                                                 <entry>org_unit</entry>
7865                                                                 <entry>integer</entry>
7866                                                                 <entry><para>
7867                                                                         
7868                                                                                                                 
7869                                                                         
7870                                                                         
7871                                                                         
7872                                                                                 NOT NULL;
7873                                                                         
7874                                                                         
7875                                                                         
7876                                                                                 
7877                                                                                 <xref linkend="actor.table.org-unit"/>
7878                                                                                 
7879                                                                         
7880                                                                         </para></entry>
7881                                                         </row>
7882                                                 
7883                                                         <row>
7884                                                                 <entry>use_time</entry>
7885                                                                 <entry>timestamp with time zone</entry>
7886                                                                 <entry><para>
7887                                                                         
7888                                                                         
7889                                                                                 NOT NULL;
7890                                                                         
7891                                                                         
7892                                                                                 DEFAULT now();
7893                                                                         
7894                                                                         
7895                                                                         </para></entry>
7896                                                         </row>
7897                                                 
7898                                                 </tbody>
7899                                         </tgroup>
7900                                 </informaltable>
7901                                 <para>
7902                                 
7903                                 
7904                                 
7905                                 
7906                 </para>
7907                 </simplesect>
7908                 
7909                 <simplesect id="action.table.non-cat-in-house-use" xreflabel="action.non_cat_in_house_use">             
7910                         <title>non_cat_in_house_use</title>
7911                         <informaltable>
7912                                 <tgroup cols="3">
7913                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
7914                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
7915                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
7916                                         <thead>
7917                                                 <row>
7918                                                         <entry>Field</entry>
7919                                                         <entry>Data Type</entry>
7920                                                         <entry>Constraints and References</entry>
7921                                                 </row>
7922                                                 </thead>
7923                                                 <tbody>
7924                                                 
7925                                                         <row>
7926                                                                 <entry>id</entry>
7927                                                                 <entry>serial</entry>
7928                                                                 <entry><para>
7929                                                                         
7930                                                                                 
7931                                                                                         PRIMARY KEY
7932                                                                                                                 
7933                                                                         
7934                                                                         
7935                                                                         
7936                                                                         
7937                                                                         
7938                                                                                 
7939                                                                         
7940                                                                         </para></entry>
7941                                                         </row>
7942                                                 
7943                                                         <row>
7944                                                                 <entry>item_type</entry>
7945                                                                 <entry>bigint</entry>
7946                                                                 <entry><para>
7947                                                                         
7948                                                                                                                 
7949                                                                         
7950                                                                         
7951                                                                         
7952                                                                                 NOT NULL;
7953                                                                         
7954                                                                         
7955                                                                         
7956                                                                                 
7957                                                                                 <xref linkend="config.table.non-cataloged-type"/>
7958                                                                                 
7959                                                                         
7960                                                                         </para></entry>
7961                                                         </row>
7962                                                 
7963                                                         <row>
7964                                                                 <entry>staff</entry>
7965                                                                 <entry>integer</entry>
7966                                                                 <entry><para>
7967                                                                         
7968                                                                                                                 
7969                                                                         
7970                                                                         
7971                                                                         
7972                                                                                 NOT NULL;
7973                                                                         
7974                                                                         
7975                                                                         
7976                                                                                 
7977                                                                                 <xref linkend="actor.table.usr"/>
7978                                                                                 
7979                                                                         
7980                                                                         </para></entry>
7981                                                         </row>
7982                                                 
7983                                                         <row>
7984                                                                 <entry>org_unit</entry>
7985                                                                 <entry>integer</entry>
7986                                                                 <entry><para>
7987                                                                         
7988                                                                                                                 
7989                                                                         
7990                                                                         
7991                                                                         
7992                                                                                 NOT NULL;
7993                                                                         
7994                                                                         
7995                                                                         
7996                                                                                 
7997                                                                                 <xref linkend="actor.table.org-unit"/>
7998                                                                                 
7999                                                                         
8000                                                                         </para></entry>
8001                                                         </row>
8002                                                 
8003                                                         <row>
8004                                                                 <entry>use_time</entry>
8005                                                                 <entry>timestamp with time zone</entry>
8006                                                                 <entry><para>
8007                                                                         
8008                                                                         
8009                                                                                 NOT NULL;
8010                                                                         
8011                                                                         
8012                                                                                 DEFAULT now();
8013                                                                         
8014                                                                         
8015                                                                         </para></entry>
8016                                                         </row>
8017                                                 
8018                                                 </tbody>
8019                                         </tgroup>
8020                                 </informaltable>
8021                                 <para>
8022                                 
8023                                 
8024                                 
8025                                 
8026                 </para>
8027                 </simplesect>
8028                 
8029                 <simplesect id="action.table.non-cataloged-circulation" xreflabel="action.non_cataloged_circulation">           
8030                         <title>non_cataloged_circulation</title>
8031                         <informaltable>
8032                                 <tgroup cols="3">
8033                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
8034                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
8035                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
8036                                         <thead>
8037                                                 <row>
8038                                                         <entry>Field</entry>
8039                                                         <entry>Data Type</entry>
8040                                                         <entry>Constraints and References</entry>
8041                                                 </row>
8042                                                 </thead>
8043                                                 <tbody>
8044                                                 
8045                                                         <row>
8046                                                                 <entry>id</entry>
8047                                                                 <entry>serial</entry>
8048                                                                 <entry><para>
8049                                                                         
8050                                                                                 
8051                                                                                         PRIMARY KEY
8052                                                                                                                 
8053                                                                         
8054                                                                         
8055                                                                         
8056                                                                         
8057                                                                         
8058                                                                                 
8059                                                                         
8060                                                                         </para></entry>
8061                                                         </row>
8062                                                 
8063                                                         <row>
8064                                                                 <entry>patron</entry>
8065                                                                 <entry>integer</entry>
8066                                                                 <entry><para>
8067                                                                         
8068                                                                                                                 
8069                                                                         
8070                                                                         
8071                                                                         
8072                                                                                 NOT NULL;
8073                                                                         
8074                                                                         
8075                                                                         
8076                                                                                 
8077                                                                                 <xref linkend="actor.table.usr"/>
8078                                                                                 
8079                                                                         
8080                                                                         </para></entry>
8081                                                         </row>
8082                                                 
8083                                                         <row>
8084                                                                 <entry>staff</entry>
8085                                                                 <entry>integer</entry>
8086                                                                 <entry><para>
8087                                                                         
8088                                                                                                                 
8089                                                                         
8090                                                                         
8091                                                                         
8092                                                                                 NOT NULL;
8093                                                                         
8094                                                                         
8095                                                                         
8096                                                                                 
8097                                                                                 <xref linkend="actor.table.usr"/>
8098                                                                                 
8099                                                                         
8100                                                                         </para></entry>
8101                                                         </row>
8102                                                 
8103                                                         <row>
8104                                                                 <entry>circ_lib</entry>
8105                                                                 <entry>integer</entry>
8106                                                                 <entry><para>
8107                                                                         
8108                                                                                                                 
8109                                                                         
8110                                                                         
8111                                                                         
8112                                                                                 NOT NULL;
8113                                                                         
8114                                                                         
8115                                                                         
8116                                                                                 
8117                                                                                 <xref linkend="actor.table.org-unit"/>
8118                                                                                 
8119                                                                         
8120                                                                         </para></entry>
8121                                                         </row>
8122                                                 
8123                                                         <row>
8124                                                                 <entry>item_type</entry>
8125                                                                 <entry>integer</entry>
8126                                                                 <entry><para>
8127                                                                         
8128                                                                                                                 
8129                                                                         
8130                                                                         
8131                                                                         
8132                                                                                 NOT NULL;
8133                                                                         
8134                                                                         
8135                                                                         
8136                                                                                 
8137                                                                                 <xref linkend="config.table.non-cataloged-type"/>
8138                                                                                 
8139                                                                         
8140                                                                         </para></entry>
8141                                                         </row>
8142                                                 
8143                                                         <row>
8144                                                                 <entry>circ_time</entry>
8145                                                                 <entry>timestamp with time zone</entry>
8146                                                                 <entry><para>
8147                                                                         
8148                                                                         
8149                                                                                 NOT NULL;
8150                                                                         
8151                                                                         
8152                                                                                 DEFAULT now();
8153                                                                         
8154                                                                         
8155                                                                         </para></entry>
8156                                                         </row>
8157                                                 
8158                                                 </tbody>
8159                                         </tgroup>
8160                                 </informaltable>
8161                                 <para>
8162                                 
8163                                 
8164                                 
8165                                 
8166                 </para>
8167                 </simplesect>
8168                 
8169                 <simplesect id="action.view.open-circulation" xreflabel="action.open_circulation">              
8170                         <title>open_circulation</title>
8171                         <informaltable>
8172                                 <tgroup cols="3">
8173                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
8174                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
8175                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
8176                                         <thead>
8177                                                 <row>
8178                                                         <entry>Field</entry>
8179                                                         <entry>Data Type</entry>
8180                                                         <entry>Constraints and References</entry>
8181                                                 </row>
8182                                                 </thead>
8183                                                 <tbody>
8184                                                 
8185                                                         <row>
8186                                                                 <entry>id</entry>
8187                                                                 <entry>bigint</entry>
8188                                                                 <entry><para>
8189                                                                         
8190                                                                         
8191                                                                         
8192                                                                         
8193                                                                         </para></entry>
8194                                                         </row>
8195                                                 
8196                                                         <row>
8197                                                                 <entry>usr</entry>
8198                                                                 <entry>integer</entry>
8199                                                                 <entry><para>
8200                                                                         
8201                                                                         
8202                                                                         
8203                                                                         
8204                                                                         </para></entry>
8205                                                         </row>
8206                                                 
8207                                                         <row>
8208                                                                 <entry>xact_start</entry>
8209                                                                 <entry>timestamp with time zone</entry>
8210                                                                 <entry><para>
8211                                                                         
8212                                                                         
8213                                                                         
8214                                                                         
8215                                                                         </para></entry>
8216                                                         </row>
8217                                                 
8218                                                         <row>
8219                                                                 <entry>xact_finish</entry>
8220                                                                 <entry>timestamp with time zone</entry>
8221                                                                 <entry><para>
8222                                                                         
8223                                                                         
8224                                                                         
8225                                                                         
8226                                                                         </para></entry>
8227                                                         </row>
8228                                                 
8229                                                         <row>
8230                                                                 <entry>unrecovered</entry>
8231                                                                 <entry>boolean</entry>
8232                                                                 <entry><para>
8233                                                                         
8234                                                                         
8235                                                                         
8236                                                                         
8237                                                                         </para></entry>
8238                                                         </row>
8239                                                 
8240                                                         <row>
8241                                                                 <entry>target_copy</entry>
8242                                                                 <entry>bigint</entry>
8243                                                                 <entry><para>
8244                                                                         
8245                                                                         
8246                                                                         
8247                                                                         
8248                                                                         </para></entry>
8249                                                         </row>
8250                                                 
8251                                                         <row>
8252                                                                 <entry>circ_lib</entry>
8253                                                                 <entry>integer</entry>
8254                                                                 <entry><para>
8255                                                                         
8256                                                                         
8257                                                                         
8258                                                                         
8259                                                                         </para></entry>
8260                                                         </row>
8261                                                 
8262                                                         <row>
8263                                                                 <entry>circ_staff</entry>
8264                                                                 <entry>integer</entry>
8265                                                                 <entry><para>
8266                                                                         
8267                                                                         
8268                                                                         
8269                                                                         
8270                                                                         </para></entry>
8271                                                         </row>
8272                                                 
8273                                                         <row>
8274                                                                 <entry>checkin_staff</entry>
8275                                                                 <entry>integer</entry>
8276                                                                 <entry><para>
8277                                                                         
8278                                                                         
8279                                                                         
8280                                                                         
8281                                                                         </para></entry>
8282                                                         </row>
8283                                                 
8284                                                         <row>
8285                                                                 <entry>checkin_lib</entry>
8286                                                                 <entry>integer</entry>
8287                                                                 <entry><para>
8288                                                                         
8289                                                                         
8290                                                                         
8291                                                                         
8292                                                                         </para></entry>
8293                                                         </row>
8294                                                 
8295                                                         <row>
8296                                                                 <entry>renewal_remaining</entry>
8297                                                                 <entry>integer</entry>
8298                                                                 <entry><para>
8299                                                                         
8300                                                                         
8301                                                                         
8302                                                                         
8303                                                                         </para></entry>
8304                                                         </row>
8305                                                 
8306                                                         <row>
8307                                                                 <entry>due_date</entry>
8308                                                                 <entry>timestamp with time zone</entry>
8309                                                                 <entry><para>
8310                                                                         
8311                                                                         
8312                                                                         
8313                                                                         
8314                                                                         </para></entry>
8315                                                         </row>
8316                                                 
8317                                                         <row>
8318                                                                 <entry>stop_fines_time</entry>
8319                                                                 <entry>timestamp with time zone</entry>
8320                                                                 <entry><para>
8321                                                                         
8322                                                                         
8323                                                                         
8324                                                                         
8325                                                                         </para></entry>
8326                                                         </row>
8327                                                 
8328                                                         <row>
8329                                                                 <entry>checkin_time</entry>
8330                                                                 <entry>timestamp with time zone</entry>
8331                                                                 <entry><para>
8332                                                                         
8333                                                                         
8334                                                                         
8335                                                                         
8336                                                                         </para></entry>
8337                                                         </row>
8338                                                 
8339                                                         <row>
8340                                                                 <entry>create_time</entry>
8341                                                                 <entry>timestamp with time zone</entry>
8342                                                                 <entry><para>
8343                                                                         
8344                                                                         
8345                                                                         
8346                                                                         
8347                                                                         </para></entry>
8348                                                         </row>
8349                                                 
8350                                                         <row>
8351                                                                 <entry>duration</entry>
8352                                                                 <entry>interval</entry>
8353                                                                 <entry><para>
8354                                                                         
8355                                                                         
8356                                                                         
8357                                                                         
8358                                                                         </para></entry>
8359                                                         </row>
8360                                                 
8361                                                         <row>
8362                                                                 <entry>fine_interval</entry>
8363                                                                 <entry>interval</entry>
8364                                                                 <entry><para>
8365                                                                         
8366                                                                         
8367                                                                         
8368                                                                         
8369                                                                         </para></entry>
8370                                                         </row>
8371                                                 
8372                                                         <row>
8373                                                                 <entry>recuring_fine</entry>
8374                                                                 <entry>numeric(6,2)</entry>
8375                                                                 <entry><para>
8376                                                                         
8377                                                                         
8378                                                                         
8379                                                                         
8380                                                                         </para></entry>
8381                                                         </row>
8382                                                 
8383                                                         <row>
8384                                                                 <entry>max_fine</entry>
8385                                                                 <entry>numeric(6,2)</entry>
8386                                                                 <entry><para>
8387                                                                         
8388                                                                         
8389                                                                         
8390                                                                         
8391                                                                         </para></entry>
8392                                                         </row>
8393                                                 
8394                                                         <row>
8395                                                                 <entry>phone_renewal</entry>
8396                                                                 <entry>boolean</entry>
8397                                                                 <entry><para>
8398                                                                         
8399                                                                         
8400                                                                         
8401                                                                         
8402                                                                         </para></entry>
8403                                                         </row>
8404                                                 
8405                                                         <row>
8406                                                                 <entry>desk_renewal</entry>
8407                                                                 <entry>boolean</entry>
8408                                                                 <entry><para>
8409                                                                         
8410                                                                         
8411                                                                         
8412                                                                         
8413                                                                         </para></entry>
8414                                                         </row>
8415                                                 
8416                                                         <row>
8417                                                                 <entry>opac_renewal</entry>
8418                                                                 <entry>boolean</entry>
8419                                                                 <entry><para>
8420                                                                         
8421                                                                         
8422                                                                         
8423                                                                         
8424                                                                         </para></entry>
8425                                                         </row>
8426                                                 
8427                                                         <row>
8428                                                                 <entry>duration_rule</entry>
8429                                                                 <entry>text</entry>
8430                                                                 <entry><para>
8431                                                                         
8432                                                                         
8433                                                                         
8434                                                                         
8435                                                                         </para></entry>
8436                                                         </row>
8437                                                 
8438                                                         <row>
8439                                                                 <entry>recuring_fine_rule</entry>
8440                                                                 <entry>text</entry>
8441                                                                 <entry><para>
8442                                                                         
8443                                                                         
8444                                                                         
8445                                                                         
8446                                                                         </para></entry>
8447                                                         </row>
8448                                                 
8449                                                         <row>
8450                                                                 <entry>max_fine_rule</entry>
8451                                                                 <entry>text</entry>
8452                                                                 <entry><para>
8453                                                                         
8454                                                                         
8455                                                                         
8456                                                                         
8457                                                                         </para></entry>
8458                                                         </row>
8459                                                 
8460                                                         <row>
8461                                                                 <entry>stop_fines</entry>
8462                                                                 <entry>text</entry>
8463                                                                 <entry><para>
8464                                                                         
8465                                                                         
8466                                                                         
8467                                                                         
8468                                                                         </para></entry>
8469                                                         </row>
8470                                                 
8471                                                 </tbody>
8472                                         </tgroup>
8473                                 </informaltable>
8474                                 <para>
8475                                 
8476                                 
8477                                 
8478                                 
8479                 </para>
8480                 </simplesect>
8481                 
8482                 <simplesect id="action.table.reservation-transit-copy" xreflabel="action.reservation_transit_copy">             
8483                         <title>reservation_transit_copy</title>
8484                         <informaltable>
8485                                 <tgroup cols="3">
8486                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
8487                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
8488                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
8489                                         <thead>
8490                                                 <row>
8491                                                         <entry>Field</entry>
8492                                                         <entry>Data Type</entry>
8493                                                         <entry>Constraints and References</entry>
8494                                                 </row>
8495                                                 </thead>
8496                                                 <tbody>
8497                                                 
8498                                                         <row>
8499                                                                 <entry>id</entry>
8500                                                                 <entry>integer</entry>
8501                                                                 <entry><para>
8502                                                                         
8503                                                                                 
8504                                                                                         PRIMARY KEY
8505                                                                                                                 
8506                                                                         
8507                                                                         
8508                                                                         
8509                                                                         
8510                                                                                 DEFAULT nextval(&apos;transit_copy_id_seq&apos;::regclass);
8511                                                                         
8512                                                                         
8513                                                                                 
8514                                                                         
8515                                                                         </para></entry>
8516                                                         </row>
8517                                                 
8518                                                         <row>
8519                                                                 <entry>source_send_time</entry>
8520                                                                 <entry>timestamp with time zone</entry>
8521                                                                 <entry><para>
8522                                                                         
8523                                                                         
8524                                                                         
8525                                                                         
8526                                                                         </para></entry>
8527                                                         </row>
8528                                                 
8529                                                         <row>
8530                                                                 <entry>dest_recv_time</entry>
8531                                                                 <entry>timestamp with time zone</entry>
8532                                                                 <entry><para>
8533                                                                         
8534                                                                         
8535                                                                         
8536                                                                         
8537                                                                         </para></entry>
8538                                                         </row>
8539                                                 
8540                                                         <row>
8541                                                                 <entry>target_copy</entry>
8542                                                                 <entry>bigint</entry>
8543                                                                 <entry><para>
8544                                                                         
8545                                                                                                                 
8546                                                                         
8547                                                                         
8548                                                                         
8549                                                                                 NOT NULL;
8550                                                                         
8551                                                                         
8552                                                                         
8553                                                                                 
8554                                                                                 <xref linkend="booking.table.resource"/>
8555                                                                                 
8556                                                                         
8557                                                                         </para></entry>
8558                                                         </row>
8559                                                 
8560                                                         <row>
8561                                                                 <entry>source</entry>
8562                                                                 <entry>integer</entry>
8563                                                                 <entry><para>
8564                                                                         
8565                                                                         
8566                                                                                 NOT NULL;
8567                                                                         
8568                                                                         
8569                                                                         
8570                                                                         </para></entry>
8571                                                         </row>
8572                                                 
8573                                                         <row>
8574                                                                 <entry>dest</entry>
8575                                                                 <entry>integer</entry>
8576                                                                 <entry><para>
8577                                                                         
8578                                                                         
8579                                                                                 NOT NULL;
8580                                                                         
8581                                                                         
8582                                                                         
8583                                                                         </para></entry>
8584                                                         </row>
8585                                                 
8586                                                         <row>
8587                                                                 <entry>prev_hop</entry>
8588                                                                 <entry>integer</entry>
8589                                                                 <entry><para>
8590                                                                         
8591                                                                         
8592                                                                         
8593                                                                         
8594                                                                         </para></entry>
8595                                                         </row>
8596                                                 
8597                                                         <row>
8598                                                                 <entry>copy_status</entry>
8599                                                                 <entry>integer</entry>
8600                                                                 <entry><para>
8601                                                                         
8602                                                                         
8603                                                                                 NOT NULL;
8604                                                                         
8605                                                                         
8606                                                                         
8607                                                                         </para></entry>
8608                                                         </row>
8609                                                 
8610                                                         <row>
8611                                                                 <entry>persistant_transfer</entry>
8612                                                                 <entry>boolean</entry>
8613                                                                 <entry><para>
8614                                                                         
8615                                                                         
8616                                                                                 NOT NULL;
8617                                                                         
8618                                                                         
8619                                                                                 DEFAULT false;
8620                                                                         
8621                                                                         
8622                                                                         </para></entry>
8623                                                         </row>
8624                                                 
8625                                                         <row>
8626                                                                 <entry>reservation</entry>
8627                                                                 <entry>integer</entry>
8628                                                                 <entry><para>
8629                                                                         
8630                                                                                                                 
8631                                                                         
8632                                                                         
8633                                                                         
8634                                                                         
8635                                                                         
8636                                                                                 
8637                                                                                 <xref linkend="booking.table.reservation"/>
8638                                                                                 
8639                                                                         
8640                                                                         </para></entry>
8641                                                         </row>
8642                                                 
8643                                                 </tbody>
8644                                         </tgroup>
8645                                 </informaltable>
8646                                 <para>
8647                                 
8648                                 
8649                                 
8650                                 
8651                 </para>
8652                 </simplesect>
8653                 
8654                 <simplesect id="action.table.survey" xreflabel="action.survey">         
8655                         <title>survey</title>
8656                         <informaltable>
8657                                 <tgroup cols="3">
8658                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
8659                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
8660                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
8661                                         <thead>
8662                                                 <row>
8663                                                         <entry>Field</entry>
8664                                                         <entry>Data Type</entry>
8665                                                         <entry>Constraints and References</entry>
8666                                                 </row>
8667                                                 </thead>
8668                                                 <tbody>
8669                                                 
8670                                                         <row>
8671                                                                 <entry>id</entry>
8672                                                                 <entry>serial</entry>
8673                                                                 <entry><para>
8674                                                                         
8675                                                                                 
8676                                                                                         PRIMARY KEY
8677                                                                                                                 
8678                                                                         
8679                                                                         
8680                                                                         
8681                                                                         
8682                                                                         
8683                                                                                 
8684                                                                         
8685                                                                         </para></entry>
8686                                                         </row>
8687                                                 
8688                                                         <row>
8689                                                                 <entry>owner</entry>
8690                                                                 <entry>integer</entry>
8691                                                                 <entry><para>
8692                                                                         
8693                                                                                                                 
8694                                                                         
8695                                                                         
8696                                                                         
8697                                                                                 NOT NULL;
8698                                                                         
8699                                                                         
8700                                                                         
8701                                                                                 
8702                                                                                 <xref linkend="actor.table.org-unit"/>
8703                                                                                 
8704                                                                         
8705                                                                         </para></entry>
8706                                                         </row>
8707                                                 
8708                                                         <row>
8709                                                                 <entry>start_date</entry>
8710                                                                 <entry>timestamp with time zone</entry>
8711                                                                 <entry><para>
8712                                                                         
8713                                                                         
8714                                                                                 NOT NULL;
8715                                                                         
8716                                                                         
8717                                                                                 DEFAULT now();
8718                                                                         
8719                                                                         
8720                                                                         </para></entry>
8721                                                         </row>
8722                                                 
8723                                                         <row>
8724                                                                 <entry>end_date</entry>
8725                                                                 <entry>timestamp with time zone</entry>
8726                                                                 <entry><para>
8727                                                                         
8728                                                                         
8729                                                                                 NOT NULL;
8730                                                                         
8731                                                                         
8732                                                                                 DEFAULT (now() + &apos;10 years&apos;::interval);
8733                                                                         
8734                                                                         
8735                                                                         </para></entry>
8736                                                         </row>
8737                                                 
8738                                                         <row>
8739                                                                 <entry>usr_summary</entry>
8740                                                                 <entry>boolean</entry>
8741                                                                 <entry><para>
8742                                                                         
8743                                                                         
8744                                                                                 NOT NULL;
8745                                                                         
8746                                                                         
8747                                                                                 DEFAULT false;
8748                                                                         
8749                                                                         
8750                                                                         </para></entry>
8751                                                         </row>
8752                                                 
8753                                                         <row>
8754                                                                 <entry>opac</entry>
8755                                                                 <entry>boolean</entry>
8756                                                                 <entry><para>
8757                                                                         
8758                                                                         
8759                                                                                 NOT NULL;
8760                                                                         
8761                                                                         
8762                                                                                 DEFAULT false;
8763                                                                         
8764                                                                         
8765                                                                         </para></entry>
8766                                                         </row>
8767                                                 
8768                                                         <row>
8769                                                                 <entry>poll</entry>
8770                                                                 <entry>boolean</entry>
8771                                                                 <entry><para>
8772                                                                         
8773                                                                         
8774                                                                                 NOT NULL;
8775                                                                         
8776                                                                         
8777                                                                                 DEFAULT false;
8778                                                                         
8779                                                                         
8780                                                                         </para></entry>
8781                                                         </row>
8782                                                 
8783                                                         <row>
8784                                                                 <entry>required</entry>
8785                                                                 <entry>boolean</entry>
8786                                                                 <entry><para>
8787                                                                         
8788                                                                         
8789                                                                                 NOT NULL;
8790                                                                         
8791                                                                         
8792                                                                                 DEFAULT false;
8793                                                                         
8794                                                                         
8795                                                                         </para></entry>
8796                                                         </row>
8797                                                 
8798                                                         <row>
8799                                                                 <entry>name</entry>
8800                                                                 <entry>text</entry>
8801                                                                 <entry><para>
8802                                                                         
8803                                                                         
8804                                                                                 NOT NULL;
8805                                                                         
8806                                                                         
8807                                                                         
8808                                                                         </para></entry>
8809                                                         </row>
8810                                                 
8811                                                         <row>
8812                                                                 <entry>description</entry>
8813                                                                 <entry>text</entry>
8814                                                                 <entry><para>
8815                                                                         
8816                                                                         
8817                                                                                 NOT NULL;
8818                                                                         
8819                                                                         
8820                                                                         
8821                                                                         </para></entry>
8822                                                         </row>
8823                                                 
8824                                                 </tbody>
8825                                         </tgroup>
8826                                 </informaltable>
8827                                 <para>
8828                                 
8829                                 
8830                                 
8831                                         <itemizedlist>
8832                                                 <title>
8833                                                         Tables referencing action.survey_question via Foreign Key Constraints
8834                                                 </title>
8835                                 
8836                                                         <listitem>
8837                                                                 <para><xref linkend="action.table.survey-question"/></para>
8838                                                         </listitem>
8839                                                         
8840                                 
8841                                 
8842                                                         <listitem>
8843                                                                 <para><xref linkend="action.table.survey-response"/></para>
8844                                                         </listitem>
8845                                                         
8846                                         </itemizedlist>
8847                                 
8848                                 
8849                                 
8850                                 
8851                 </para>
8852                 </simplesect>
8853                 
8854                 <simplesect id="action.table.survey-answer" xreflabel="action.survey_answer">           
8855                         <title>survey_answer</title>
8856                         <informaltable>
8857                                 <tgroup cols="3">
8858                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
8859                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
8860                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
8861                                         <thead>
8862                                                 <row>
8863                                                         <entry>Field</entry>
8864                                                         <entry>Data Type</entry>
8865                                                         <entry>Constraints and References</entry>
8866                                                 </row>
8867                                                 </thead>
8868                                                 <tbody>
8869                                                 
8870                                                         <row>
8871                                                                 <entry>id</entry>
8872                                                                 <entry>serial</entry>
8873                                                                 <entry><para>
8874                                                                         
8875                                                                                 
8876                                                                                         PRIMARY KEY
8877                                                                                                                 
8878                                                                         
8879                                                                         
8880                                                                         
8881                                                                         
8882                                                                         
8883                                                                                 
8884                                                                         
8885                                                                         </para></entry>
8886                                                         </row>
8887                                                 
8888                                                         <row>
8889                                                                 <entry>question</entry>
8890                                                                 <entry>integer</entry>
8891                                                                 <entry><para>
8892                                                                         
8893                                                                                                                 
8894                                                                         
8895                                                                         
8896                                                                         
8897                                                                                 NOT NULL;
8898                                                                         
8899                                                                         
8900                                                                         
8901                                                                                 
8902                                                                                 <xref linkend="action.table.survey-question"/>
8903                                                                                 
8904                                                                         
8905                                                                         </para></entry>
8906                                                         </row>
8907                                                 
8908                                                         <row>
8909                                                                 <entry>answer</entry>
8910                                                                 <entry>text</entry>
8911                                                                 <entry><para>
8912                                                                         
8913                                                                         
8914                                                                                 NOT NULL;
8915                                                                         
8916                                                                         
8917                                                                         
8918                                                                         </para></entry>
8919                                                         </row>
8920                                                 
8921                                                 </tbody>
8922                                         </tgroup>
8923                                 </informaltable>
8924                                 <para>
8925                                 
8926                                 
8927                                 
8928                                         <itemizedlist>
8929                                                 <title>
8930                                                         Tables referencing action.survey_response via Foreign Key Constraints
8931                                                 </title>
8932                                 
8933                                                         <listitem>
8934                                                                 <para><xref linkend="action.table.survey-response"/></para>
8935                                                         </listitem>
8936                                                         
8937                                         </itemizedlist>
8938                                 
8939                                 
8940                                 
8941                                 
8942                 </para>
8943                 </simplesect>
8944                 
8945                 <simplesect id="action.table.survey-question" xreflabel="action.survey_question">               
8946                         <title>survey_question</title>
8947                         <informaltable>
8948                                 <tgroup cols="3">
8949                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
8950                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
8951                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
8952                                         <thead>
8953                                                 <row>
8954                                                         <entry>Field</entry>
8955                                                         <entry>Data Type</entry>
8956                                                         <entry>Constraints and References</entry>
8957                                                 </row>
8958                                                 </thead>
8959                                                 <tbody>
8960                                                 
8961                                                         <row>
8962                                                                 <entry>id</entry>
8963                                                                 <entry>serial</entry>
8964                                                                 <entry><para>
8965                                                                         
8966                                                                                 
8967                                                                                         PRIMARY KEY
8968                                                                                                                 
8969                                                                         
8970                                                                         
8971                                                                         
8972                                                                         
8973                                                                         
8974                                                                                 
8975                                                                         
8976                                                                         </para></entry>
8977                                                         </row>
8978                                                 
8979                                                         <row>
8980                                                                 <entry>survey</entry>
8981                                                                 <entry>integer</entry>
8982                                                                 <entry><para>
8983                                                                         
8984                                                                                                                 
8985                                                                         
8986                                                                         
8987                                                                         
8988                                                                                 NOT NULL;
8989                                                                         
8990                                                                         
8991                                                                         
8992                                                                                 
8993                                                                                 <xref linkend="action.table.survey"/>
8994                                                                                 
8995                                                                         
8996                                                                         </para></entry>
8997                                                         </row>
8998                                                 
8999                                                         <row>
9000                                                                 <entry>question</entry>
9001                                                                 <entry>text</entry>
9002                                                                 <entry><para>
9003                                                                         
9004                                                                         
9005                                                                                 NOT NULL;
9006                                                                         
9007                                                                         
9008                                                                         
9009                                                                         </para></entry>
9010                                                         </row>
9011                                                 
9012                                                 </tbody>
9013                                         </tgroup>
9014                                 </informaltable>
9015                                 <para>
9016                                 
9017                                 
9018                                 
9019                                         <itemizedlist>
9020                                                 <title>
9021                                                         Tables referencing action.survey_answer via Foreign Key Constraints
9022                                                 </title>
9023                                 
9024                                                         <listitem>
9025                                                                 <para><xref linkend="action.table.survey-answer"/></para>
9026                                                         </listitem>
9027                                                         
9028                                 
9029                                 
9030                                                         <listitem>
9031                                                                 <para><xref linkend="action.table.survey-response"/></para>
9032                                                         </listitem>
9033                                                         
9034                                         </itemizedlist>
9035                                 
9036                                 
9037                                 
9038                                 
9039                 </para>
9040                 </simplesect>
9041                 
9042                 <simplesect id="action.table.survey-response" xreflabel="action.survey_response">               
9043                         <title>survey_response</title>
9044                         <informaltable>
9045                                 <tgroup cols="3">
9046                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
9047                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
9048                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
9049                                         <thead>
9050                                                 <row>
9051                                                         <entry>Field</entry>
9052                                                         <entry>Data Type</entry>
9053                                                         <entry>Constraints and References</entry>
9054                                                 </row>
9055                                                 </thead>
9056                                                 <tbody>
9057                                                 
9058                                                         <row>
9059                                                                 <entry>id</entry>
9060                                                                 <entry>bigserial</entry>
9061                                                                 <entry><para>
9062                                                                         
9063                                                                                 
9064                                                                                         PRIMARY KEY
9065                                                                                                                 
9066                                                                         
9067                                                                         
9068                                                                         
9069                                                                         
9070                                                                         
9071                                                                                 
9072                                                                         
9073                                                                         </para></entry>
9074                                                         </row>
9075                                                 
9076                                                         <row>
9077                                                                 <entry>response_group_id</entry>
9078                                                                 <entry>integer</entry>
9079                                                                 <entry><para>
9080                                                                         
9081                                                                         
9082                                                                         
9083                                                                         
9084                                                                         </para></entry>
9085                                                         </row>
9086                                                 
9087                                                         <row>
9088                                                                 <entry>usr</entry>
9089                                                                 <entry>integer</entry>
9090                                                                 <entry><para>
9091                                                                         
9092                                                                         
9093                                                                         
9094                                                                         
9095                                                                         </para></entry>
9096                                                         </row>
9097                                                 
9098                                                         <row>
9099                                                                 <entry>survey</entry>
9100                                                                 <entry>integer</entry>
9101                                                                 <entry><para>
9102                                                                         
9103                                                                                                                 
9104                                                                         
9105                                                                         
9106                                                                         
9107                                                                                 NOT NULL;
9108                                                                         
9109                                                                         
9110                                                                         
9111                                                                                 
9112                                                                                 <xref linkend="action.table.survey"/>
9113                                                                                 
9114                                                                         
9115                                                                         </para></entry>
9116                                                         </row>
9117                                                 
9118                                                         <row>
9119                                                                 <entry>question</entry>
9120                                                                 <entry>integer</entry>
9121                                                                 <entry><para>
9122                                                                         
9123                                                                                                                 
9124                                                                         
9125                                                                         
9126                                                                         
9127                                                                                 NOT NULL;
9128                                                                         
9129                                                                         
9130                                                                         
9131                                                                                 
9132                                                                                 <xref linkend="action.table.survey-question"/>
9133                                                                                 
9134                                                                         
9135                                                                         </para></entry>
9136                                                         </row>
9137                                                 
9138                                                         <row>
9139                                                                 <entry>answer</entry>
9140                                                                 <entry>integer</entry>
9141                                                                 <entry><para>
9142                                                                         
9143                                                                                                                 
9144                                                                         
9145                                                                         
9146                                                                         
9147                                                                                 NOT NULL;
9148                                                                         
9149                                                                         
9150                                                                         
9151                                                                                 
9152                                                                                 <xref linkend="action.table.survey-answer"/>
9153                                                                                 
9154                                                                         
9155                                                                         </para></entry>
9156                                                         </row>
9157                                                 
9158                                                         <row>
9159                                                                 <entry>answer_date</entry>
9160                                                                 <entry>timestamp with time zone</entry>
9161                                                                 <entry><para>
9162                                                                         
9163                                                                         
9164                                                                         
9165                                                                         
9166                                                                         </para></entry>
9167                                                         </row>
9168                                                 
9169                                                         <row>
9170                                                                 <entry>effective_date</entry>
9171                                                                 <entry>timestamp with time zone</entry>
9172                                                                 <entry><para>
9173                                                                         
9174                                                                         
9175                                                                                 NOT NULL;
9176                                                                         
9177                                                                         
9178                                                                                 DEFAULT now();
9179                                                                         
9180                                                                         
9181                                                                         </para></entry>
9182                                                         </row>
9183                                                 
9184                                                 </tbody>
9185                                         </tgroup>
9186                                 </informaltable>
9187                                 <para>
9188                                 
9189                                 
9190                                 
9191                                 
9192                 </para>
9193                 </simplesect>
9194                 
9195                 <simplesect id="action.table.transit-copy" xreflabel="action.transit_copy">             
9196                         <title>transit_copy</title>
9197                         <informaltable>
9198                                 <tgroup cols="3">
9199                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
9200                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
9201                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
9202                                         <thead>
9203                                                 <row>
9204                                                         <entry>Field</entry>
9205                                                         <entry>Data Type</entry>
9206                                                         <entry>Constraints and References</entry>
9207                                                 </row>
9208                                                 </thead>
9209                                                 <tbody>
9210                                                 
9211                                                         <row>
9212                                                                 <entry>id</entry>
9213                                                                 <entry>serial</entry>
9214                                                                 <entry><para>
9215                                                                         
9216                                                                                 
9217                                                                                         PRIMARY KEY
9218                                                                                                                 
9219                                                                         
9220                                                                         
9221                                                                         
9222                                                                         
9223                                                                         
9224                                                                                 
9225                                                                         
9226                                                                         </para></entry>
9227                                                         </row>
9228                                                 
9229                                                         <row>
9230                                                                 <entry>source_send_time</entry>
9231                                                                 <entry>timestamp with time zone</entry>
9232                                                                 <entry><para>
9233                                                                         
9234                                                                         
9235                                                                         
9236                                                                         
9237                                                                         </para></entry>
9238                                                         </row>
9239                                                 
9240                                                         <row>
9241                                                                 <entry>dest_recv_time</entry>
9242                                                                 <entry>timestamp with time zone</entry>
9243                                                                 <entry><para>
9244                                                                         
9245                                                                         
9246                                                                         
9247                                                                         
9248                                                                         </para></entry>
9249                                                         </row>
9250                                                 
9251                                                         <row>
9252                                                                 <entry>target_copy</entry>
9253                                                                 <entry>bigint</entry>
9254                                                                 <entry><para>
9255                                                                         
9256                                                                                                                 
9257                                                                         
9258                                                                         
9259                                                                         
9260                                                                                 NOT NULL;
9261                                                                         
9262                                                                         
9263                                                                         
9264                                                                                 
9265                                                                                 <xref linkend="asset.table.copy"/>
9266                                                                                 
9267                                                                         
9268                                                                         </para></entry>
9269                                                         </row>
9270                                                 
9271                                                         <row>
9272                                                                 <entry>source</entry>
9273                                                                 <entry>integer</entry>
9274                                                                 <entry><para>
9275                                                                         
9276                                                                                                                 
9277                                                                         
9278                                                                         
9279                                                                         
9280                                                                                 NOT NULL;
9281                                                                         
9282                                                                         
9283                                                                         
9284                                                                                 
9285                                                                                 <xref linkend="actor.table.org-unit"/>
9286                                                                                 
9287                                                                         
9288                                                                         </para></entry>
9289                                                         </row>
9290                                                 
9291                                                         <row>
9292                                                                 <entry>dest</entry>
9293                                                                 <entry>integer</entry>
9294                                                                 <entry><para>
9295                                                                         
9296                                                                                                                 
9297                                                                         
9298                                                                         
9299                                                                         
9300                                                                                 NOT NULL;
9301                                                                         
9302                                                                         
9303                                                                         
9304                                                                                 
9305                                                                                 <xref linkend="actor.table.org-unit"/>
9306                                                                                 
9307                                                                         
9308                                                                         </para></entry>
9309                                                         </row>
9310                                                 
9311                                                         <row>
9312                                                                 <entry>prev_hop</entry>
9313                                                                 <entry>integer</entry>
9314                                                                 <entry><para>
9315                                                                         
9316                                                                                                                 
9317                                                                         
9318                                                                         
9319                                                                         
9320                                                                         
9321                                                                         
9322                                                                                 
9323                                                                                 <xref linkend="action.table.transit-copy"/>
9324                                                                                 
9325                                                                         
9326                                                                         </para></entry>
9327                                                         </row>
9328                                                 
9329                                                         <row>
9330                                                                 <entry>copy_status</entry>
9331                                                                 <entry>integer</entry>
9332                                                                 <entry><para>
9333                                                                         
9334                                                                                                                 
9335                                                                         
9336                                                                         
9337                                                                         
9338                                                                                 NOT NULL;
9339                                                                         
9340                                                                         
9341                                                                         
9342                                                                                 
9343                                                                                 <xref linkend="config.table.copy-status"/>
9344                                                                                 
9345                                                                         
9346                                                                         </para></entry>
9347                                                         </row>
9348                                                 
9349                                                         <row>
9350                                                                 <entry>persistant_transfer</entry>
9351                                                                 <entry>boolean</entry>
9352                                                                 <entry><para>
9353                                                                         
9354                                                                         
9355                                                                                 NOT NULL;
9356                                                                         
9357                                                                         
9358                                                                                 DEFAULT false;
9359                                                                         
9360                                                                         
9361                                                                         </para></entry>
9362                                                         </row>
9363                                                 
9364                                                 </tbody>
9365                                         </tgroup>
9366                                 </informaltable>
9367                                 <para>
9368                                 
9369                                 
9370                                 
9371                                         <itemizedlist>
9372                                                 <title>
9373                                                         Tables referencing action.transit_copy via Foreign Key Constraints
9374                                                 </title>
9375                                 
9376                                                         <listitem>
9377                                                                 <para><xref linkend="action.table.transit-copy"/></para>
9378                                                         </listitem>
9379                                                         
9380                                         </itemizedlist>
9381                                 
9382                                 
9383                                 
9384                                 
9385                 </para>
9386                 </simplesect>
9387                 
9388                 <simplesect id="action.table.unfulfilled-hold-list" xreflabel="action.unfulfilled_hold_list">           
9389                         <title>unfulfilled_hold_list</title>
9390                         <informaltable>
9391                                 <tgroup cols="3">
9392                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
9393                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
9394                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
9395                                         <thead>
9396                                                 <row>
9397                                                         <entry>Field</entry>
9398                                                         <entry>Data Type</entry>
9399                                                         <entry>Constraints and References</entry>
9400                                                 </row>
9401                                                 </thead>
9402                                                 <tbody>
9403                                                 
9404                                                         <row>
9405                                                                 <entry>id</entry>
9406                                                                 <entry>bigserial</entry>
9407                                                                 <entry><para>
9408                                                                         
9409                                                                                 
9410                                                                                         PRIMARY KEY
9411                                                                                                                 
9412                                                                         
9413                                                                         
9414                                                                         
9415                                                                         
9416                                                                         
9417                                                                                 
9418                                                                         
9419                                                                         </para></entry>
9420                                                         </row>
9421                                                 
9422                                                         <row>
9423                                                                 <entry>current_copy</entry>
9424                                                                 <entry>bigint</entry>
9425                                                                 <entry><para>
9426                                                                         
9427                                                                         
9428                                                                                 NOT NULL;
9429                                                                         
9430                                                                         
9431                                                                         
9432                                                                         </para></entry>
9433                                                         </row>
9434                                                 
9435                                                         <row>
9436                                                                 <entry>hold</entry>
9437                                                                 <entry>integer</entry>
9438                                                                 <entry><para>
9439                                                                         
9440                                                                         
9441                                                                                 NOT NULL;
9442                                                                         
9443                                                                         
9444                                                                         
9445                                                                         </para></entry>
9446                                                         </row>
9447                                                 
9448                                                         <row>
9449                                                                 <entry>circ_lib</entry>
9450                                                                 <entry>integer</entry>
9451                                                                 <entry><para>
9452                                                                         
9453                                                                         
9454                                                                                 NOT NULL;
9455                                                                         
9456                                                                         
9457                                                                         
9458                                                                         </para></entry>
9459                                                         </row>
9460                                                 
9461                                                         <row>
9462                                                                 <entry>fail_time</entry>
9463                                                                 <entry>timestamp with time zone</entry>
9464                                                                 <entry><para>
9465                                                                         
9466                                                                         
9467                                                                                 NOT NULL;
9468                                                                         
9469                                                                         
9470                                                                                 DEFAULT now();
9471                                                                         
9472                                                                         
9473                                                                         </para></entry>
9474                                                         </row>
9475                                                 
9476                                                 </tbody>
9477                                         </tgroup>
9478                                 </informaltable>
9479                                 <para>
9480                                 
9481                                 
9482                                 
9483                                 
9484                 </para>
9485                 </simplesect>
9486                 
9487         </section>
9488         
9489         <section id="action-trigger.schema">
9490                 <title>Schema action_trigger</title>
9491                 
9492                 <simplesect id="action-trigger.table.cleanup" xreflabel="action_trigger.cleanup">               
9493                         <title>cleanup</title>
9494                         <informaltable>
9495                                 <tgroup cols="3">
9496                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
9497                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
9498                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
9499                                         <thead>
9500                                                 <row>
9501                                                         <entry>Field</entry>
9502                                                         <entry>Data Type</entry>
9503                                                         <entry>Constraints and References</entry>
9504                                                 </row>
9505                                                 </thead>
9506                                                 <tbody>
9507                                                 
9508                                                         <row>
9509                                                                 <entry>module</entry>
9510                                                                 <entry>text</entry>
9511                                                                 <entry><para>
9512                                                                         
9513                                                                                 
9514                                                                                         PRIMARY KEY
9515                                                                                                                 
9516                                                                         
9517                                                                         
9518                                                                         
9519                                                                         
9520                                                                         
9521                                                                                 
9522                                                                         
9523                                                                         </para></entry>
9524                                                         </row>
9525                                                 
9526                                                         <row>
9527                                                                 <entry>description</entry>
9528                                                                 <entry>text</entry>
9529                                                                 <entry><para>
9530                                                                         
9531                                                                         
9532                                                                         
9533                                                                         
9534                                                                         </para></entry>
9535                                                         </row>
9536                                                 
9537                                                 </tbody>
9538                                         </tgroup>
9539                                 </informaltable>
9540                                 <para>
9541                                 
9542                                 
9543                                 
9544                                         <itemizedlist>
9545                                                 <title>
9546                                                         Tables referencing action_trigger.event_definition via Foreign Key Constraints
9547                                                 </title>
9548                                 
9549                                                         <listitem>
9550                                                                 <para><xref linkend="action-trigger.table.event-definition"/></para>
9551                                                         </listitem>
9552                                                         
9553                                         </itemizedlist>
9554                                 
9555                                 
9556                                 
9557                                 
9558                 </para>
9559                 </simplesect>
9560                 
9561                 <simplesect id="action-trigger.table.collector" xreflabel="action_trigger.collector">           
9562                         <title>collector</title>
9563                         <informaltable>
9564                                 <tgroup cols="3">
9565                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
9566                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
9567                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
9568                                         <thead>
9569                                                 <row>
9570                                                         <entry>Field</entry>
9571                                                         <entry>Data Type</entry>
9572                                                         <entry>Constraints and References</entry>
9573                                                 </row>
9574                                                 </thead>
9575                                                 <tbody>
9576                                                 
9577                                                         <row>
9578                                                                 <entry>module</entry>
9579                                                                 <entry>text</entry>
9580                                                                 <entry><para>
9581                                                                         
9582                                                                                 
9583                                                                                         PRIMARY KEY
9584                                                                                                                 
9585                                                                         
9586                                                                         
9587                                                                         
9588                                                                         
9589                                                                         
9590                                                                                 
9591                                                                         
9592                                                                         </para></entry>
9593                                                         </row>
9594                                                 
9595                                                         <row>
9596                                                                 <entry>description</entry>
9597                                                                 <entry>text</entry>
9598                                                                 <entry><para>
9599                                                                         
9600                                                                         
9601                                                                         
9602                                                                         
9603                                                                         </para></entry>
9604                                                         </row>
9605                                                 
9606                                                 </tbody>
9607                                         </tgroup>
9608                                 </informaltable>
9609                                 <para>
9610                                 
9611                                 
9612                                 
9613                                         <itemizedlist>
9614                                                 <title>
9615                                                         Tables referencing action_trigger.environment via Foreign Key Constraints
9616                                                 </title>
9617                                 
9618                                                         <listitem>
9619                                                                 <para><xref linkend="action-trigger.table.environment"/></para>
9620                                                         </listitem>
9621                                                         
9622                                         </itemizedlist>
9623                                 
9624                                 
9625                                 
9626                                 
9627                 </para>
9628                 </simplesect>
9629                 
9630                 <simplesect id="action-trigger.table.environment" xreflabel="action_trigger.environment">               
9631                         <title>environment</title>
9632                         <informaltable>
9633                                 <tgroup cols="3">
9634                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
9635                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
9636                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
9637                                         <thead>
9638                                                 <row>
9639                                                         <entry>Field</entry>
9640                                                         <entry>Data Type</entry>
9641                                                         <entry>Constraints and References</entry>
9642                                                 </row>
9643                                                 </thead>
9644                                                 <tbody>
9645                                                 
9646                                                         <row>
9647                                                                 <entry>id</entry>
9648                                                                 <entry>serial</entry>
9649                                                                 <entry><para>
9650                                                                         
9651                                                                                 
9652                                                                                         PRIMARY KEY
9653                                                                                                                 
9654                                                                         
9655                                                                         
9656                                                                         
9657                                                                         
9658                                                                         
9659                                                                                 
9660                                                                         
9661                                                                         </para></entry>
9662                                                         </row>
9663                                                 
9664                                                         <row>
9665                                                                 <entry>event_def</entry>
9666                                                                 <entry>integer</entry>
9667                                                                 <entry><para>
9668                                                                         
9669                                                                                                                 
9670                                                                         
9671                                                                                 UNIQUE#1
9672                                                                                 ;
9673                                                                                 
9674                                                                         
9675                                                                                                                 
9676                                                                         
9677                                                                         
9678                                                                         
9679                                                                                 NOT NULL;
9680                                                                         
9681                                                                         
9682                                                                         
9683                                                                                 
9684                                                                         
9685                                                                                 
9686                                                                                 <xref linkend="action-trigger.table.event-definition"/>
9687                                                                                 
9688                                                                         
9689                                                                         </para></entry>
9690                                                         </row>
9691                                                 
9692                                                         <row>
9693                                                                 <entry>path</entry>
9694                                                                 <entry>text</entry>
9695                                                                 <entry><para>
9696                                                                         
9697                                                                         
9698                                                                         
9699                                                                         
9700                                                                         </para></entry>
9701                                                         </row>
9702                                                 
9703                                                         <row>
9704                                                                 <entry>collector</entry>
9705                                                                 <entry>text</entry>
9706                                                                 <entry><para>
9707                                                                         
9708                                                                                                                 
9709                                                                         
9710                                                                         
9711                                                                         
9712                                                                         
9713                                                                         
9714                                                                                 
9715                                                                                 <xref linkend="action-trigger.table.collector"/>
9716                                                                                 
9717                                                                         
9718                                                                         </para></entry>
9719                                                         </row>
9720                                                 
9721                                                         <row>
9722                                                                 <entry>label</entry>
9723                                                                 <entry>text</entry>
9724                                                                 <entry><para>
9725                                                                         
9726                                                                                                                 
9727                                                                         
9728                                                                                 UNIQUE#1
9729                                                                                 ;
9730                                                                                 
9731                                                                         
9732                                                                         
9733                                                                         
9734                                                                         
9735                                                                                 
9736                                                                         
9737                                                                         </para></entry>
9738                                                         </row>
9739                                                 
9740                                                 </tbody>
9741                                         </tgroup>
9742                                 </informaltable>
9743                                 <para>
9744                                 
9745                                 
9746                                         <variablelist>
9747                                                 <title>Constraints on environment</title>
9748                                                 
9749                                                 <varlistentry>
9750                                                         <term>environment_label_check</term>
9751                                                         <listitem><para>CHECK ((label &lt;&gt; ALL (ARRAY[&apos;result&apos;::text, &apos;target&apos;::text, &apos;event&apos;::text])))</para></listitem>
9752                                                 </varlistentry>
9753                                                 
9754                                         </variablelist>
9755                                 
9756                                 
9757                                 
9758                                 
9759                                 
9760                 </para>
9761                 </simplesect>
9762                 
9763                 <simplesect id="action-trigger.table.event" xreflabel="action_trigger.event">           
9764                         <title>event</title>
9765                         <informaltable>
9766                                 <tgroup cols="3">
9767                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
9768                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
9769                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
9770                                         <thead>
9771                                                 <row>
9772                                                         <entry>Field</entry>
9773                                                         <entry>Data Type</entry>
9774                                                         <entry>Constraints and References</entry>
9775                                                 </row>
9776                                                 </thead>
9777                                                 <tbody>
9778                                                 
9779                                                         <row>
9780                                                                 <entry>id</entry>
9781                                                                 <entry>bigserial</entry>
9782                                                                 <entry><para>
9783                                                                         
9784                                                                                 
9785                                                                                         PRIMARY KEY
9786                                                                                                                 
9787                                                                         
9788                                                                         
9789                                                                         
9790                                                                         
9791                                                                         
9792                                                                                 
9793                                                                         
9794                                                                         </para></entry>
9795                                                         </row>
9796                                                 
9797                                                         <row>
9798                                                                 <entry>target</entry>
9799                                                                 <entry>bigint</entry>
9800                                                                 <entry><para>
9801                                                                         
9802                                                                         
9803                                                                                 NOT NULL;
9804                                                                         
9805                                                                         
9806                                                                         
9807                                                                         </para></entry>
9808                                                         </row>
9809                                                 
9810                                                         <row>
9811                                                                 <entry>event_def</entry>
9812                                                                 <entry>integer</entry>
9813                                                                 <entry><para>
9814                                                                         
9815                                                                                                                 
9816                                                                         
9817                                                                         
9818                                                                         
9819                                                                         
9820                                                                         
9821                                                                                 
9822                                                                                 <xref linkend="action-trigger.table.event-definition"/>
9823                                                                                 
9824                                                                         
9825                                                                         </para></entry>
9826                                                         </row>
9827                                                 
9828                                                         <row>
9829                                                                 <entry>add_time</entry>
9830                                                                 <entry>timestamp with time zone</entry>
9831                                                                 <entry><para>
9832                                                                         
9833                                                                         
9834                                                                                 NOT NULL;
9835                                                                         
9836                                                                         
9837                                                                                 DEFAULT now();
9838                                                                         
9839                                                                         
9840                                                                         </para></entry>
9841                                                         </row>
9842                                                 
9843                                                         <row>
9844                                                                 <entry>run_time</entry>
9845                                                                 <entry>timestamp with time zone</entry>
9846                                                                 <entry><para>
9847                                                                         
9848                                                                         
9849                                                                                 NOT NULL;
9850                                                                         
9851                                                                         
9852                                                                         
9853                                                                         </para></entry>
9854                                                         </row>
9855                                                 
9856                                                         <row>
9857                                                                 <entry>start_time</entry>
9858                                                                 <entry>timestamp with time zone</entry>
9859                                                                 <entry><para>
9860                                                                         
9861                                                                         
9862                                                                         
9863                                                                         
9864                                                                         </para></entry>
9865                                                         </row>
9866                                                 
9867                                                         <row>
9868                                                                 <entry>update_time</entry>
9869                                                                 <entry>timestamp with time zone</entry>
9870                                                                 <entry><para>
9871                                                                         
9872                                                                         
9873                                                                         
9874                                                                         
9875                                                                         </para></entry>
9876                                                         </row>
9877                                                 
9878                                                         <row>
9879                                                                 <entry>complete_time</entry>
9880                                                                 <entry>timestamp with time zone</entry>
9881                                                                 <entry><para>
9882                                                                         
9883                                                                         
9884                                                                         
9885                                                                         
9886                                                                         </para></entry>
9887                                                         </row>
9888                                                 
9889                                                         <row>
9890                                                                 <entry>update_process</entry>
9891                                                                 <entry>integer</entry>
9892                                                                 <entry><para>
9893                                                                         
9894                                                                         
9895                                                                         
9896                                                                         
9897                                                                         </para></entry>
9898                                                         </row>
9899                                                 
9900                                                         <row>
9901                                                                 <entry>state</entry>
9902                                                                 <entry>text</entry>
9903                                                                 <entry><para>
9904                                                                         
9905                                                                         
9906                                                                                 NOT NULL;
9907                                                                         
9908                                                                         
9909                                                                                 DEFAULT &apos;pending&apos;::text;
9910                                                                         
9911                                                                         
9912                                                                         </para></entry>
9913                                                         </row>
9914                                                 
9915                                                         <row>
9916                                                                 <entry>template_output</entry>
9917                                                                 <entry>bigint</entry>
9918                                                                 <entry><para>
9919                                                                         
9920                                                                                                                 
9921                                                                         
9922                                                                         
9923                                                                         
9924                                                                         
9925                                                                         
9926                                                                                 
9927                                                                                 <xref linkend="action-trigger.table.event-output"/>
9928                                                                                 
9929                                                                         
9930                                                                         </para></entry>
9931                                                         </row>
9932                                                 
9933                                                         <row>
9934                                                                 <entry>error_output</entry>
9935                                                                 <entry>bigint</entry>
9936                                                                 <entry><para>
9937                                                                         
9938                                                                                                                 
9939                                                                         
9940                                                                         
9941                                                                         
9942                                                                         
9943                                                                         
9944                                                                                 
9945                                                                                 <xref linkend="action-trigger.table.event-output"/>
9946                                                                                 
9947                                                                         
9948                                                                         </para></entry>
9949                                                         </row>
9950                                                 
9951                                                 </tbody>
9952                                         </tgroup>
9953                                 </informaltable>
9954                                 <para>
9955                                 
9956                                 
9957                                         <variablelist>
9958                                                 <title>Constraints on event</title>
9959                                                 
9960                                                 <varlistentry>
9961                                                         <term>event_state_check</term>
9962                                                         <listitem><para>CHECK ((state = ANY (ARRAY[&apos;pending&apos;::text, &apos;invalid&apos;::text, &apos;found&apos;::text, &apos;collecting&apos;::text, &apos;collected&apos;::text, &apos;validating&apos;::text, &apos;valid&apos;::text, &apos;reacting&apos;::text, &apos;reacted&apos;::text, &apos;cleaning&apos;::text, &apos;complete&apos;::text, &apos;error&apos;::text])))</para></listitem>
9963                                                 </varlistentry>
9964                                                 
9965                                         </variablelist>
9966                                 
9967                                 
9968                                 
9969                                 
9970                                 
9971                 </para>
9972                 </simplesect>
9973                 
9974                 <simplesect id="action-trigger.table.event-definition" xreflabel="action_trigger.event_definition">             
9975                         <title>event_definition</title>
9976                         <informaltable>
9977                                 <tgroup cols="3">
9978                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
9979                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
9980                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
9981                                         <thead>
9982                                                 <row>
9983                                                         <entry>Field</entry>
9984                                                         <entry>Data Type</entry>
9985                                                         <entry>Constraints and References</entry>
9986                                                 </row>
9987                                                 </thead>
9988                                                 <tbody>
9989                                                 
9990                                                         <row>
9991                                                                 <entry>id</entry>
9992                                                                 <entry>serial</entry>
9993                                                                 <entry><para>
9994                                                                         
9995                                                                                 
9996                                                                                         PRIMARY KEY
9997                                                                                                                 
9998                                                                         
9999                                                                         
10000                                                                         
10001                                                                         
10002                                                                         
10003                                                                                 
10004                                                                         
10005                                                                         </para></entry>
10006                                                         </row>
10007                                                 
10008                                                         <row>
10009                                                                 <entry>active</entry>
10010                                                                 <entry>boolean</entry>
10011                                                                 <entry><para>
10012                                                                         
10013                                                                         
10014                                                                                 NOT NULL;
10015                                                                         
10016                                                                         
10017                                                                                 DEFAULT true;
10018                                                                         
10019                                                                         
10020                                                                         </para></entry>
10021                                                         </row>
10022                                                 
10023                                                         <row>
10024                                                                 <entry>owner</entry>
10025                                                                 <entry>integer</entry>
10026                                                                 <entry><para>
10027                                                                         
10028                                                                                                                 
10029                                                                         
10030                                                                                 UNIQUE#1
10031                                                                                 ;
10032                                                                                 
10033                                                                         
10034                                                                                                                 
10035                                                                         
10036                                                                                 UNIQUE#2
10037                                                                                 ;
10038                                                                                 
10039                                                                         
10040                                                                                                                 
10041                                                                         
10042                                                                         
10043                                                                         
10044                                                                                 NOT NULL;
10045                                                                         
10046                                                                         
10047                                                                         
10048                                                                                 
10049                                                                         
10050                                                                                 
10051                                                                         
10052                                                                                 
10053                                                                                 <xref linkend="actor.table.org-unit"/>
10054                                                                                 
10055                                                                         
10056                                                                         </para></entry>
10057                                                         </row>
10058                                                 
10059                                                         <row>
10060                                                                 <entry>name</entry>
10061                                                                 <entry>text</entry>
10062                                                                 <entry><para>
10063                                                                         
10064                                                                                                                 
10065                                                                         
10066                                                                                 UNIQUE#1
10067                                                                                 ;
10068                                                                                 
10069                                                                         
10070                                                                         
10071                                                                                 NOT NULL;
10072                                                                         
10073                                                                         
10074                                                                         
10075                                                                                 
10076                                                                         
10077                                                                         </para></entry>
10078                                                         </row>
10079                                                 
10080                                                         <row>
10081                                                                 <entry>hook</entry>
10082                                                                 <entry>text</entry>
10083                                                                 <entry><para>
10084                                                                         
10085                                                                                                                 
10086                                                                         
10087                                                                                 UNIQUE#2
10088                                                                                 ;
10089                                                                                 
10090                                                                         
10091                                                                                                                 
10092                                                                         
10093                                                                         
10094                                                                         
10095                                                                                 NOT NULL;
10096                                                                         
10097                                                                         
10098                                                                         
10099                                                                                 
10100                                                                         
10101                                                                                 
10102                                                                                 <xref linkend="action-trigger.table.hook"/>
10103                                                                                 
10104                                                                         
10105                                                                         </para></entry>
10106                                                         </row>
10107                                                 
10108                                                         <row>
10109                                                                 <entry>validator</entry>
10110                                                                 <entry>text</entry>
10111                                                                 <entry><para>
10112                                                                         
10113                                                                                                                 
10114                                                                         
10115                                                                                 UNIQUE#2
10116                                                                                 ;
10117                                                                                 
10118                                                                         
10119                                                                                                                 
10120                                                                         
10121                                                                         
10122                                                                         
10123                                                                                 NOT NULL;
10124                                                                         
10125                                                                         
10126                                                                         
10127                                                                                 
10128                                                                         
10129                                                                                 
10130                                                                                 <xref linkend="action-trigger.table.validator"/>
10131                                                                                 
10132                                                                         
10133                                                                         </para></entry>
10134                                                         </row>
10135                                                 
10136                                                         <row>
10137                                                                 <entry>reactor</entry>
10138                                                                 <entry>text</entry>
10139                                                                 <entry><para>
10140                                                                         
10141                                                                                                                 
10142                                                                         
10143                                                                                 UNIQUE#2
10144                                                                                 ;
10145                                                                                 
10146                                                                         
10147                                                                                                                 
10148                                                                         
10149                                                                         
10150                                                                         
10151                                                                                 NOT NULL;
10152                                                                         
10153                                                                         
10154                                                                         
10155                                                                                 
10156                                                                         
10157                                                                                 
10158                                                                                 <xref linkend="action-trigger.table.reactor"/>
10159                                                                                 
10160                                                                         
10161                                                                         </para></entry>
10162                                                         </row>
10163                                                 
10164                                                         <row>
10165                                                                 <entry>cleanup_success</entry>
10166                                                                 <entry>text</entry>
10167                                                                 <entry><para>
10168                                                                         
10169                                                                                                                 
10170                                                                         
10171                                                                         
10172                                                                         
10173                                                                         
10174                                                                         
10175                                                                                 
10176                                                                                 <xref linkend="action-trigger.table.cleanup"/>
10177                                                                                 
10178                                                                         
10179                                                                         </para></entry>
10180                                                         </row>
10181                                                 
10182                                                         <row>
10183                                                                 <entry>cleanup_failure</entry>
10184                                                                 <entry>text</entry>
10185                                                                 <entry><para>
10186                                                                         
10187                                                                                                                 
10188                                                                         
10189                                                                         
10190                                                                         
10191                                                                         
10192                                                                         
10193                                                                                 
10194                                                                                 <xref linkend="action-trigger.table.cleanup"/>
10195                                                                                 
10196                                                                         
10197                                                                         </para></entry>
10198                                                         </row>
10199                                                 
10200                                                         <row>
10201                                                                 <entry>delay</entry>
10202                                                                 <entry>interval</entry>
10203                                                                 <entry><para>
10204                                                                         
10205                                                                                                                 
10206                                                                         
10207                                                                                 UNIQUE#2
10208                                                                                 ;
10209                                                                                 
10210                                                                         
10211                                                                         
10212                                                                                 NOT NULL;
10213                                                                         
10214                                                                         
10215                                                                                 DEFAULT &apos;00:05:00&apos;::interval;
10216                                                                         
10217                                                                         
10218                                                                                 
10219                                                                         
10220                                                                         </para></entry>
10221                                                         </row>
10222                                                 
10223                                                         <row>
10224                                                                 <entry>max_delay</entry>
10225                                                                 <entry>interval</entry>
10226                                                                 <entry><para>
10227                                                                         
10228                                                                         
10229                                                                         
10230                                                                         
10231                                                                         </para></entry>
10232                                                         </row>
10233                                                 
10234                                                         <row>
10235                                                                 <entry>delay_field</entry>
10236                                                                 <entry>text</entry>
10237                                                                 <entry><para>
10238                                                                         
10239                                                                                                                 
10240                                                                         
10241                                                                                 UNIQUE#2
10242                                                                                 ;
10243                                                                                 
10244                                                                         
10245                                                                         
10246                                                                         
10247                                                                         
10248                                                                                 
10249                                                                         
10250                                                                         </para></entry>
10251                                                         </row>
10252                                                 
10253                                                         <row>
10254                                                                 <entry>group_field</entry>
10255                                                                 <entry>text</entry>
10256                                                                 <entry><para>
10257                                                                         
10258                                                                         
10259                                                                         
10260                                                                         
10261                                                                         </para></entry>
10262                                                         </row>
10263                                                 
10264                                                         <row>
10265                                                                 <entry>template</entry>
10266                                                                 <entry>text</entry>
10267                                                                 <entry><para>
10268                                                                         
10269                                                                         
10270                                                                         
10271                                                                         
10272                                                                         </para></entry>
10273                                                         </row>
10274                                                 
10275                                                 </tbody>
10276                                         </tgroup>
10277                                 </informaltable>
10278                                 <para>
10279                                 
10280                                 
10281                                 
10282                                         <itemizedlist>
10283                                                 <title>
10284                                                         Tables referencing action_trigger.environment via Foreign Key Constraints
10285                                                 </title>
10286                                 
10287                                                         <listitem>
10288                                                                 <para><xref linkend="action-trigger.table.environment"/></para>
10289                                                         </listitem>
10290                                                         
10291                                 
10292                                 
10293                                                         <listitem>
10294                                                                 <para><xref linkend="action-trigger.table.event"/></para>
10295                                                         </listitem>
10296                                                         
10297                                 
10298                                 
10299                                                         <listitem>
10300                                                                 <para><xref linkend="action-trigger.table.event-params"/></para>
10301                                                         </listitem>
10302                                                         
10303                                         </itemizedlist>
10304                                 
10305                                 
10306                                 
10307                                 
10308                 </para>
10309                 </simplesect>
10310                 
10311                 <simplesect id="action-trigger.table.event-output" xreflabel="action_trigger.event_output">             
10312                         <title>event_output</title>
10313                         <informaltable>
10314                                 <tgroup cols="3">
10315                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
10316                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
10317                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
10318                                         <thead>
10319                                                 <row>
10320                                                         <entry>Field</entry>
10321                                                         <entry>Data Type</entry>
10322                                                         <entry>Constraints and References</entry>
10323                                                 </row>
10324                                                 </thead>
10325                                                 <tbody>
10326                                                 
10327                                                         <row>
10328                                                                 <entry>id</entry>
10329                                                                 <entry>bigserial</entry>
10330                                                                 <entry><para>
10331                                                                         
10332                                                                                 
10333                                                                                         PRIMARY KEY
10334                                                                                                                 
10335                                                                         
10336                                                                         
10337                                                                         
10338                                                                         
10339                                                                         
10340                                                                                 
10341                                                                         
10342                                                                         </para></entry>
10343                                                         </row>
10344                                                 
10345                                                         <row>
10346                                                                 <entry>create_time</entry>
10347                                                                 <entry>timestamp with time zone</entry>
10348                                                                 <entry><para>
10349                                                                         
10350                                                                         
10351                                                                                 NOT NULL;
10352                                                                         
10353                                                                         
10354                                                                                 DEFAULT now();
10355                                                                         
10356                                                                         
10357                                                                         </para></entry>
10358                                                         </row>
10359                                                 
10360                                                         <row>
10361                                                                 <entry>is_error</entry>
10362                                                                 <entry>boolean</entry>
10363                                                                 <entry><para>
10364                                                                         
10365                                                                         
10366                                                                                 NOT NULL;
10367                                                                         
10368                                                                         
10369                                                                                 DEFAULT false;
10370                                                                         
10371                                                                         
10372                                                                         </para></entry>
10373                                                         </row>
10374                                                 
10375                                                         <row>
10376                                                                 <entry>data</entry>
10377                                                                 <entry>text</entry>
10378                                                                 <entry><para>
10379                                                                         
10380                                                                         
10381                                                                                 NOT NULL;
10382                                                                         
10383                                                                         
10384                                                                         
10385                                                                         </para></entry>
10386                                                         </row>
10387                                                 
10388                                                 </tbody>
10389                                         </tgroup>
10390                                 </informaltable>
10391                                 <para>
10392                                 
10393                                 
10394                                 
10395                                         <itemizedlist>
10396                                                 <title>
10397                                                         Tables referencing action_trigger.event via Foreign Key Constraints
10398                                                 </title>
10399                                 
10400                                                         <listitem>
10401                                                                 <para><xref linkend="action-trigger.table.event"/></para>
10402                                                         </listitem>
10403                                                         
10404                                         </itemizedlist>
10405                                 
10406                                 
10407                                 
10408                                 
10409                 </para>
10410                 </simplesect>
10411                 
10412                 <simplesect id="action-trigger.table.event-params" xreflabel="action_trigger.event_params">             
10413                         <title>event_params</title>
10414                         <informaltable>
10415                                 <tgroup cols="3">
10416                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
10417                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
10418                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
10419                                         <thead>
10420                                                 <row>
10421                                                         <entry>Field</entry>
10422                                                         <entry>Data Type</entry>
10423                                                         <entry>Constraints and References</entry>
10424                                                 </row>
10425                                                 </thead>
10426                                                 <tbody>
10427                                                 
10428                                                         <row>
10429                                                                 <entry>id</entry>
10430                                                                 <entry>bigserial</entry>
10431                                                                 <entry><para>
10432                                                                         
10433                                                                                 
10434                                                                                         PRIMARY KEY
10435                                                                                                                 
10436                                                                         
10437                                                                         
10438                                                                         
10439                                                                         
10440                                                                         
10441                                                                                 
10442                                                                         
10443                                                                         </para></entry>
10444                                                         </row>
10445                                                 
10446                                                         <row>
10447                                                                 <entry>event_def</entry>
10448                                                                 <entry>integer</entry>
10449                                                                 <entry><para>
10450                                                                         
10451                                                                                                                 
10452                                                                         
10453                                                                         
10454                                                                                                                 
10455                                                                         
10456                                                                                 UNIQUE#1
10457                                                                                 ;
10458                                                                                 
10459                                                                         
10460                                                                         
10461                                                                                 NOT NULL;
10462                                                                         
10463                                                                         
10464                                                                         
10465                                                                                 
10466                                                                                 <xref linkend="action-trigger.table.event-definition"/>
10467                                                                                 
10468                                                                         
10469                                                                                 
10470                                                                         
10471                                                                         </para></entry>
10472                                                         </row>
10473                                                 
10474                                                         <row>
10475                                                                 <entry>param</entry>
10476                                                                 <entry>text</entry>
10477                                                                 <entry><para>
10478                                                                         
10479                                                                                                                 
10480                                                                         
10481                                                                                 UNIQUE#1
10482                                                                                 ;
10483                                                                                 
10484                                                                         
10485                                                                         
10486                                                                                 NOT NULL;
10487                                                                         
10488                                                                         
10489                                                                         
10490                                                                                 
10491                                                                         
10492                                                                         </para></entry>
10493                                                         </row>
10494                                                 
10495                                                         <row>
10496                                                                 <entry>value</entry>
10497                                                                 <entry>text</entry>
10498                                                                 <entry><para>
10499                                                                         
10500                                                                         
10501                                                                                 NOT NULL;
10502                                                                         
10503                                                                         
10504                                                                         
10505                                                                         </para></entry>
10506                                                         </row>
10507                                                 
10508                                                 </tbody>
10509                                         </tgroup>
10510                                 </informaltable>
10511                                 <para>
10512                                 
10513                                 
10514                                 
10515                                 
10516                 </para>
10517                 </simplesect>
10518                 
10519                 <simplesect id="action-trigger.table.hook" xreflabel="action_trigger.hook">             
10520                         <title>hook</title>
10521                         <informaltable>
10522                                 <tgroup cols="3">
10523                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
10524                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
10525                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
10526                                         <thead>
10527                                                 <row>
10528                                                         <entry>Field</entry>
10529                                                         <entry>Data Type</entry>
10530                                                         <entry>Constraints and References</entry>
10531                                                 </row>
10532                                                 </thead>
10533                                                 <tbody>
10534                                                 
10535                                                         <row>
10536                                                                 <entry>key</entry>
10537                                                                 <entry>text</entry>
10538                                                                 <entry><para>
10539                                                                         
10540                                                                                 
10541                                                                                         PRIMARY KEY
10542                                                                                                                 
10543                                                                         
10544                                                                         
10545                                                                         
10546                                                                         
10547                                                                         
10548                                                                                 
10549                                                                         
10550                                                                         </para></entry>
10551                                                         </row>
10552                                                 
10553                                                         <row>
10554                                                                 <entry>core_type</entry>
10555                                                                 <entry>text</entry>
10556                                                                 <entry><para>
10557                                                                         
10558                                                                         
10559                                                                                 NOT NULL;
10560                                                                         
10561                                                                         
10562                                                                         
10563                                                                         </para></entry>
10564                                                         </row>
10565                                                 
10566                                                         <row>
10567                                                                 <entry>description</entry>
10568                                                                 <entry>text</entry>
10569                                                                 <entry><para>
10570                                                                         
10571                                                                         
10572                                                                         
10573                                                                         
10574                                                                         </para></entry>
10575                                                         </row>
10576                                                 
10577                                                         <row>
10578                                                                 <entry>passive</entry>
10579                                                                 <entry>boolean</entry>
10580                                                                 <entry><para>
10581                                                                         
10582                                                                         
10583                                                                                 NOT NULL;
10584                                                                         
10585                                                                         
10586                                                                                 DEFAULT false;
10587                                                                         
10588                                                                         
10589                                                                         </para></entry>
10590                                                         </row>
10591                                                 
10592                                                 </tbody>
10593                                         </tgroup>
10594                                 </informaltable>
10595                                 <para>
10596                                 
10597                                 
10598                                 
10599                                         <itemizedlist>
10600                                                 <title>
10601                                                         Tables referencing action_trigger.event_definition via Foreign Key Constraints
10602                                                 </title>
10603                                 
10604                                                         <listitem>
10605                                                                 <para><xref linkend="action-trigger.table.event-definition"/></para>
10606                                                         </listitem>
10607                                                         
10608                                         </itemizedlist>
10609                                 
10610                                 
10611                                 
10612                                 
10613                 </para>
10614                 </simplesect>
10615                 
10616                 <simplesect id="action-trigger.table.reactor" xreflabel="action_trigger.reactor">               
10617                         <title>reactor</title>
10618                         <informaltable>
10619                                 <tgroup cols="3">
10620                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
10621                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
10622                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
10623                                         <thead>
10624                                                 <row>
10625                                                         <entry>Field</entry>
10626                                                         <entry>Data Type</entry>
10627                                                         <entry>Constraints and References</entry>
10628                                                 </row>
10629                                                 </thead>
10630                                                 <tbody>
10631                                                 
10632                                                         <row>
10633                                                                 <entry>module</entry>
10634                                                                 <entry>text</entry>
10635                                                                 <entry><para>
10636                                                                         
10637                                                                                 
10638                                                                                         PRIMARY KEY
10639                                                                                                                 
10640                                                                         
10641                                                                         
10642                                                                         
10643                                                                         
10644                                                                         
10645                                                                                 
10646                                                                         
10647                                                                         </para></entry>
10648                                                         </row>
10649                                                 
10650                                                         <row>
10651                                                                 <entry>description</entry>
10652                                                                 <entry>text</entry>
10653                                                                 <entry><para>
10654                                                                         
10655                                                                         
10656                                                                         
10657                                                                         
10658                                                                         </para></entry>
10659                                                         </row>
10660                                                 
10661                                                 </tbody>
10662                                         </tgroup>
10663                                 </informaltable>
10664                                 <para>
10665                                 
10666                                 
10667                                 
10668                                         <itemizedlist>
10669                                                 <title>
10670                                                         Tables referencing action_trigger.event_definition via Foreign Key Constraints
10671                                                 </title>
10672                                 
10673                                                         <listitem>
10674                                                                 <para><xref linkend="action-trigger.table.event-definition"/></para>
10675                                                         </listitem>
10676                                                         
10677                                         </itemizedlist>
10678                                 
10679                                 
10680                                 
10681                                 
10682                 </para>
10683                 </simplesect>
10684                 
10685                 <simplesect id="action-trigger.table.validator" xreflabel="action_trigger.validator">           
10686                         <title>validator</title>
10687                         <informaltable>
10688                                 <tgroup cols="3">
10689                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
10690                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
10691                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
10692                                         <thead>
10693                                                 <row>
10694                                                         <entry>Field</entry>
10695                                                         <entry>Data Type</entry>
10696                                                         <entry>Constraints and References</entry>
10697                                                 </row>
10698                                                 </thead>
10699                                                 <tbody>
10700                                                 
10701                                                         <row>
10702                                                                 <entry>module</entry>
10703                                                                 <entry>text</entry>
10704                                                                 <entry><para>
10705                                                                         
10706                                                                                 
10707                                                                                         PRIMARY KEY
10708                                                                                                                 
10709                                                                         
10710                                                                         
10711                                                                         
10712                                                                         
10713                                                                         
10714                                                                                 
10715                                                                         
10716                                                                         </para></entry>
10717                                                         </row>
10718                                                 
10719                                                         <row>
10720                                                                 <entry>description</entry>
10721                                                                 <entry>text</entry>
10722                                                                 <entry><para>
10723                                                                         
10724                                                                         
10725                                                                         
10726                                                                         
10727                                                                         </para></entry>
10728                                                         </row>
10729                                                 
10730                                                 </tbody>
10731                                         </tgroup>
10732                                 </informaltable>
10733                                 <para>
10734                                 
10735                                 
10736                                 
10737                                         <itemizedlist>
10738                                                 <title>
10739                                                         Tables referencing action_trigger.event_definition via Foreign Key Constraints
10740                                                 </title>
10741                                 
10742                                                         <listitem>
10743                                                                 <para><xref linkend="action-trigger.table.event-definition"/></para>
10744                                                         </listitem>
10745                                                         
10746                                         </itemizedlist>
10747                                 
10748                                 
10749                                 
10750                                 
10751                 </para>
10752                 </simplesect>
10753                 
10754         </section>
10755         
10756         <section id="actor.schema">
10757                 <title>Schema actor</title>
10758                 
10759                 <simplesect id="actor.table.card" xreflabel="actor.card">               
10760                         <title>card</title>
10761                         <informaltable>
10762                                 <tgroup cols="3">
10763                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
10764                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
10765                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
10766                                         <thead>
10767                                                 <row>
10768                                                         <entry>Field</entry>
10769                                                         <entry>Data Type</entry>
10770                                                         <entry>Constraints and References</entry>
10771                                                 </row>
10772                                                 </thead>
10773                                                 <tbody>
10774                                                 
10775                                                         <row>
10776                                                                 <entry>id</entry>
10777                                                                 <entry>serial</entry>
10778                                                                 <entry><para>
10779                                                                         
10780                                                                                 
10781                                                                                         PRIMARY KEY
10782                                                                                                                 
10783                                                                         
10784                                                                         
10785                                                                         
10786                                                                         
10787                                                                         
10788                                                                                 
10789                                                                         
10790                                                                         </para></entry>
10791                                                         </row>
10792                                                 
10793                                                         <row>
10794                                                                 <entry>usr</entry>
10795                                                                 <entry>integer</entry>
10796                                                                 <entry><para>
10797                                                                         
10798                                                                                                                 
10799                                                                         
10800                                                                         
10801                                                                         
10802                                                                                 NOT NULL;
10803                                                                         
10804                                                                         
10805                                                                         
10806                                                                                 
10807                                                                                 <xref linkend="actor.table.usr"/>
10808                                                                                 
10809                                                                         
10810                                                                         </para></entry>
10811                                                         </row>
10812                                                 
10813                                                         <row>
10814                                                                 <entry>barcode</entry>
10815                                                                 <entry>text</entry>
10816                                                                 <entry><para>
10817                                                                         
10818                                                                                                                 
10819                                                                         
10820                                                                                 UNIQUE;
10821                                                                                 
10822                                                                         
10823                                                                         
10824                                                                                 NOT NULL;
10825                                                                         
10826                                                                         
10827                                                                         
10828                                                                                 
10829                                                                         
10830                                                                         </para></entry>
10831                                                         </row>
10832                                                 
10833                                                         <row>
10834                                                                 <entry>active</entry>
10835                                                                 <entry>boolean</entry>
10836                                                                 <entry><para>
10837                                                                         
10838                                                                         
10839                                                                                 NOT NULL;
10840                                                                         
10841                                                                         
10842                                                                                 DEFAULT true;
10843                                                                         
10844                                                                         
10845                                                                         </para></entry>
10846                                                         </row>
10847                                                 
10848                                                 </tbody>
10849                                         </tgroup>
10850                                 </informaltable>
10851                                 <para>
10852                                 
10853                                 
10854                                 
10855                                 
10856                 </para>
10857                 </simplesect>
10858                 
10859                 <simplesect id="actor.table.hours-of-operation" xreflabel="actor.hours_of_operation">           
10860                         <title>hours_of_operation</title>
10861                         <informaltable>
10862                                 <tgroup cols="3">
10863                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
10864                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
10865                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
10866                                         <thead>
10867                                                 <row>
10868                                                         <entry>Field</entry>
10869                                                         <entry>Data Type</entry>
10870                                                         <entry>Constraints and References</entry>
10871                                                 </row>
10872                                                 </thead>
10873                                                 <tbody>
10874                                                 
10875                                                         <row>
10876                                                                 <entry>id</entry>
10877                                                                 <entry>integer</entry>
10878                                                                 <entry><para>
10879                                                                         
10880                                                                                                                 
10881                                                                         
10882                                                                         
10883                                                                                 
10884                                                                                         PRIMARY KEY
10885                                                                                                                 
10886                                                                         
10887                                                                         
10888                                                                         
10889                                                                         
10890                                                                         
10891                                                                                 
10892                                                                                 <xref linkend="actor.table.org-unit"/>
10893                                                                                 
10894                                                                         
10895                                                                                 
10896                                                                         
10897                                                                         </para></entry>
10898                                                         </row>
10899                                                 
10900                                                         <row>
10901                                                                 <entry>dow_0_open</entry>
10902                                                                 <entry>time without time zone</entry>
10903                                                                 <entry><para>
10904                                                                         
10905                                                                         
10906                                                                                 NOT NULL;
10907                                                                         
10908                                                                         
10909                                                                                 DEFAULT &apos;09:00:00&apos;::time without time zone;
10910                                                                         
10911                                                                         
10912                                                                         </para></entry>
10913                                                         </row>
10914                                                 
10915                                                         <row>
10916                                                                 <entry>dow_0_close</entry>
10917                                                                 <entry>time without time zone</entry>
10918                                                                 <entry><para>
10919                                                                         
10920                                                                         
10921                                                                                 NOT NULL;
10922                                                                         
10923                                                                         
10924                                                                                 DEFAULT &apos;17:00:00&apos;::time without time zone;
10925                                                                         
10926                                                                         
10927                                                                         </para></entry>
10928                                                         </row>
10929                                                 
10930                                                         <row>
10931                                                                 <entry>dow_1_open</entry>
10932                                                                 <entry>time without time zone</entry>
10933                                                                 <entry><para>
10934                                                                         
10935                                                                         
10936                                                                                 NOT NULL;
10937                                                                         
10938                                                                         
10939                                                                                 DEFAULT &apos;09:00:00&apos;::time without time zone;
10940                                                                         
10941                                                                         
10942                                                                         </para></entry>
10943                                                         </row>
10944                                                 
10945                                                         <row>
10946                                                                 <entry>dow_1_close</entry>
10947                                                                 <entry>time without time zone</entry>
10948                                                                 <entry><para>
10949                                                                         
10950                                                                         
10951                                                                                 NOT NULL;
10952                                                                         
10953                                                                         
10954                                                                                 DEFAULT &apos;17:00:00&apos;::time without time zone;
10955                                                                         
10956                                                                         
10957                                                                         </para></entry>
10958                                                         </row>
10959                                                 
10960                                                         <row>
10961                                                                 <entry>dow_2_open</entry>
10962                                                                 <entry>time without time zone</entry>
10963                                                                 <entry><para>
10964                                                                         
10965                                                                         
10966                                                                                 NOT NULL;
10967                                                                         
10968                                                                         
10969                                                                                 DEFAULT &apos;09:00:00&apos;::time without time zone;
10970                                                                         
10971                                                                         
10972                                                                         </para></entry>
10973                                                         </row>
10974                                                 
10975                                                         <row>
10976                                                                 <entry>dow_2_close</entry>
10977                                                                 <entry>time without time zone</entry>
10978                                                                 <entry><para>
10979                                                                         
10980                                                                         
10981                                                                                 NOT NULL;
10982                                                                         
10983                                                                         
10984                                                                                 DEFAULT &apos;17:00:00&apos;::time without time zone;
10985                                                                         
10986                                                                         
10987                                                                         </para></entry>
10988                                                         </row>
10989                                                 
10990                                                         <row>
10991                                                                 <entry>dow_3_open</entry>
10992                                                                 <entry>time without time zone</entry>
10993                                                                 <entry><para>
10994                                                                         
10995                                                                         
10996                                                                                 NOT NULL;
10997                                                                         
10998                                                                         
10999                                                                                 DEFAULT &apos;09:00:00&apos;::time without time zone;
11000                                                                         
11001                                                                         
11002                                                                         </para></entry>
11003                                                         </row>
11004                                                 
11005                                                         <row>
11006                                                                 <entry>dow_3_close</entry>
11007                                                                 <entry>time without time zone</entry>
11008                                                                 <entry><para>
11009                                                                         
11010                                                                         
11011                                                                                 NOT NULL;
11012                                                                         
11013                                                                         
11014                                                                                 DEFAULT &apos;17:00:00&apos;::time without time zone;
11015                                                                         
11016                                                                         
11017                                                                         </para></entry>
11018                                                         </row>
11019                                                 
11020                                                         <row>
11021                                                                 <entry>dow_4_open</entry>
11022                                                                 <entry>time without time zone</entry>
11023                                                                 <entry><para>
11024                                                                         
11025                                                                         
11026                                                                                 NOT NULL;
11027                                                                         
11028                                                                         
11029                                                                                 DEFAULT &apos;09:00:00&apos;::time without time zone;
11030                                                                         
11031                                                                         
11032                                                                         </para></entry>
11033                                                         </row>
11034                                                 
11035                                                         <row>
11036                                                                 <entry>dow_4_close</entry>
11037                                                                 <entry>time without time zone</entry>
11038                                                                 <entry><para>
11039                                                                         
11040                                                                         
11041                                                                                 NOT NULL;
11042                                                                         
11043                                                                         
11044                                                                                 DEFAULT &apos;17:00:00&apos;::time without time zone;
11045                                                                         
11046                                                                         
11047                                                                         </para></entry>
11048                                                         </row>
11049                                                 
11050                                                         <row>
11051                                                                 <entry>dow_5_open</entry>
11052                                                                 <entry>time without time zone</entry>
11053                                                                 <entry><para>
11054                                                                         
11055                                                                         
11056                                                                                 NOT NULL;
11057                                                                         
11058                                                                         
11059                                                                                 DEFAULT &apos;09:00:00&apos;::time without time zone;
11060                                                                         
11061                                                                         
11062                                                                         </para></entry>
11063                                                         </row>
11064                                                 
11065                                                         <row>
11066                                                                 <entry>dow_5_close</entry>
11067                                                                 <entry>time without time zone</entry>
11068                                                                 <entry><para>
11069                                                                         
11070                                                                         
11071                                                                                 NOT NULL;
11072                                                                         
11073                                                                         
11074                                                                                 DEFAULT &apos;17:00:00&apos;::time without time zone;
11075                                                                         
11076                                                                         
11077                                                                         </para></entry>
11078                                                         </row>
11079                                                 
11080                                                         <row>
11081                                                                 <entry>dow_6_open</entry>
11082                                                                 <entry>time without time zone</entry>
11083                                                                 <entry><para>
11084                                                                         
11085                                                                         
11086                                                                                 NOT NULL;
11087                                                                         
11088                                                                         
11089                                                                                 DEFAULT &apos;09:00:00&apos;::time without time zone;
11090                                                                         
11091                                                                         
11092                                                                         </para></entry>
11093                                                         </row>
11094                                                 
11095                                                         <row>
11096                                                                 <entry>dow_6_close</entry>
11097                                                                 <entry>time without time zone</entry>
11098                                                                 <entry><para>
11099                                                                         
11100                                                                         
11101                                                                                 NOT NULL;
11102                                                                         
11103                                                                         
11104                                                                                 DEFAULT &apos;17:00:00&apos;::time without time zone;
11105                                                                         
11106                                                                         
11107                                                                         </para></entry>
11108                                                         </row>
11109                                                 
11110                                                 </tbody>
11111                                         </tgroup>
11112                                 </informaltable>
11113                                 <para>
11114                                 
11115                                 
11116                                 
11117                                 
11118                 </para>
11119                 </simplesect>
11120                 
11121                 <simplesect id="actor.table.org-address" xreflabel="actor.org_address">         
11122                         <title>org_address</title>
11123                         <informaltable>
11124                                 <tgroup cols="3">
11125                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
11126                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
11127                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
11128                                         <thead>
11129                                                 <row>
11130                                                         <entry>Field</entry>
11131                                                         <entry>Data Type</entry>
11132                                                         <entry>Constraints and References</entry>
11133                                                 </row>
11134                                                 </thead>
11135                                                 <tbody>
11136                                                 
11137                                                         <row>
11138                                                                 <entry>id</entry>
11139                                                                 <entry>serial</entry>
11140                                                                 <entry><para>
11141                                                                         
11142                                                                                 
11143                                                                                         PRIMARY KEY
11144                                                                                                                 
11145                                                                         
11146                                                                         
11147                                                                         
11148                                                                         
11149                                                                         
11150                                                                                 
11151                                                                         
11152                                                                         </para></entry>
11153                                                         </row>
11154                                                 
11155                                                         <row>
11156                                                                 <entry>valid</entry>
11157                                                                 <entry>boolean</entry>
11158                                                                 <entry><para>
11159                                                                         
11160                                                                         
11161                                                                                 NOT NULL;
11162                                                                         
11163                                                                         
11164                                                                                 DEFAULT true;
11165                                                                         
11166                                                                         
11167                                                                         </para></entry>
11168                                                         </row>
11169                                                 
11170                                                         <row>
11171                                                                 <entry>address_type</entry>
11172                                                                 <entry>text</entry>
11173                                                                 <entry><para>
11174                                                                         
11175                                                                         
11176                                                                                 NOT NULL;
11177                                                                         
11178                                                                         
11179                                                                                 DEFAULT &apos;MAILING&apos;::text;
11180                                                                         
11181                                                                         
11182                                                                         </para></entry>
11183                                                         </row>
11184                                                 
11185                                                         <row>
11186                                                                 <entry>org_unit</entry>
11187                                                                 <entry>integer</entry>
11188                                                                 <entry><para>
11189                                                                         
11190                                                                                                                 
11191                                                                         
11192                                                                         
11193                                                                         
11194                                                                                 NOT NULL;
11195                                                                         
11196                                                                         
11197                                                                         
11198                                                                                 
11199                                                                                 <xref linkend="actor.table.org-unit"/>
11200                                                                                 
11201                                                                         
11202                                                                         </para></entry>
11203                                                         </row>
11204                                                 
11205                                                         <row>
11206                                                                 <entry>street1</entry>
11207                                                                 <entry>text</entry>
11208                                                                 <entry><para>
11209                                                                         
11210                                                                         
11211                                                                                 NOT NULL;
11212                                                                         
11213                                                                         
11214                                                                         
11215                                                                         </para></entry>
11216                                                         </row>
11217                                                 
11218                                                         <row>
11219                                                                 <entry>street2</entry>
11220                                                                 <entry>text</entry>
11221                                                                 <entry><para>
11222                                                                         
11223                                                                         
11224                                                                         
11225                                                                         
11226                                                                         </para></entry>
11227                                                         </row>
11228                                                 
11229                                                         <row>
11230                                                                 <entry>city</entry>
11231                                                                 <entry>text</entry>
11232                                                                 <entry><para>
11233                                                                         
11234                                                                         
11235                                                                                 NOT NULL;
11236                                                                         
11237                                                                         
11238                                                                         
11239                                                                         </para></entry>
11240                                                         </row>
11241                                                 
11242                                                         <row>
11243                                                                 <entry>county</entry>
11244                                                                 <entry>text</entry>
11245                                                                 <entry><para>
11246                                                                         
11247                                                                         
11248                                                                         
11249                                                                         
11250                                                                         </para></entry>
11251                                                         </row>
11252                                                 
11253                                                         <row>
11254                                                                 <entry>state</entry>
11255                                                                 <entry>text</entry>
11256                                                                 <entry><para>
11257                                                                         
11258                                                                         
11259                                                                                 NOT NULL;
11260                                                                         
11261                                                                         
11262                                                                         
11263                                                                         </para></entry>
11264                                                         </row>
11265                                                 
11266                                                         <row>
11267                                                                 <entry>country</entry>
11268                                                                 <entry>text</entry>
11269                                                                 <entry><para>
11270                                                                         
11271                                                                         
11272                                                                                 NOT NULL;
11273                                                                         
11274                                                                         
11275                                                                         
11276                                                                         </para></entry>
11277                                                         </row>
11278                                                 
11279                                                         <row>
11280                                                                 <entry>post_code</entry>
11281                                                                 <entry>text</entry>
11282                                                                 <entry><para>
11283                                                                         
11284                                                                         
11285                                                                                 NOT NULL;
11286                                                                         
11287                                                                         
11288                                                                         
11289                                                                         </para></entry>
11290                                                         </row>
11291                                                 
11292                                                 </tbody>
11293                                         </tgroup>
11294                                 </informaltable>
11295                                 <para>
11296                                 
11297                                 
11298                                 
11299                                         <itemizedlist>
11300                                                 <title>
11301                                                         Tables referencing actor.org_unit via Foreign Key Constraints
11302                                                 </title>
11303                                 
11304                                                         <listitem>
11305                                                                 <para><xref linkend="actor.table.org-unit"/></para>
11306                                                         </listitem>
11307                                                         
11308                                         </itemizedlist>
11309                                 
11310                                 
11311                                 
11312                                 
11313                 </para>
11314                 </simplesect>
11315                 
11316                 <simplesect id="actor.table.org-lasso" xreflabel="actor.org_lasso">             
11317                         <title>org_lasso</title>
11318                         <informaltable>
11319                                 <tgroup cols="3">
11320                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
11321                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
11322                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
11323                                         <thead>
11324                                                 <row>
11325                                                         <entry>Field</entry>
11326                                                         <entry>Data Type</entry>
11327                                                         <entry>Constraints and References</entry>
11328                                                 </row>
11329                                                 </thead>
11330                                                 <tbody>
11331                                                 
11332                                                         <row>
11333                                                                 <entry>id</entry>
11334                                                                 <entry>serial</entry>
11335                                                                 <entry><para>
11336                                                                         
11337                                                                                 
11338                                                                                         PRIMARY KEY
11339                                                                                                                 
11340                                                                         
11341                                                                         
11342                                                                         
11343                                                                         
11344                                                                         
11345                                                                                 
11346                                                                         
11347                                                                         </para></entry>
11348                                                         </row>
11349                                                 
11350                                                         <row>
11351                                                                 <entry>name</entry>
11352                                                                 <entry>text</entry>
11353                                                                 <entry><para>
11354                                                                         
11355                                                                                                                 
11356                                                                         
11357                                                                                 UNIQUE;
11358                                                                                 
11359                                                                         
11360                                                                         
11361                                                                         
11362                                                                         
11363                                                                                 
11364                                                                         
11365                                                                         </para></entry>
11366                                                         </row>
11367                                                 
11368                                                 </tbody>
11369                                         </tgroup>
11370                                 </informaltable>
11371                                 <para>
11372                                 
11373                                 
11374                                 
11375                                         <itemizedlist>
11376                                                 <title>
11377                                                         Tables referencing actor.org_lasso_map via Foreign Key Constraints
11378                                                 </title>
11379                                 
11380                                                         <listitem>
11381                                                                 <para><xref linkend="actor.table.org-lasso-map"/></para>
11382                                                         </listitem>
11383                                                         
11384                                         </itemizedlist>
11385                                 
11386                                 
11387                                 
11388                                 
11389                 </para>
11390                 </simplesect>
11391                 
11392                 <simplesect id="actor.table.org-lasso-map" xreflabel="actor.org_lasso_map">             
11393                         <title>org_lasso_map</title>
11394                         <informaltable>
11395                                 <tgroup cols="3">
11396                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
11397                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
11398                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
11399                                         <thead>
11400                                                 <row>
11401                                                         <entry>Field</entry>
11402                                                         <entry>Data Type</entry>
11403                                                         <entry>Constraints and References</entry>
11404                                                 </row>
11405                                                 </thead>
11406                                                 <tbody>
11407                                                 
11408                                                         <row>
11409                                                                 <entry>id</entry>
11410                                                                 <entry>serial</entry>
11411                                                                 <entry><para>
11412                                                                         
11413                                                                                 
11414                                                                                         PRIMARY KEY
11415                                                                                                                 
11416                                                                         
11417                                                                         
11418                                                                         
11419                                                                         
11420                                                                         
11421                                                                                 
11422                                                                         
11423                                                                         </para></entry>
11424                                                         </row>
11425                                                 
11426                                                         <row>
11427                                                                 <entry>lasso</entry>
11428                                                                 <entry>integer</entry>
11429                                                                 <entry><para>
11430                                                                         
11431                                                                                                                 
11432                                                                         
11433                                                                         
11434                                                                         
11435                                                                                 NOT NULL;
11436                                                                         
11437                                                                         
11438                                                                         
11439                                                                                 
11440                                                                                 <xref linkend="actor.table.org-lasso"/>
11441                                                                                 
11442                                                                         
11443                                                                         </para></entry>
11444                                                         </row>
11445                                                 
11446                                                         <row>
11447                                                                 <entry>org_unit</entry>
11448                                                                 <entry>integer</entry>
11449                                                                 <entry><para>
11450                                                                         
11451                                                                                                                 
11452                                                                         
11453                                                                         
11454                                                                         
11455                                                                                 NOT NULL;
11456                                                                         
11457                                                                         
11458                                                                         
11459                                                                                 
11460                                                                                 <xref linkend="actor.table.org-unit"/>
11461                                                                                 
11462                                                                         
11463                                                                         </para></entry>
11464                                                         </row>
11465                                                 
11466                                                 </tbody>
11467                                         </tgroup>
11468                                 </informaltable>
11469                                 <para>
11470                                 
11471                                 
11472                                 
11473                                 
11474                 </para>
11475                 </simplesect>
11476                 
11477                 <simplesect id="actor.table.org-unit" xreflabel="actor.org_unit">               
11478                         <title>org_unit</title>
11479                         <informaltable>
11480                                 <tgroup cols="3">
11481                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
11482                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
11483                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
11484                                         <thead>
11485                                                 <row>
11486                                                         <entry>Field</entry>
11487                                                         <entry>Data Type</entry>
11488                                                         <entry>Constraints and References</entry>
11489                                                 </row>
11490                                                 </thead>
11491                                                 <tbody>
11492                                                 
11493                                                         <row>
11494                                                                 <entry>id</entry>
11495                                                                 <entry>serial</entry>
11496                                                                 <entry><para>
11497                                                                         
11498                                                                                 
11499                                                                                         PRIMARY KEY
11500                                                                                                                 
11501                                                                         
11502                                                                         
11503                                                                         
11504                                                                         
11505                                                                         
11506                                                                                 
11507                                                                         
11508                                                                         </para></entry>
11509                                                         </row>
11510                                                 
11511                                                         <row>
11512                                                                 <entry>parent_ou</entry>
11513                                                                 <entry>integer</entry>
11514                                                                 <entry><para>
11515                                                                         
11516                                                                                                                 
11517                                                                         
11518                                                                         
11519                                                                         
11520                                                                         
11521                                                                         
11522                                                                                 
11523                                                                                 <xref linkend="actor.table.org-unit"/>
11524                                                                                 
11525                                                                         
11526                                                                         </para></entry>
11527                                                         </row>
11528                                                 
11529                                                         <row>
11530                                                                 <entry>ou_type</entry>
11531                                                                 <entry>integer</entry>
11532                                                                 <entry><para>
11533                                                                         
11534                                                                                                                 
11535                                                                         
11536                                                                         
11537                                                                         
11538                                                                                 NOT NULL;
11539                                                                         
11540                                                                         
11541                                                                         
11542                                                                                 
11543                                                                                 <xref linkend="actor.table.org-unit-type"/>
11544                                                                                 
11545                                                                         
11546                                                                         </para></entry>
11547                                                         </row>
11548                                                 
11549                                                         <row>
11550                                                                 <entry>ill_address</entry>
11551                                                                 <entry>integer</entry>
11552                                                                 <entry><para>
11553                                                                         
11554                                                                                                                 
11555                                                                         
11556                                                                         
11557                                                                         
11558                                                                         
11559                                                                         
11560                                                                                 
11561                                                                                 <xref linkend="actor.table.org-address"/>
11562                                                                                 
11563                                                                         
11564                                                                         </para></entry>
11565                                                         </row>
11566                                                 
11567                                                         <row>
11568                                                                 <entry>holds_address</entry>
11569                                                                 <entry>integer</entry>
11570                                                                 <entry><para>
11571                                                                         
11572                                                                                                                 
11573                                                                         
11574                                                                         
11575                                                                         
11576                                                                         
11577                                                                         
11578                                                                                 
11579                                                                                 <xref linkend="actor.table.org-address"/>
11580                                                                                 
11581                                                                         
11582                                                                         </para></entry>
11583                                                         </row>
11584                                                 
11585                                                         <row>
11586                                                                 <entry>mailing_address</entry>
11587                                                                 <entry>integer</entry>
11588                                                                 <entry><para>
11589                                                                         
11590                                                                                                                 
11591                                                                         
11592                                                                         
11593                                                                         
11594                                                                         
11595                                                                         
11596                                                                                 
11597                                                                                 <xref linkend="actor.table.org-address"/>
11598                                                                                 
11599                                                                         
11600                                                                         </para></entry>
11601                                                         </row>
11602                                                 
11603                                                         <row>
11604                                                                 <entry>billing_address</entry>
11605                                                                 <entry>integer</entry>
11606                                                                 <entry><para>
11607                                                                         
11608                                                                                                                 
11609                                                                         
11610                                                                         
11611                                                                         
11612                                                                         
11613                                                                         
11614                                                                                 
11615                                                                                 <xref linkend="actor.table.org-address"/>
11616                                                                                 
11617                                                                         
11618                                                                         </para></entry>
11619                                                         </row>
11620                                                 
11621                                                         <row>
11622                                                                 <entry>shortname</entry>
11623                                                                 <entry>text</entry>
11624                                                                 <entry><para>
11625                                                                         
11626                                                                         
11627                                                                                 NOT NULL;
11628                                                                         
11629                                                                         
11630                                                                         
11631                                                                         </para></entry>
11632                                                         </row>
11633                                                 
11634                                                         <row>
11635                                                                 <entry>name</entry>
11636                                                                 <entry>text</entry>
11637                                                                 <entry><para>
11638                                                                         
11639                                                                         
11640                                                                                 NOT NULL;
11641                                                                         
11642                                                                         
11643                                                                         
11644                                                                         </para></entry>
11645                                                         </row>
11646                                                 
11647                                                         <row>
11648                                                                 <entry>email</entry>
11649                                                                 <entry>text</entry>
11650                                                                 <entry><para>
11651                                                                         
11652                                                                         
11653                                                                         
11654                                                                         
11655                                                                         </para></entry>
11656                                                         </row>
11657                                                 
11658                                                         <row>
11659                                                                 <entry>phone</entry>
11660                                                                 <entry>text</entry>
11661                                                                 <entry><para>
11662                                                                         
11663                                                                         
11664                                                                         
11665                                                                         
11666                                                                         </para></entry>
11667                                                         </row>
11668                                                 
11669                                                         <row>
11670                                                                 <entry>opac_visible</entry>
11671                                                                 <entry>boolean</entry>
11672                                                                 <entry><para>
11673                                                                         
11674                                                                         
11675                                                                                 NOT NULL;
11676                                                                         
11677                                                                         
11678                                                                                 DEFAULT true;
11679                                                                         
11680                                                                         
11681                                                                         </para></entry>
11682                                                         </row>
11683                                                 
11684                                                 </tbody>
11685                                         </tgroup>
11686                                 </informaltable>
11687                                 <para>
11688                                 
11689                                 
11690                                 
11691                                         <itemizedlist>
11692                                                 <title>
11693                                                         Tables referencing acq.distribution_formula via Foreign Key Constraints
11694                                                 </title>
11695                                 
11696                                                         <listitem>
11697                                                                 <para><xref linkend="acq.table.distribution-formula"/></para>
11698                                                         </listitem>
11699                                                         
11700                                 
11701                                 
11702                                                         <listitem>
11703                                                                 <para><xref linkend="acq.table.distribution-formula-entry"/></para>
11704                                                         </listitem>
11705                                                         
11706                                 
11707                                 
11708                                                         <listitem>
11709                                                                 <para><xref linkend="acq.table.fund"/></para>
11710                                                         </listitem>
11711                                                         
11712                                 
11713                                 
11714                                                         <listitem>
11715                                                                 <para><xref linkend="acq.table.fund-tag"/></para>
11716                                                         </listitem>
11717                                                         
11718                                 
11719                                 
11720                                                         <listitem>
11721                                                                 <para><xref linkend="acq.table.funding-source"/></para>
11722                                                         </listitem>
11723                                                         
11724                                 
11725                                 
11726                                                         <listitem>
11727                                                                 <para><xref linkend="acq.table.lineitem-detail"/></para>
11728                                                         </listitem>
11729                                                         
11730                                 
11731                                 
11732                                                         <listitem>
11733                                                                 <para><xref linkend="acq.table.picklist"/></para>
11734                                                         </listitem>
11735                                                         
11736                                 
11737                                 
11738                                                         <listitem>
11739                                                                 <para><xref linkend="acq.table.provider"/></para>
11740                                                         </listitem>
11741                                                         
11742                                 
11743                                 
11744                                                         <listitem>
11745                                                                 <para><xref linkend="acq.table.purchase-order"/></para>
11746                                                         </listitem>
11747                                                         
11748                                 
11749                                 
11750                                                         <listitem>
11751                                                                 <para><xref linkend="action.table.circulation"/></para>
11752                                                         </listitem>
11753                                                         
11754                                 
11755                                 
11756                                                         <listitem>
11757                                                                 <para><xref linkend="action.table.hold-request"/></para>
11758                                                         </listitem>
11759                                                         
11760                                 
11761                                 
11762                                                         <listitem>
11763                                                                 <para><xref linkend="action.table.in-house-use"/></para>
11764                                                         </listitem>
11765                                                         
11766                                 
11767                                 
11768                                                         <listitem>
11769                                                                 <para><xref linkend="action.table.non-cat-in-house-use"/></para>
11770                                                         </listitem>
11771                                                         
11772                                 
11773                                 
11774                                                         <listitem>
11775                                                                 <para><xref linkend="action.table.non-cataloged-circulation"/></para>
11776                                                         </listitem>
11777                                                         
11778                                 
11779                                 
11780                                                         <listitem>
11781                                                                 <para><xref linkend="action.table.survey"/></para>
11782                                                         </listitem>
11783                                                         
11784                                 
11785                                 
11786                                                         <listitem>
11787                                                                 <para><xref linkend="action.table.transit-copy"/></para>
11788                                                         </listitem>
11789                                                         
11790                                 
11791                                 
11792                                                         <listitem>
11793                                                                 <para><xref linkend="action-trigger.table.event-definition"/></para>
11794                                                         </listitem>
11795                                                         
11796                                 
11797                                 
11798                                                         <listitem>
11799                                                                 <para><xref linkend="actor.table.hours-of-operation"/></para>
11800                                                         </listitem>
11801                                                         
11802                                 
11803                                 
11804                                                         <listitem>
11805                                                                 <para><xref linkend="actor.table.org-address"/></para>
11806                                                         </listitem>
11807                                                         
11808                                 
11809                                 
11810                                                         <listitem>
11811                                                                 <para><xref linkend="actor.table.org-lasso-map"/></para>
11812                                                         </listitem>
11813                                                         
11814                                 
11815                                 
11816                                                         <listitem>
11817                                                                 <para><xref linkend="actor.table.org-unit"/></para>
11818                                                         </listitem>
11819                                                         
11820                                 
11821                                 
11822                                                         <listitem>
11823                                                                 <para><xref linkend="actor.table.org-unit-closed"/></para>
11824                                                         </listitem>
11825                                                         
11826                                 
11827                                 
11828                                                         <listitem>
11829                                                                 <para><xref linkend="actor.table.org-unit-setting"/></para>
11830                                                         </listitem>
11831                                                         
11832                                 
11833                                 
11834                                                         <listitem>
11835                                                                 <para><xref linkend="actor.table.stat-cat"/></para>
11836                                                         </listitem>
11837                                                         
11838                                 
11839                                 
11840                                                         <listitem>
11841                                                                 <para><xref linkend="actor.table.stat-cat-entry"/></para>
11842                                                         </listitem>
11843                                                         
11844                                 
11845                                 
11846                                                         <listitem>
11847                                                                 <para><xref linkend="actor.table.usr"/></para>
11848                                                         </listitem>
11849                                                         
11850                                 
11851                                 
11852                                                         <listitem>
11853                                                                 <para><xref linkend="actor.table.usr-org-unit-opt-in"/></para>
11854                                                         </listitem>
11855                                                         
11856                                 
11857                                 
11858                                                         <listitem>
11859                                                                 <para><xref linkend="actor.table.usr-standing-penalty"/></para>
11860                                                         </listitem>
11861                                                         
11862                                 
11863                                 
11864                                                         <listitem>
11865                                                                 <para><xref linkend="actor.table.workstation"/></para>
11866                                                         </listitem>
11867                                                         
11868                                 
11869                                 
11870                                                         <listitem>
11871                                                                 <para><xref linkend="asset.table.call-number"/></para>
11872                                                         </listitem>
11873                                                         
11874                                 
11875                                 
11876                                                         <listitem>
11877                                                                 <para><xref linkend="asset.table.copy"/></para>
11878                                                         </listitem>
11879                                                         
11880                                 
11881                                 
11882                                                         <listitem>
11883                                                                 <para><xref linkend="asset.table.copy-location"/></para>
11884                                                         </listitem>
11885                                                         
11886                                 
11887                                 
11888                                                         <listitem>
11889                                                                 <para><xref linkend="asset.table.copy-transparency"/></para>
11890                                                         </listitem>
11891                                                         
11892                                 
11893                                 
11894                                                         <listitem>
11895                                                                 <para><xref linkend="asset.table.stat-cat"/></para>
11896                                                         </listitem>
11897                                                         
11898                                 
11899                                 
11900                                                         <listitem>
11901                                                                 <para><xref linkend="asset.table.stat-cat-entry"/></para>
11902                                                         </listitem>
11903                                                         
11904                                 
11905                                 
11906                                                         <listitem>
11907                                                                 <para><xref linkend="booking.table.reservation"/></para>
11908                                                         </listitem>
11909                                                         
11910                                 
11911                                 
11912                                                         <listitem>
11913                                                                 <para><xref linkend="booking.table.resource"/></para>
11914                                                         </listitem>
11915                                                         
11916                                 
11917                                 
11918                                                         <listitem>
11919                                                                 <para><xref linkend="booking.table.resource-attr"/></para>
11920                                                         </listitem>
11921                                                         
11922                                 
11923                                 
11924                                                         <listitem>
11925                                                                 <para><xref linkend="booking.table.resource-attr-value"/></para>
11926                                                         </listitem>
11927                                                         
11928                                 
11929                                 
11930                                                         <listitem>
11931                                                                 <para><xref linkend="booking.table.resource-type"/></para>
11932                                                         </listitem>
11933                                                         
11934                                 
11935                                 
11936                                                         <listitem>
11937                                                                 <para><xref linkend="config.table.billing-type"/></para>
11938                                                         </listitem>
11939                                                         
11940                                 
11941                                 
11942                                                         <listitem>
11943                                                                 <para><xref linkend="config.table.circ-matrix-matchpoint"/></para>
11944                                                         </listitem>
11945                                                         
11946                                 
11947                                 
11948                                                         <listitem>
11949                                                                 <para><xref linkend="config.table.hold-matrix-matchpoint"/></para>
11950                                                         </listitem>
11951                                                         
11952                                 
11953                                 
11954                                                         <listitem>
11955                                                                 <para><xref linkend="config.table.idl-field-doc"/></para>
11956                                                         </listitem>
11957                                                         
11958                                 
11959                                 
11960                                                         <listitem>
11961                                                                 <para><xref linkend="money.table.collections-tracker"/></para>
11962                                                         </listitem>
11963                                                         
11964                                 
11965                                 
11966                                                         <listitem>
11967                                                                 <para><xref linkend="permission.table.grp-penalty-threshold"/></para>
11968                                                         </listitem>
11969                                                         
11970                                 
11971                                 
11972                                                         <listitem>
11973                                                                 <para><xref linkend="permission.table.usr-work-ou-map"/></para>
11974                                                         </listitem>
11975                                                         
11976                                 
11977                                 
11978                                                         <listitem>
11979                                                                 <para><xref linkend="reporter.table.output-folder"/></para>
11980                                                         </listitem>
11981                                                         
11982                                 
11983                                 
11984                                                         <listitem>
11985                                                                 <para><xref linkend="reporter.table.report-folder"/></para>
11986                                                         </listitem>
11987                                                         
11988                                 
11989                                 
11990                                                         <listitem>
11991                                                                 <para><xref linkend="reporter.table.template-folder"/></para>
11992                                                         </listitem>
11993                                                         
11994                                 
11995                                 
11996                                                         <listitem>
11997                                                                 <para><xref linkend="serial.table.record-entry"/></para>
11998                                                         </listitem>
11999                                                         
12000                                 
12001                                 
12002                                                         <listitem>
12003                                                                 <para><xref linkend="vandelay.table.import-bib-trash-fields"/></para>
12004                                                         </listitem>
12005                                                         
12006                                 
12007                                 
12008                                                         <listitem>
12009                                                                 <para><xref linkend="vandelay.table.import-item-attr-definition"/></para>
12010                                                         </listitem>
12011                                                         
12012                                         </itemizedlist>
12013                                 
12014                                 
12015                                 
12016                                 
12017                 </para>
12018                 </simplesect>
12019                 
12020                 <simplesect id="actor.table.org-unit-closed" xreflabel="actor.org_unit_closed">         
12021                         <title>org_unit_closed</title>
12022                         <informaltable>
12023                                 <tgroup cols="3">
12024                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
12025                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
12026                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
12027                                         <thead>
12028                                                 <row>
12029                                                         <entry>Field</entry>
12030                                                         <entry>Data Type</entry>
12031                                                         <entry>Constraints and References</entry>
12032                                                 </row>
12033                                                 </thead>
12034                                                 <tbody>
12035                                                 
12036                                                         <row>
12037                                                                 <entry>id</entry>
12038                                                                 <entry>serial</entry>
12039                                                                 <entry><para>
12040                                                                         
12041                                                                                 
12042                                                                                         PRIMARY KEY
12043                                                                                                                 
12044                                                                         
12045                                                                         
12046                                                                         
12047                                                                         
12048                                                                         
12049                                                                                 
12050                                                                         
12051                                                                         </para></entry>
12052                                                         </row>
12053                                                 
12054                                                         <row>
12055                                                                 <entry>org_unit</entry>
12056                                                                 <entry>integer</entry>
12057                                                                 <entry><para>
12058                                                                         
12059                                                                                                                 
12060                                                                         
12061                                                                         
12062                                                                         
12063                                                                                 NOT NULL;
12064                                                                         
12065                                                                         
12066                                                                         
12067                                                                                 
12068                                                                                 <xref linkend="actor.table.org-unit"/>
12069                                                                                 
12070                                                                         
12071                                                                         </para></entry>
12072                                                         </row>
12073                                                 
12074                                                         <row>
12075                                                                 <entry>close_start</entry>
12076                                                                 <entry>timestamp with time zone</entry>
12077                                                                 <entry><para>
12078                                                                         
12079                                                                         
12080                                                                                 NOT NULL;
12081                                                                         
12082                                                                         
12083                                                                         
12084                                                                         </para></entry>
12085                                                         </row>
12086                                                 
12087                                                         <row>
12088                                                                 <entry>close_end</entry>
12089                                                                 <entry>timestamp with time zone</entry>
12090                                                                 <entry><para>
12091                                                                         
12092                                                                         
12093                                                                                 NOT NULL;
12094                                                                         
12095                                                                         
12096                                                                         
12097                                                                         </para></entry>
12098                                                         </row>
12099                                                 
12100                                                         <row>
12101                                                                 <entry>reason</entry>
12102                                                                 <entry>text</entry>
12103                                                                 <entry><para>
12104                                                                         
12105                                                                         
12106                                                                         
12107                                                                         
12108                                                                         </para></entry>
12109                                                         </row>
12110                                                 
12111                                                 </tbody>
12112                                         </tgroup>
12113                                 </informaltable>
12114                                 <para>
12115                                 
12116                                 
12117                                 
12118                                 
12119                 </para>
12120                 </simplesect>
12121                 
12122                 <simplesect id="actor.table.org-unit-proximity" xreflabel="actor.org_unit_proximity">           
12123                         <title>org_unit_proximity</title>
12124                         <informaltable>
12125                                 <tgroup cols="3">
12126                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
12127                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
12128                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
12129                                         <thead>
12130                                                 <row>
12131                                                         <entry>Field</entry>
12132                                                         <entry>Data Type</entry>
12133                                                         <entry>Constraints and References</entry>
12134                                                 </row>
12135                                                 </thead>
12136                                                 <tbody>
12137                                                 
12138                                                         <row>
12139                                                                 <entry>id</entry>
12140                                                                 <entry>bigserial</entry>
12141                                                                 <entry><para>
12142                                                                         
12143                                                                                 
12144                                                                                         PRIMARY KEY
12145                                                                                                                 
12146                                                                         
12147                                                                         
12148                                                                         
12149                                                                         
12150                                                                         
12151                                                                                 
12152                                                                         
12153                                                                         </para></entry>
12154                                                         </row>
12155                                                 
12156                                                         <row>
12157                                                                 <entry>from_org</entry>
12158                                                                 <entry>integer</entry>
12159                                                                 <entry><para>
12160                                                                         
12161                                                                         
12162                                                                         
12163                                                                         
12164                                                                         </para></entry>
12165                                                         </row>
12166                                                 
12167                                                         <row>
12168                                                                 <entry>to_org</entry>
12169                                                                 <entry>integer</entry>
12170                                                                 <entry><para>
12171                                                                         
12172                                                                         
12173                                                                         
12174                                                                         
12175                                                                         </para></entry>
12176                                                         </row>
12177                                                 
12178                                                         <row>
12179                                                                 <entry>prox</entry>
12180                                                                 <entry>integer</entry>
12181                                                                 <entry><para>
12182                                                                         
12183                                                                         
12184                                                                         
12185                                                                         
12186                                                                         </para></entry>
12187                                                         </row>
12188                                                 
12189                                                 </tbody>
12190                                         </tgroup>
12191                                 </informaltable>
12192                                 <para>
12193                                 
12194                                 
12195                                 
12196                                 
12197                 </para>
12198                 </simplesect>
12199                 
12200                 <simplesect id="actor.table.org-unit-setting" xreflabel="actor.org_unit_setting">               
12201                         <title>org_unit_setting</title>
12202                         <informaltable>
12203                                 <tgroup cols="3">
12204                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
12205                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
12206                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
12207                                         <thead>
12208                                                 <row>
12209                                                         <entry>Field</entry>
12210                                                         <entry>Data Type</entry>
12211                                                         <entry>Constraints and References</entry>
12212                                                 </row>
12213                                                 </thead>
12214                                                 <tbody>
12215                                                 
12216                                                         <row>
12217                                                                 <entry>id</entry>
12218                                                                 <entry>bigserial</entry>
12219                                                                 <entry><para>
12220                                                                         
12221                                                                                 
12222                                                                                         PRIMARY KEY
12223                                                                                                                 
12224                                                                         
12225                                                                         
12226                                                                         
12227                                                                         
12228                                                                         
12229                                                                                 
12230                                                                         
12231                                                                         </para></entry>
12232                                                         </row>
12233                                                 
12234                                                         <row>
12235                                                                 <entry>org_unit</entry>
12236                                                                 <entry>integer</entry>
12237                                                                 <entry><para>
12238                                                                         
12239                                                                                                                 
12240                                                                         
12241                                                                         
12242                                                                                                                 
12243                                                                         
12244                                                                                 UNIQUE#1
12245                                                                                 ;
12246                                                                                 
12247                                                                         
12248                                                                         
12249                                                                                 NOT NULL;
12250                                                                         
12251                                                                         
12252                                                                         
12253                                                                                 
12254                                                                                 <xref linkend="actor.table.org-unit"/>
12255                                                                                 
12256                                                                         
12257                                                                                 
12258                                                                         
12259                                                                         </para></entry>
12260                                                         </row>
12261                                                 
12262                                                         <row>
12263                                                                 <entry>name</entry>
12264                                                                 <entry>text</entry>
12265                                                                 <entry><para>
12266                                                                         
12267                                                                                                                 
12268                                                                         
12269                                                                                 UNIQUE#1
12270                                                                                 ;
12271                                                                                 
12272                                                                         
12273                                                                         
12274                                                                                 NOT NULL;
12275                                                                         
12276                                                                         
12277                                                                         
12278                                                                                 
12279                                                                         
12280                                                                         </para></entry>
12281                                                         </row>
12282                                                 
12283                                                         <row>
12284                                                                 <entry>value</entry>
12285                                                                 <entry>text</entry>
12286                                                                 <entry><para>
12287                                                                         
12288                                                                         
12289                                                                                 NOT NULL;
12290                                                                         
12291                                                                         
12292                                                                         
12293                                                                         </para></entry>
12294                                                         </row>
12295                                                 
12296                                                 </tbody>
12297                                         </tgroup>
12298                                 </informaltable>
12299                                 <para>
12300                                 
12301                                 
12302                                 
12303                                 
12304                 </para>
12305                 </simplesect>
12306                 
12307                 <simplesect id="actor.table.org-unit-type" xreflabel="actor.org_unit_type">             
12308                         <title>org_unit_type</title>
12309                         <informaltable>
12310                                 <tgroup cols="3">
12311                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
12312                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
12313                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
12314                                         <thead>
12315                                                 <row>
12316                                                         <entry>Field</entry>
12317                                                         <entry>Data Type</entry>
12318                                                         <entry>Constraints and References</entry>
12319                                                 </row>
12320                                                 </thead>
12321                                                 <tbody>
12322                                                 
12323                                                         <row>
12324                                                                 <entry>id</entry>
12325                                                                 <entry>serial</entry>
12326                                                                 <entry><para>
12327                                                                         
12328                                                                                 
12329                                                                                         PRIMARY KEY
12330                                                                                                                 
12331                                                                         
12332                                                                         
12333                                                                         
12334                                                                         
12335                                                                         
12336                                                                                 
12337                                                                         
12338                                                                         </para></entry>
12339                                                         </row>
12340                                                 
12341                                                         <row>
12342                                                                 <entry>name</entry>
12343                                                                 <entry>text</entry>
12344                                                                 <entry><para>
12345                                                                         
12346                                                                         
12347                                                                                 NOT NULL;
12348                                                                         
12349                                                                         
12350                                                                         
12351                                                                         </para></entry>
12352                                                         </row>
12353                                                 
12354                                                         <row>
12355                                                                 <entry>opac_label</entry>
12356                                                                 <entry>text</entry>
12357                                                                 <entry><para>
12358                                                                         
12359                                                                         
12360                                                                                 NOT NULL;
12361                                                                         
12362                                                                         
12363                                                                         
12364                                                                         </para></entry>
12365                                                         </row>
12366                                                 
12367                                                         <row>
12368                                                                 <entry>depth</entry>
12369                                                                 <entry>integer</entry>
12370                                                                 <entry><para>
12371                                                                         
12372                                                                         
12373                                                                                 NOT NULL;
12374                                                                         
12375                                                                         
12376                                                                         
12377                                                                         </para></entry>
12378                                                         </row>
12379                                                 
12380                                                         <row>
12381                                                                 <entry>parent</entry>
12382                                                                 <entry>integer</entry>
12383                                                                 <entry><para>
12384                                                                         
12385                                                                                                                 
12386                                                                         
12387                                                                         
12388                                                                         
12389                                                                         
12390                                                                         
12391                                                                                 
12392                                                                                 <xref linkend="actor.table.org-unit-type"/>
12393                                                                                 
12394                                                                         
12395                                                                         </para></entry>
12396                                                         </row>
12397                                                 
12398                                                         <row>
12399                                                                 <entry>can_have_vols</entry>
12400                                                                 <entry>boolean</entry>
12401                                                                 <entry><para>
12402                                                                         
12403                                                                         
12404                                                                                 NOT NULL;
12405                                                                         
12406                                                                         
12407                                                                                 DEFAULT true;
12408                                                                         
12409                                                                         
12410                                                                         </para></entry>
12411                                                         </row>
12412                                                 
12413                                                         <row>
12414                                                                 <entry>can_have_users</entry>
12415                                                                 <entry>boolean</entry>
12416                                                                 <entry><para>
12417                                                                         
12418                                                                         
12419                                                                                 NOT NULL;
12420                                                                         
12421                                                                         
12422                                                                                 DEFAULT true;
12423                                                                         
12424                                                                         
12425                                                                         </para></entry>
12426                                                         </row>
12427                                                 
12428                                                 </tbody>
12429                                         </tgroup>
12430                                 </informaltable>
12431                                 <para>
12432                                 
12433                                 
12434                                 
12435                                         <itemizedlist>
12436                                                 <title>
12437                                                         Tables referencing actor.org_unit via Foreign Key Constraints
12438                                                 </title>
12439                                 
12440                                                         <listitem>
12441                                                                 <para><xref linkend="actor.table.org-unit"/></para>
12442                                                         </listitem>
12443                                                         
12444                                 
12445                                 
12446                                                         <listitem>
12447                                                                 <para><xref linkend="actor.table.org-unit-type"/></para>
12448                                                         </listitem>
12449                                                         
12450                                 
12451                                 
12452                                                         <listitem>
12453                                                                 <para><xref linkend="config.table.hold-matrix-matchpoint"/></para>
12454                                                         </listitem>
12455                                                         
12456                                 
12457                                 
12458                                                         <listitem>
12459                                                                 <para><xref linkend="config.table.hold-matrix-test"/></para>
12460                                                         </listitem>
12461                                                         
12462                                         </itemizedlist>
12463                                 
12464                                 
12465                                 
12466                                 
12467                 </para>
12468                 </simplesect>
12469                 
12470                 <simplesect id="actor.table.stat-cat" xreflabel="actor.stat_cat">               
12471                         <title>stat_cat</title>
12472                         <informaltable>
12473                                 <tgroup cols="3">
12474                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
12475                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
12476                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
12477                                         <thead>
12478                                                 <row>
12479                                                         <entry>Field</entry>
12480                                                         <entry>Data Type</entry>
12481                                                         <entry>Constraints and References</entry>
12482                                                 </row>
12483                                                 </thead>
12484                                                 <tbody>
12485                                                 
12486                                                         <row>
12487                                                                 <entry>id</entry>
12488                                                                 <entry>serial</entry>
12489                                                                 <entry><para>
12490                                                                         
12491                                                                                 
12492                                                                                         PRIMARY KEY
12493                                                                                                                 
12494                                                                         
12495                                                                         
12496                                                                         
12497                                                                         
12498                                                                         
12499                                                                                 
12500                                                                         
12501                                                                         </para></entry>
12502                                                         </row>
12503                                                 
12504                                                         <row>
12505                                                                 <entry>owner</entry>
12506                                                                 <entry>integer</entry>
12507                                                                 <entry><para>
12508                                                                         
12509                                                                                                                 
12510                                                                         
12511                                                                         
12512                                                                                                                 
12513                                                                         
12514                                                                                 UNIQUE#1
12515                                                                                 ;
12516                                                                                 
12517                                                                         
12518                                                                         
12519                                                                                 NOT NULL;
12520                                                                         
12521                                                                         
12522                                                                         
12523                                                                                 
12524                                                                                 <xref linkend="actor.table.org-unit"/>
12525                                                                                 
12526                                                                         
12527                                                                                 
12528                                                                         
12529                                                                         </para></entry>
12530                                                         </row>
12531                                                 
12532                                                         <row>
12533                                                                 <entry>name</entry>
12534                                                                 <entry>text</entry>
12535                                                                 <entry><para>
12536                                                                         
12537                                                                                                                 
12538                                                                         
12539                                                                                 UNIQUE#1
12540                                                                                 ;
12541                                                                                 
12542                                                                         
12543                                                                         
12544                                                                                 NOT NULL;
12545                                                                         
12546                                                                         
12547                                                                         
12548                                                                                 
12549                                                                         
12550                                                                         </para></entry>
12551                                                         </row>
12552                                                 
12553                                                         <row>
12554                                                                 <entry>opac_visible</entry>
12555                                                                 <entry>boolean</entry>
12556                                                                 <entry><para>
12557                                                                         
12558                                                                         
12559                                                                                 NOT NULL;
12560                                                                         
12561                                                                         
12562                                                                                 DEFAULT false;
12563                                                                         
12564                                                                         
12565                                                                         </para></entry>
12566                                                         </row>
12567                                                 
12568                                                 </tbody>
12569                                         </tgroup>
12570                                 </informaltable>
12571                                 <para>
12572                                 
12573                                 
12574                                 
12575                                         <itemizedlist>
12576                                                 <title>
12577                                                         Tables referencing actor.stat_cat_entry via Foreign Key Constraints
12578                                                 </title>
12579                                 
12580                                                         <listitem>
12581                                                                 <para><xref linkend="actor.table.stat-cat-entry"/></para>
12582                                                         </listitem>
12583                                                         
12584                                 
12585                                 
12586                                                         <listitem>
12587                                                                 <para><xref linkend="actor.table.stat-cat-entry-usr-map"/></para>
12588                                                         </listitem>
12589                                                         
12590                                         </itemizedlist>
12591                                 
12592                                 
12593                                 
12594                                 
12595                 </para>
12596                 </simplesect>
12597                 
12598                 <simplesect id="actor.table.stat-cat-entry" xreflabel="actor.stat_cat_entry">           
12599                         <title>stat_cat_entry</title>
12600                         <informaltable>
12601                                 <tgroup cols="3">
12602                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
12603                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
12604                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
12605                                         <thead>
12606                                                 <row>
12607                                                         <entry>Field</entry>
12608                                                         <entry>Data Type</entry>
12609                                                         <entry>Constraints and References</entry>
12610                                                 </row>
12611                                                 </thead>
12612                                                 <tbody>
12613                                                 
12614                                                         <row>
12615                                                                 <entry>id</entry>
12616                                                                 <entry>serial</entry>
12617                                                                 <entry><para>
12618                                                                         
12619                                                                                 
12620                                                                                         PRIMARY KEY
12621                                                                                                                 
12622                                                                         
12623                                                                         
12624                                                                         
12625                                                                         
12626                                                                         
12627                                                                                 
12628                                                                         
12629                                                                         </para></entry>
12630                                                         </row>
12631                                                 
12632                                                         <row>
12633                                                                 <entry>stat_cat</entry>
12634                                                                 <entry>integer</entry>
12635                                                                 <entry><para>
12636                                                                         
12637                                                                                                                 
12638                                                                         
12639                                                                         
12640                                                                                                                 
12641                                                                         
12642                                                                                 UNIQUE#1
12643                                                                                 ;
12644                                                                                 
12645                                                                         
12646                                                                         
12647                                                                                 NOT NULL;
12648                                                                         
12649                                                                         
12650                                                                         
12651                                                                                 
12652                                                                                 <xref linkend="actor.table.stat-cat"/>
12653                                                                                 
12654                                                                         
12655                                                                                 
12656                                                                         
12657                                                                         </para></entry>
12658                                                         </row>
12659                                                 
12660                                                         <row>
12661                                                                 <entry>owner</entry>
12662                                                                 <entry>integer</entry>
12663                                                                 <entry><para>
12664                                                                         
12665                                                                                                                 
12666                                                                         
12667                                                                         
12668                                                                                                                 
12669                                                                         
12670                                                                                 UNIQUE#1
12671                                                                                 ;
12672                                                                                 
12673                                                                         
12674                                                                         
12675                                                                                 NOT NULL;
12676                                                                         
12677                                                                         
12678                                                                         
12679                                                                                 
12680                                                                                 <xref linkend="actor.table.org-unit"/>
12681                                                                                 
12682                                                                         
12683                                                                                 
12684                                                                         
12685                                                                         </para></entry>
12686                                                         </row>
12687                                                 
12688                                                         <row>
12689                                                                 <entry>value</entry>
12690                                                                 <entry>text</entry>
12691                                                                 <entry><para>
12692                                                                         
12693                                                                                                                 
12694                                                                         
12695                                                                                 UNIQUE#1
12696                                                                                 ;
12697                                                                                 
12698                                                                         
12699                                                                         
12700                                                                                 NOT NULL;
12701                                                                         
12702                                                                         
12703                                                                         
12704                                                                                 
12705                                                                         
12706                                                                         </para></entry>
12707                                                         </row>
12708                                                 
12709                                                 </tbody>
12710                                         </tgroup>
12711                                 </informaltable>
12712                                 <para>
12713                                 
12714                                 
12715                                 
12716                                 
12717                 </para>
12718                 </simplesect>
12719                 
12720                 <simplesect id="actor.table.stat-cat-entry-usr-map" xreflabel="actor.stat_cat_entry_usr_map">           
12721                         <title>stat_cat_entry_usr_map</title>
12722                         <informaltable>
12723                                 <tgroup cols="3">
12724                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
12725                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
12726                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
12727                                         <thead>
12728                                                 <row>
12729                                                         <entry>Field</entry>
12730                                                         <entry>Data Type</entry>
12731                                                         <entry>Constraints and References</entry>
12732                                                 </row>
12733                                                 </thead>
12734                                                 <tbody>
12735                                                 
12736                                                         <row>
12737                                                                 <entry>id</entry>
12738                                                                 <entry>bigserial</entry>
12739                                                                 <entry><para>
12740                                                                         
12741                                                                                 
12742                                                                                         PRIMARY KEY
12743                                                                                                                 
12744                                                                         
12745                                                                         
12746                                                                         
12747                                                                         
12748                                                                         
12749                                                                                 
12750                                                                         
12751                                                                         </para></entry>
12752                                                         </row>
12753                                                 
12754                                                         <row>
12755                                                                 <entry>stat_cat_entry</entry>
12756                                                                 <entry>text</entry>
12757                                                                 <entry><para>
12758                                                                         
12759                                                                         
12760                                                                                 NOT NULL;
12761                                                                         
12762                                                                         
12763                                                                         
12764                                                                         </para></entry>
12765                                                         </row>
12766                                                 
12767                                                         <row>
12768                                                                 <entry>stat_cat</entry>
12769                                                                 <entry>integer</entry>
12770                                                                 <entry><para>
12771                                                                         
12772                                                                                                                 
12773                                                                         
12774                                                                         
12775                                                                                                                 
12776                                                                         
12777                                                                                 UNIQUE#1
12778                                                                                 ;
12779                                                                                 
12780                                                                         
12781                                                                         
12782                                                                                 NOT NULL;
12783                                                                         
12784                                                                         
12785                                                                         
12786                                                                                 
12787                                                                                 <xref linkend="actor.table.stat-cat"/>
12788                                                                                 
12789                                                                         
12790                                                                                 
12791                                                                         
12792                                                                         </para></entry>
12793                                                         </row>
12794                                                 
12795                                                         <row>
12796                                                                 <entry>target_usr</entry>
12797                                                                 <entry>integer</entry>
12798                                                                 <entry><para>
12799                                                                         
12800                                                                                                                 
12801                                                                         
12802                                                                         
12803                                                                                                                 
12804                                                                         
12805                                                                                 UNIQUE#1
12806                                                                                 ;
12807                                                                                 
12808                                                                         
12809                                                                         
12810                                                                                 NOT NULL;
12811                                                                         
12812                                                                         
12813                                                                         
12814                                                                                 
12815                                                                                 <xref linkend="actor.table.usr"/>
12816                                                                                 
12817                                                                         
12818                                                                                 
12819                                                                         
12820                                                                         </para></entry>
12821                                                         </row>
12822                                                 
12823                                                 </tbody>
12824                                         </tgroup>
12825                                 </informaltable>
12826                                 <para>
12827                                 
12828                                 
12829                                 
12830                                 
12831                 </para>
12832                 </simplesect>
12833                 
12834                 <simplesect id="actor.table.usr" xreflabel="actor.usr">         
12835                         <title>usr</title>
12836                         <informaltable>
12837                                 <tgroup cols="3">
12838                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
12839                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
12840                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
12841                                         <thead>
12842                                                 <row>
12843                                                         <entry>Field</entry>
12844                                                         <entry>Data Type</entry>
12845                                                         <entry>Constraints and References</entry>
12846                                                 </row>
12847                                                 </thead>
12848                                                 <tbody>
12849                                                 
12850                                                         <row>
12851                                                                 <entry>id</entry>
12852                                                                 <entry>serial</entry>
12853                                                                 <entry><para>
12854                                                                         
12855                                                                                 
12856                                                                                         PRIMARY KEY
12857                                                                                                                 
12858                                                                         
12859                                                                         
12860                                                                         
12861                                                                         
12862                                                                         
12863                                                                                 
12864                                                                         
12865                                                                         </para></entry>
12866                                                         </row>
12867                                                 
12868                                                         <row>
12869                                                                 <entry>card</entry>
12870                                                                 <entry>integer</entry>
12871                                                                 <entry><para>
12872                                                                         
12873                                                                                                                 
12874                                                                         
12875                                                                                 UNIQUE;
12876                                                                                 
12877                                                                         
12878                                                                         
12879                                                                         
12880                                                                         
12881                                                                                 
12882                                                                         
12883                                                                         </para></entry>
12884                                                         </row>
12885                                                 
12886                                                         <row>
12887                                                                 <entry>profile</entry>
12888                                                                 <entry>integer</entry>
12889                                                                 <entry><para>
12890                                                                         
12891                                                                                                                 
12892                                                                         
12893                                                                         
12894                                                                         
12895                                                                                 NOT NULL;
12896                                                                         
12897                                                                         
12898                                                                         
12899                                                                                 
12900                                                                                 <xref linkend="permission.table.grp-tree"/>
12901                                                                                 
12902                                                                         
12903                                                                         </para></entry>
12904                                                         </row>
12905                                                 
12906                                                         <row>
12907                                                                 <entry>usrname</entry>
12908                                                                 <entry>text</entry>
12909                                                                 <entry><para>
12910                                                                         
12911                                                                                                                 
12912                                                                         
12913                                                                                 UNIQUE;
12914                                                                                 
12915                                                                         
12916                                                                         
12917                                                                                 NOT NULL;
12918                                                                         
12919                                                                         
12920                                                                         
12921                                                                                 
12922                                                                         
12923                                                                         </para></entry>
12924                                                         </row>
12925                                                 
12926                                                         <row>
12927                                                                 <entry>email</entry>
12928                                                                 <entry>text</entry>
12929                                                                 <entry><para>
12930                                                                         
12931                                                                         
12932                                                                         
12933                                                                         
12934                                                                         </para></entry>
12935                                                         </row>
12936                                                 
12937                                                         <row>
12938                                                                 <entry>passwd</entry>
12939                                                                 <entry>text</entry>
12940                                                                 <entry><para>
12941                                                                         
12942                                                                         
12943                                                                                 NOT NULL;
12944                                                                         
12945                                                                         
12946                                                                         
12947                                                                         </para></entry>
12948                                                         </row>
12949                                                 
12950                                                         <row>
12951                                                                 <entry>standing</entry>
12952                                                                 <entry>integer</entry>
12953                                                                 <entry><para>
12954                                                                         
12955                                                                                                                 
12956                                                                         
12957                                                                         
12958                                                                         
12959                                                                                 NOT NULL;
12960                                                                         
12961                                                                         
12962                                                                                 DEFAULT 1;
12963                                                                         
12964                                                                         
12965                                                                                 
12966                                                                                 <xref linkend="config.table.standing"/>
12967                                                                                 
12968                                                                         
12969                                                                         </para></entry>
12970                                                         </row>
12971                                                 
12972                                                         <row>
12973                                                                 <entry>ident_type</entry>
12974                                                                 <entry>integer</entry>
12975                                                                 <entry><para>
12976                                                                         
12977                                                                                                                 
12978                                                                         
12979                                                                         
12980                                                                         
12981                                                                                 NOT NULL;
12982                                                                         
12983                                                                         
12984                                                                         
12985                                                                                 
12986                                                                                 <xref linkend="config.table.identification-type"/>
12987                                                                                 
12988                                                                         
12989                                                                         </para></entry>
12990                                                         </row>
12991                                                 
12992                                                         <row>
12993                                                                 <entry>ident_value</entry>
12994                                                                 <entry>text</entry>
12995                                                                 <entry><para>
12996                                                                         
12997                                                                         
12998                                                                         
12999                                                                         
13000                                                                         </para></entry>
13001                                                         </row>
13002                                                 
13003                                                         <row>
13004                                                                 <entry>ident_type2</entry>
13005                                                                 <entry>integer</entry>
13006                                                                 <entry><para>
13007                                                                         
13008                                                                                                                 
13009                                                                         
13010                                                                         
13011                                                                         
13012                                                                         
13013                                                                         
13014                                                                                 
13015                                                                                 <xref linkend="config.table.identification-type"/>
13016                                                                                 
13017                                                                         
13018                                                                         </para></entry>
13019                                                         </row>
13020                                                 
13021                                                         <row>
13022                                                                 <entry>ident_value2</entry>
13023                                                                 <entry>text</entry>
13024                                                                 <entry><para>
13025                                                                         
13026                                                                         
13027                                                                         
13028                                                                         
13029                                                                         </para></entry>
13030                                                         </row>
13031                                                 
13032                                                         <row>
13033                                                                 <entry>net_access_level</entry>
13034                                                                 <entry>integer</entry>
13035                                                                 <entry><para>
13036                                                                         
13037                                                                                                                 
13038                                                                         
13039                                                                         
13040                                                                         
13041                                                                                 NOT NULL;
13042                                                                         
13043                                                                         
13044                                                                                 DEFAULT 1;
13045                                                                         
13046                                                                         
13047                                                                                 
13048                                                                                 <xref linkend="config.table.net-access-level"/>
13049                                                                                 
13050                                                                         
13051                                                                         </para></entry>
13052                                                         </row>
13053                                                 
13054                                                         <row>
13055                                                                 <entry>photo_url</entry>
13056                                                                 <entry>text</entry>
13057                                                                 <entry><para>
13058                                                                         
13059                                                                         
13060                                                                         
13061                                                                         
13062                                                                         </para></entry>
13063                                                         </row>
13064                                                 
13065                                                         <row>
13066                                                                 <entry>prefix</entry>
13067                                                                 <entry>text</entry>
13068                                                                 <entry><para>
13069                                                                         
13070                                                                         
13071                                                                         
13072                                                                         
13073                                                                         </para></entry>
13074                                                         </row>
13075                                                 
13076                                                         <row>
13077                                                                 <entry>first_given_name</entry>
13078                                                                 <entry>text</entry>
13079                                                                 <entry><para>
13080                                                                         
13081                                                                         
13082                                                                                 NOT NULL;
13083                                                                         
13084                                                                         
13085                                                                         
13086                                                                         </para></entry>
13087                                                         </row>
13088                                                 
13089                                                         <row>
13090                                                                 <entry>second_given_name</entry>
13091                                                                 <entry>text</entry>
13092                                                                 <entry><para>
13093                                                                         
13094                                                                         
13095                                                                         
13096                                                                         
13097                                                                         </para></entry>
13098                                                         </row>
13099                                                 
13100                                                         <row>
13101                                                                 <entry>family_name</entry>
13102                                                                 <entry>text</entry>
13103                                                                 <entry><para>
13104                                                                         
13105                                                                         
13106                                                                                 NOT NULL;
13107                                                                         
13108                                                                         
13109                                                                         
13110                                                                         </para></entry>
13111                                                         </row>
13112                                                 
13113                                                         <row>
13114                                                                 <entry>suffix</entry>
13115                                                                 <entry>text</entry>
13116                                                                 <entry><para>
13117                                                                         
13118                                                                         
13119                                                                         
13120                                                                         
13121                                                                         </para></entry>
13122                                                         </row>
13123                                                 
13124                                                         <row>
13125                                                                 <entry>day_phone</entry>
13126                                                                 <entry>text</entry>
13127                                                                 <entry><para>
13128                                                                         
13129                                                                         
13130                                                                         
13131                                                                         
13132                                                                         </para></entry>
13133                                                         </row>
13134                                                 
13135                                                         <row>
13136                                                                 <entry>evening_phone</entry>
13137                                                                 <entry>text</entry>
13138                                                                 <entry><para>
13139                                                                         
13140                                                                         
13141                                                                         
13142                                                                         
13143                                                                         </para></entry>
13144                                                         </row>
13145                                                 
13146                                                         <row>
13147                                                                 <entry>other_phone</entry>
13148                                                                 <entry>text</entry>
13149                                                                 <entry><para>
13150                                                                         
13151                                                                         
13152                                                                         
13153                                                                         
13154                                                                         </para></entry>
13155                                                         </row>
13156                                                 
13157                                                         <row>
13158                                                                 <entry>mailing_address</entry>
13159                                                                 <entry>integer</entry>
13160                                                                 <entry><para>
13161                                                                         
13162                                                                                                                 
13163                                                                         
13164                                                                         
13165                                                                         
13166                                                                         
13167                                                                         
13168                                                                                 
13169                                                                                 <xref linkend="actor.table.usr-address"/>
13170                                                                                 
13171                                                                         
13172                                                                         </para></entry>
13173                                                         </row>
13174                                                 
13175                                                         <row>
13176                                                                 <entry>billing_address</entry>
13177                                                                 <entry>integer</entry>
13178                                                                 <entry><para>
13179                                                                         
13180                                                                                                                 
13181                                                                         
13182                                                                         
13183                                                                         
13184                                                                         
13185                                                                         
13186                                                                                 
13187                                                                                 <xref linkend="actor.table.usr-address"/>
13188                                                                                 
13189                                                                         
13190                                                                         </para></entry>
13191                                                         </row>
13192                                                 
13193                                                         <row>
13194                                                                 <entry>home_ou</entry>
13195                                                                 <entry>integer</entry>
13196                                                                 <entry><para>
13197                                                                         
13198                                                                                                                 
13199                                                                         
13200                                                                         
13201                                                                         
13202                                                                                 NOT NULL;
13203                                                                         
13204                                                                         
13205                                                                         
13206                                                                                 
13207                                                                                 <xref linkend="actor.table.org-unit"/>
13208                                                                                 
13209                                                                         
13210                                                                         </para></entry>
13211                                                         </row>
13212                                                 
13213                                                         <row>
13214                                                                 <entry>dob</entry>
13215                                                                 <entry>timestamp with time zone</entry>
13216                                                                 <entry><para>
13217                                                                         
13218                                                                         
13219                                                                         
13220                                                                         
13221                                                                         </para></entry>
13222                                                         </row>
13223                                                 
13224                                                         <row>
13225                                                                 <entry>active</entry>
13226                                                                 <entry>boolean</entry>
13227                                                                 <entry><para>
13228                                                                         
13229                                                                         
13230                                                                                 NOT NULL;
13231                                                                         
13232                                                                         
13233                                                                                 DEFAULT true;
13234                                                                         
13235                                                                         
13236                                                                         </para></entry>
13237                                                         </row>
13238                                                 
13239                                                         <row>
13240                                                                 <entry>master_account</entry>
13241                                                                 <entry>boolean</entry>
13242                                                                 <entry><para>
13243                                                                         
13244                                                                         
13245                                                                                 NOT NULL;
13246                                                                         
13247                                                                         
13248                                                                                 DEFAULT false;
13249                                                                         
13250                                                                         
13251                                                                         </para></entry>
13252                                                         </row>
13253                                                 
13254                                                         <row>
13255                                                                 <entry>super_user</entry>
13256                                                                 <entry>boolean</entry>
13257                                                                 <entry><para>
13258                                                                         
13259                                                                         
13260                                                                                 NOT NULL;
13261                                                                         
13262                                                                         
13263                                                                                 DEFAULT false;
13264                                                                         
13265                                                                         
13266                                                                         </para></entry>
13267                                                         </row>
13268                                                 
13269                                                         <row>
13270                                                                 <entry>barred</entry>
13271                                                                 <entry>boolean</entry>
13272                                                                 <entry><para>
13273                                                                         
13274                                                                         
13275                                                                                 NOT NULL;
13276                                                                         
13277                                                                         
13278                                                                                 DEFAULT false;
13279                                                                         
13280                                                                         
13281                                                                         </para></entry>
13282                                                         </row>
13283                                                 
13284                                                         <row>
13285                                                                 <entry>deleted</entry>
13286                                                                 <entry>boolean</entry>
13287                                                                 <entry><para>
13288                                                                         
13289                                                                         
13290                                                                                 NOT NULL;
13291                                                                         
13292                                                                         
13293                                                                                 DEFAULT false;
13294                                                                         
13295                                                                         
13296                                                                         </para></entry>
13297                                                         </row>
13298                                                 
13299                                                         <row>
13300                                                                 <entry>usrgroup</entry>
13301                                                                 <entry>serial</entry>
13302                                                                 <entry><para>
13303                                                                         
13304                                                                         
13305                                                                                 NOT NULL;
13306                                                                         
13307                                                                         
13308                                                                         
13309                                                                         </para></entry>
13310                                                         </row>
13311                                                 
13312                                                         <row>
13313                                                                 <entry>claims_returned_count</entry>
13314                                                                 <entry>integer</entry>
13315                                                                 <entry><para>
13316                                                                         
13317                                                                         
13318                                                                                 NOT NULL;
13319                                                                         
13320                                                                         
13321                                                                         
13322                                                                         </para></entry>
13323                                                         </row>
13324                                                 
13325                                                         <row>
13326                                                                 <entry>credit_forward_balance</entry>
13327                                                                 <entry>numeric(6,2)</entry>
13328                                                                 <entry><para>
13329                                                                         
13330                                                                         
13331                                                                                 NOT NULL;
13332                                                                         
13333                                                                         
13334                                                                                 DEFAULT 0.00;
13335                                                                         
13336                                                                         
13337                                                                         </para></entry>
13338                                                         </row>
13339                                                 
13340                                                         <row>
13341                                                                 <entry>last_xact_id</entry>
13342                                                                 <entry>text</entry>
13343                                                                 <entry><para>
13344                                                                         
13345                                                                         
13346                                                                                 NOT NULL;
13347                                                                         
13348                                                                         
13349                                                                                 DEFAULT &apos;none&apos;::text;
13350                                                                         
13351                                                                         
13352                                                                         </para></entry>
13353                                                         </row>
13354                                                 
13355                                                         <row>
13356                                                                 <entry>alert_message</entry>
13357                                                                 <entry>text</entry>
13358                                                                 <entry><para>
13359                                                                         
13360                                                                         
13361                                                                         
13362                                                                         
13363                                                                         </para></entry>
13364                                                         </row>
13365                                                 
13366                                                         <row>
13367                                                                 <entry>create_date</entry>
13368                                                                 <entry>timestamp with time zone</entry>
13369                                                                 <entry><para>
13370                                                                         
13371                                                                         
13372                                                                                 NOT NULL;
13373                                                                         
13374                                                                         
13375                                                                                 DEFAULT now();
13376                                                                         
13377                                                                         
13378                                                                         </para></entry>
13379                                                         </row>
13380                                                 
13381                                                         <row>
13382                                                                 <entry>expire_date</entry>
13383                                                                 <entry>timestamp with time zone</entry>
13384                                                                 <entry><para>
13385                                                                         
13386                                                                         
13387                                                                                 NOT NULL;
13388                                                                         
13389                                                                         
13390                                                                                 DEFAULT (now() + &apos;3 years&apos;::interval);
13391                                                                         
13392                                                                         
13393                                                                         </para></entry>
13394                                                         </row>
13395                                                 
13396                                                         <row>
13397                                                                 <entry>alias</entry>
13398                                                                 <entry>text</entry>
13399                                                                 <entry><para>
13400                                                                         
13401                                                                         
13402                                                                         
13403                                                                         
13404                                                                         </para></entry>
13405                                                         </row>
13406                                                 
13407                                                         <row>
13408                                                                 <entry>juvenile</entry>
13409                                                                 <entry>boolean</entry>
13410                                                                 <entry><para>
13411                                                                         
13412                                                                         
13413                                                                                 NOT NULL;
13414                                                                         
13415                                                                         
13416                                                                                 DEFAULT false;
13417                                                                         
13418                                                                         
13419                                                                         </para></entry>
13420                                                         </row>
13421                                                 
13422                                                 </tbody>
13423                                         </tgroup>
13424                                 </informaltable>
13425                                 <para>
13426                                 
13427                                 
13428                                 
13429                                         <itemizedlist>
13430                                                 <title>
13431                                                         Tables referencing acq.fund_allocation via Foreign Key Constraints
13432                                                 </title>
13433                                 
13434                                                         <listitem>
13435                                                                 <para><xref linkend="acq.table.fund-allocation"/></para>
13436                                                         </listitem>
13437                                                         
13438                                 
13439                                 
13440                                                         <listitem>
13441                                                                 <para><xref linkend="acq.table.lineitem"/></para>
13442                                                         </listitem>
13443                                                         
13444                                 
13445                                 
13446                                                         <listitem>
13447                                                                 <para><xref linkend="acq.table.lineitem-note"/></para>
13448                                                         </listitem>
13449                                                         
13450                                 
13451                                 
13452                                                         <listitem>
13453                                                                 <para><xref linkend="acq.table.lineitem-usr-attr-definition"/></para>
13454                                                         </listitem>
13455                                                         
13456                                 
13457                                 
13458                                                         <listitem>
13459                                                                 <para><xref linkend="acq.table.picklist"/></para>
13460                                                         </listitem>
13461                                                         
13462                                 
13463                                 
13464                                                         <listitem>
13465                                                                 <para><xref linkend="acq.table.po-note"/></para>
13466                                                         </listitem>
13467                                                         
13468                                 
13469                                 
13470                                                         <listitem>
13471                                                                 <para><xref linkend="acq.table.purchase-order"/></para>
13472                                                         </listitem>
13473                                                         
13474                                 
13475                                 
13476                                                         <listitem>
13477                                                                 <para><xref linkend="action.table.circulation"/></para>
13478                                                         </listitem>
13479                                                         
13480                                 
13481                                 
13482                                                         <listitem>
13483                                                                 <para><xref linkend="action.table.hold-notification"/></para>
13484                                                         </listitem>
13485                                                         
13486                                 
13487                                 
13488                                                         <listitem>
13489                                                                 <para><xref linkend="action.table.hold-request"/></para>
13490                                                         </listitem>
13491                                                         
13492                                 
13493                                 
13494                                                         <listitem>
13495                                                                 <para><xref linkend="action.table.in-house-use"/></para>
13496                                                         </listitem>
13497                                                         
13498                                 
13499                                 
13500                                                         <listitem>
13501                                                                 <para><xref linkend="action.table.non-cat-in-house-use"/></para>
13502                                                         </listitem>
13503                                                         
13504                                 
13505                                 
13506                                                         <listitem>
13507                                                                 <para><xref linkend="action.table.non-cataloged-circulation"/></para>
13508                                                         </listitem>
13509                                                         
13510                                 
13511                                 
13512                                                         <listitem>
13513                                                                 <para><xref linkend="actor.table.card"/></para>
13514                                                         </listitem>
13515                                                         
13516                                 
13517                                 
13518                                                         <listitem>
13519                                                                 <para><xref linkend="actor.table.stat-cat-entry-usr-map"/></para>
13520                                                         </listitem>
13521                                                         
13522                                 
13523                                 
13524                                                         <listitem>
13525                                                                 <para><xref linkend="actor.table.usr-address"/></para>
13526                                                         </listitem>
13527                                                         
13528                                 
13529                                 
13530                                                         <listitem>
13531                                                                 <para><xref linkend="actor.table.usr-note"/></para>
13532                                                         </listitem>
13533                                                         
13534                                 
13535                                 
13536                                                         <listitem>
13537                                                                 <para><xref linkend="actor.table.usr-org-unit-opt-in"/></para>
13538                                                         </listitem>
13539                                                         
13540                                 
13541                                 
13542                                                         <listitem>
13543                                                                 <para><xref linkend="actor.table.usr-password-reset"/></para>
13544                                                         </listitem>
13545                                                         
13546                                 
13547                                 
13548                                                         <listitem>
13549                                                                 <para><xref linkend="actor.table.usr-setting"/></para>
13550                                                         </listitem>
13551                                                         
13552                                 
13553                                 
13554                                                         <listitem>
13555                                                                 <para><xref linkend="actor.table.usr-standing-penalty"/></para>
13556                                                         </listitem>
13557                                                         
13558                                 
13559                                 
13560                                                         <listitem>
13561                                                                 <para><xref linkend="asset.table.call-number"/></para>
13562                                                         </listitem>
13563                                                         
13564                                 
13565                                 
13566                                                         <listitem>
13567                                                                 <para><xref linkend="asset.table.call-number-note"/></para>
13568                                                         </listitem>
13569                                                         
13570                                 
13571                                 
13572                                                         <listitem>
13573                                                                 <para><xref linkend="asset.table.copy"/></para>
13574                                                         </listitem>
13575                                                         
13576                                 
13577                                 
13578                                                         <listitem>
13579                                                                 <para><xref linkend="asset.table.copy-note"/></para>
13580                                                         </listitem>
13581                                                         
13582                                 
13583                                 
13584                                                         <listitem>
13585                                                                 <para><xref linkend="biblio.table.record-entry"/></para>
13586                                                         </listitem>
13587                                                         
13588                                 
13589                                 
13590                                                         <listitem>
13591                                                                 <para><xref linkend="biblio.table.record-note"/></para>
13592                                                         </listitem>
13593                                                         
13594                                 
13595                                 
13596                                                         <listitem>
13597                                                                 <para><xref linkend="booking.table.reservation"/></para>
13598                                                         </listitem>
13599                                                         
13600                                 
13601                                 
13602                                                         <listitem>
13603                                                                 <para><xref linkend="container.table.biblio-record-entry-bucket"/></para>
13604                                                         </listitem>
13605                                                         
13606                                 
13607                                 
13608                                                         <listitem>
13609                                                                 <para><xref linkend="container.table.call-number-bucket"/></para>
13610                                                         </listitem>
13611                                                         
13612                                 
13613                                 
13614                                                         <listitem>
13615                                                                 <para><xref linkend="container.table.copy-bucket"/></para>
13616                                                         </listitem>
13617                                                         
13618                                 
13619                                 
13620                                                         <listitem>
13621                                                                 <para><xref linkend="container.table.user-bucket"/></para>
13622                                                         </listitem>
13623                                                         
13624                                 
13625                                 
13626                                                         <listitem>
13627                                                                 <para><xref linkend="container.table.user-bucket-item"/></para>
13628                                                         </listitem>
13629                                                         
13630                                 
13631                                 
13632                                                         <listitem>
13633                                                                 <para><xref linkend="money.table.billable-xact"/></para>
13634                                                         </listitem>
13635                                                         
13636                                 
13637                                 
13638                                                         <listitem>
13639                                                                 <para><xref linkend="money.table.collections-tracker"/></para>
13640                                                         </listitem>
13641                                                         
13642                                 
13643                                 
13644                                                         <listitem>
13645                                                                 <para><xref linkend="permission.table.usr-grp-map"/></para>
13646                                                         </listitem>
13647                                                         
13648                                 
13649                                 
13650                                                         <listitem>
13651                                                                 <para><xref linkend="permission.table.usr-object-perm-map"/></para>
13652                                                         </listitem>
13653                                                         
13654                                 
13655                                 
13656                                                         <listitem>
13657                                                                 <para><xref linkend="permission.table.usr-perm-map"/></para>
13658                                                         </listitem>
13659                                                         
13660                                 
13661                                 
13662                                                         <listitem>
13663                                                                 <para><xref linkend="permission.table.usr-work-ou-map"/></para>
13664                                                         </listitem>
13665                                                         
13666                                 
13667                                 
13668                                                         <listitem>
13669                                                                 <para><xref linkend="reporter.table.output-folder"/></para>
13670                                                         </listitem>
13671                                                         
13672                                 
13673                                 
13674                                                         <listitem>
13675                                                                 <para><xref linkend="reporter.table.report"/></para>
13676                                                         </listitem>
13677                                                         
13678                                 
13679                                 
13680                                                         <listitem>
13681                                                                 <para><xref linkend="reporter.table.report-folder"/></para>
13682                                                         </listitem>
13683                                                         
13684                                 
13685                                 
13686                                                         <listitem>
13687                                                                 <para><xref linkend="reporter.table.schedule"/></para>
13688                                                         </listitem>
13689                                                         
13690                                 
13691                                 
13692                                                         <listitem>
13693                                                                 <para><xref linkend="reporter.table.template"/></para>
13694                                                         </listitem>
13695                                                         
13696                                 
13697                                 
13698                                                         <listitem>
13699                                                                 <para><xref linkend="reporter.table.template-folder"/></para>
13700                                                         </listitem>
13701                                                         
13702                                 
13703                                 
13704                                                         <listitem>
13705                                                                 <para><xref linkend="vandelay.table.queue"/></para>
13706                                                         </listitem>
13707                                                         
13708                                         </itemizedlist>
13709                                 
13710                                 
13711                                 
13712                                 
13713                 </para>
13714                 </simplesect>
13715                 
13716                 <simplesect id="actor.table.usr-address" xreflabel="actor.usr_address">         
13717                         <title>usr_address</title>
13718                         <informaltable>
13719                                 <tgroup cols="3">
13720                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
13721                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
13722                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
13723                                         <thead>
13724                                                 <row>
13725                                                         <entry>Field</entry>
13726                                                         <entry>Data Type</entry>
13727                                                         <entry>Constraints and References</entry>
13728                                                 </row>
13729                                                 </thead>
13730                                                 <tbody>
13731                                                 
13732                                                         <row>
13733                                                                 <entry>id</entry>
13734                                                                 <entry>serial</entry>
13735                                                                 <entry><para>
13736                                                                         
13737                                                                                 
13738                                                                                         PRIMARY KEY
13739                                                                                                                 
13740                                                                         
13741                                                                         
13742                                                                         
13743                                                                         
13744                                                                         
13745                                                                                 
13746                                                                         
13747                                                                         </para></entry>
13748                                                         </row>
13749                                                 
13750                                                         <row>
13751                                                                 <entry>valid</entry>
13752                                                                 <entry>boolean</entry>
13753                                                                 <entry><para>
13754                                                                         
13755                                                                         
13756                                                                                 NOT NULL;
13757                                                                         
13758                                                                         
13759                                                                                 DEFAULT true;
13760                                                                         
13761                                                                         
13762                                                                         </para></entry>
13763                                                         </row>
13764                                                 
13765                                                         <row>
13766                                                                 <entry>within_city_limits</entry>
13767                                                                 <entry>boolean</entry>
13768                                                                 <entry><para>
13769                                                                         
13770                                                                         
13771                                                                                 NOT NULL;
13772                                                                         
13773                                                                         
13774                                                                                 DEFAULT true;
13775                                                                         
13776                                                                         
13777                                                                         </para></entry>
13778                                                         </row>
13779                                                 
13780                                                         <row>
13781                                                                 <entry>address_type</entry>
13782                                                                 <entry>text</entry>
13783                                                                 <entry><para>
13784                                                                         
13785                                                                         
13786                                                                                 NOT NULL;
13787                                                                         
13788                                                                         
13789                                                                                 DEFAULT &apos;MAILING&apos;::text;
13790                                                                         
13791                                                                         
13792                                                                         </para></entry>
13793                                                         </row>
13794                                                 
13795                                                         <row>
13796                                                                 <entry>usr</entry>
13797                                                                 <entry>integer</entry>
13798                                                                 <entry><para>
13799                                                                         
13800                                                                                                                 
13801                                                                         
13802                                                                         
13803                                                                         
13804                                                                                 NOT NULL;
13805                                                                         
13806                                                                         
13807                                                                         
13808                                                                                 
13809                                                                                 <xref linkend="actor.table.usr"/>
13810                                                                                 
13811                                                                         
13812                                                                         </para></entry>
13813                                                         </row>
13814                                                 
13815                                                         <row>
13816                                                                 <entry>street1</entry>
13817                                                                 <entry>text</entry>
13818                                                                 <entry><para>
13819                                                                         
13820                                                                         
13821                                                                                 NOT NULL;
13822                                                                         
13823                                                                         
13824                                                                         
13825                                                                         </para></entry>
13826                                                         </row>
13827                                                 
13828                                                         <row>
13829                                                                 <entry>street2</entry>
13830                                                                 <entry>text</entry>
13831                                                                 <entry><para>
13832                                                                         
13833                                                                         
13834                                                                         
13835                                                                         
13836                                                                         </para></entry>
13837                                                         </row>
13838                                                 
13839                                                         <row>
13840                                                                 <entry>city</entry>
13841                                                                 <entry>text</entry>
13842                                                                 <entry><para>
13843                                                                         
13844                                                                         
13845                                                                                 NOT NULL;
13846                                                                         
13847                                                                         
13848                                                                         
13849                                                                         </para></entry>
13850                                                         </row>
13851                                                 
13852                                                         <row>
13853                                                                 <entry>county</entry>
13854                                                                 <entry>text</entry>
13855                                                                 <entry><para>
13856                                                                         
13857                                                                         
13858                                                                         
13859                                                                         
13860                                                                         </para></entry>
13861                                                         </row>
13862                                                 
13863                                                         <row>
13864                                                                 <entry>state</entry>
13865                                                                 <entry>text</entry>
13866                                                                 <entry><para>
13867                                                                         
13868                                                                         
13869                                                                                 NOT NULL;
13870                                                                         
13871                                                                         
13872                                                                         
13873                                                                         </para></entry>
13874                                                         </row>
13875                                                 
13876                                                         <row>
13877                                                                 <entry>country</entry>
13878                                                                 <entry>text</entry>
13879                                                                 <entry><para>
13880                                                                         
13881                                                                         
13882                                                                                 NOT NULL;
13883                                                                         
13884                                                                         
13885                                                                         
13886                                                                         </para></entry>
13887                                                         </row>
13888                                                 
13889                                                         <row>
13890                                                                 <entry>post_code</entry>
13891                                                                 <entry>text</entry>
13892                                                                 <entry><para>
13893                                                                         
13894                                                                         
13895                                                                                 NOT NULL;
13896                                                                         
13897                                                                         
13898                                                                         
13899                                                                         </para></entry>
13900                                                         </row>
13901                                                 
13902                                                         <row>
13903                                                                 <entry>pending</entry>
13904                                                                 <entry>boolean</entry>
13905                                                                 <entry><para>
13906                                                                         
13907                                                                         
13908                                                                                 NOT NULL;
13909                                                                         
13910                                                                         
13911                                                                                 DEFAULT false;
13912                                                                         
13913                                                                         
13914                                                                         </para></entry>
13915                                                         </row>
13916                                                 
13917                                                         <row>
13918                                                                 <entry>replaces</entry>
13919                                                                 <entry>integer</entry>
13920                                                                 <entry><para>
13921                                                                         
13922                                                                         
13923                                                                         
13924                                                                         
13925                                                                         </para></entry>
13926                                                         </row>
13927                                                 
13928                                                 </tbody>
13929                                         </tgroup>
13930                                 </informaltable>
13931                                 <para>
13932                                 
13933                                 
13934                                 
13935                                         <itemizedlist>
13936                                                 <title>
13937                                                         Tables referencing actor.usr via Foreign Key Constraints
13938                                                 </title>
13939                                 
13940                                                         <listitem>
13941                                                                 <para><xref linkend="actor.table.usr"/></para>
13942                                                         </listitem>
13943                                                         
13944                                         </itemizedlist>
13945                                 
13946                                 
13947                                 
13948                                 
13949                 </para>
13950                 </simplesect>
13951                 
13952                 <simplesect id="actor.table.usr-note" xreflabel="actor.usr_note">               
13953                         <title>usr_note</title>
13954                         <informaltable>
13955                                 <tgroup cols="3">
13956                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
13957                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
13958                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
13959                                         <thead>
13960                                                 <row>
13961                                                         <entry>Field</entry>
13962                                                         <entry>Data Type</entry>
13963                                                         <entry>Constraints and References</entry>
13964                                                 </row>
13965                                                 </thead>
13966                                                 <tbody>
13967                                                 
13968                                                         <row>
13969                                                                 <entry>id</entry>
13970                                                                 <entry>bigserial</entry>
13971                                                                 <entry><para>
13972                                                                         
13973                                                                                 
13974                                                                                         PRIMARY KEY
13975                                                                                                                 
13976                                                                         
13977                                                                         
13978                                                                         
13979                                                                         
13980                                                                         
13981                                                                                 
13982                                                                         
13983                                                                         </para></entry>
13984                                                         </row>
13985                                                 
13986                                                         <row>
13987                                                                 <entry>usr</entry>
13988                                                                 <entry>bigint</entry>
13989                                                                 <entry><para>
13990                                                                         
13991                                                                                                                 
13992                                                                         
13993                                                                         
13994                                                                         
13995                                                                                 NOT NULL;
13996                                                                         
13997                                                                         
13998                                                                         
13999                                                                                 
14000                                                                                 <xref linkend="actor.table.usr"/>
14001                                                                                 
14002                                                                         
14003                                                                         </para></entry>
14004                                                         </row>
14005                                                 
14006                                                         <row>
14007                                                                 <entry>creator</entry>
14008                                                                 <entry>bigint</entry>
14009                                                                 <entry><para>
14010                                                                         
14011                                                                                                                 
14012                                                                         
14013                                                                         
14014                                                                         
14015                                                                                 NOT NULL;
14016                                                                         
14017                                                                         
14018                                                                         
14019                                                                                 
14020                                                                                 <xref linkend="actor.table.usr"/>
14021                                                                                 
14022                                                                         
14023                                                                         </para></entry>
14024                                                         </row>
14025                                                 
14026                                                         <row>
14027                                                                 <entry>create_date</entry>
14028                                                                 <entry>timestamp with time zone</entry>
14029                                                                 <entry><para>
14030                                                                         
14031                                                                         
14032                                                                         
14033                                                                                 DEFAULT now();
14034                                                                         
14035                                                                         
14036                                                                         </para></entry>
14037                                                         </row>
14038                                                 
14039                                                         <row>
14040                                                                 <entry>pub</entry>
14041                                                                 <entry>boolean</entry>
14042                                                                 <entry><para>
14043                                                                         
14044                                                                         
14045                                                                                 NOT NULL;
14046                                                                         
14047                                                                         
14048                                                                                 DEFAULT false;
14049                                                                         
14050                                                                         
14051                                                                         </para></entry>
14052                                                         </row>
14053                                                 
14054                                                         <row>
14055                                                                 <entry>title</entry>
14056                                                                 <entry>text</entry>
14057                                                                 <entry><para>
14058                                                                         
14059                                                                         
14060                                                                                 NOT NULL;
14061                                                                         
14062                                                                         
14063                                                                         
14064                                                                         </para></entry>
14065                                                         </row>
14066                                                 
14067                                                         <row>
14068                                                                 <entry>value</entry>
14069                                                                 <entry>text</entry>
14070                                                                 <entry><para>
14071                                                                         
14072                                                                         
14073                                                                                 NOT NULL;
14074                                                                         
14075                                                                         
14076                                                                         
14077                                                                         </para></entry>
14078                                                         </row>
14079                                                 
14080                                                 </tbody>
14081                                         </tgroup>
14082                                 </informaltable>
14083                                 <para>
14084                                 
14085                                 
14086                                 
14087                                 
14088                 </para>
14089                 </simplesect>
14090                 
14091                 <simplesect id="actor.table.usr-org-unit-opt-in" xreflabel="actor.usr_org_unit_opt_in">         
14092                         <title>usr_org_unit_opt_in</title>
14093                         <informaltable>
14094                                 <tgroup cols="3">
14095                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
14096                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
14097                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
14098                                         <thead>
14099                                                 <row>
14100                                                         <entry>Field</entry>
14101                                                         <entry>Data Type</entry>
14102                                                         <entry>Constraints and References</entry>
14103                                                 </row>
14104                                                 </thead>
14105                                                 <tbody>
14106                                                 
14107                                                         <row>
14108                                                                 <entry>id</entry>
14109                                                                 <entry>serial</entry>
14110                                                                 <entry><para>
14111                                                                         
14112                                                                                 
14113                                                                                         PRIMARY KEY
14114                                                                                                                 
14115                                                                         
14116                                                                         
14117                                                                         
14118                                                                         
14119                                                                         
14120                                                                                 
14121                                                                         
14122                                                                         </para></entry>
14123                                                         </row>
14124                                                 
14125                                                         <row>
14126                                                                 <entry>org_unit</entry>
14127                                                                 <entry>integer</entry>
14128                                                                 <entry><para>
14129                                                                         
14130                                                                                                                 
14131                                                                         
14132                                                                                 UNIQUE#1
14133                                                                                 ;
14134                                                                                 
14135                                                                         
14136                                                                                                                 
14137                                                                         
14138                                                                         
14139                                                                         
14140                                                                                 NOT NULL;
14141                                                                         
14142                                                                         
14143                                                                         
14144                                                                                 
14145                                                                         
14146                                                                                 
14147                                                                                 <xref linkend="actor.table.org-unit"/>
14148                                                                                 
14149                                                                         
14150                                                                         </para></entry>
14151                                                         </row>
14152                                                 
14153                                                         <row>
14154                                                                 <entry>usr</entry>
14155                                                                 <entry>integer</entry>
14156                                                                 <entry><para>
14157                                                                         
14158                                                                                                                 
14159                                                                         
14160                                                                                 UNIQUE#1
14161                                                                                 ;
14162                                                                                 
14163                                                                         
14164                                                                                                                 
14165                                                                         
14166                                                                         
14167                                                                         
14168                                                                                 NOT NULL;
14169                                                                         
14170                                                                         
14171                                                                         
14172                                                                                 
14173                                                                         
14174                                                                                 
14175                                                                                 <xref linkend="actor.table.usr"/>
14176                                                                                 
14177                                                                         
14178                                                                         </para></entry>
14179                                                         </row>
14180                                                 
14181                                                         <row>
14182                                                                 <entry>staff</entry>
14183                                                                 <entry>integer</entry>
14184                                                                 <entry><para>
14185                                                                         
14186                                                                                                                 
14187                                                                         
14188                                                                         
14189                                                                         
14190                                                                                 NOT NULL;
14191                                                                         
14192                                                                         
14193                                                                         
14194                                                                                 
14195                                                                                 <xref linkend="actor.table.usr"/>
14196                                                                                 
14197                                                                         
14198                                                                         </para></entry>
14199                                                         </row>
14200                                                 
14201                                                         <row>
14202                                                                 <entry>opt_in_ts</entry>
14203                                                                 <entry>timestamp with time zone</entry>
14204                                                                 <entry><para>
14205                                                                         
14206                                                                         
14207                                                                                 NOT NULL;
14208                                                                         
14209                                                                         
14210                                                                                 DEFAULT now();
14211                                                                         
14212                                                                         
14213                                                                         </para></entry>
14214                                                         </row>
14215                                                 
14216                                                         <row>
14217                                                                 <entry>opt_in_ws</entry>
14218                                                                 <entry>integer</entry>
14219                                                                 <entry><para>
14220                                                                         
14221                                                                                                                 
14222                                                                         
14223                                                                         
14224                                                                         
14225                                                                                 NOT NULL;
14226                                                                         
14227                                                                         
14228                                                                         
14229                                                                                 
14230                                                                                 <xref linkend="actor.table.workstation"/>
14231                                                                                 
14232                                                                         
14233                                                                         </para></entry>
14234                                                         </row>
14235                                                 
14236                                                 </tbody>
14237                                         </tgroup>
14238                                 </informaltable>
14239                                 <para>
14240                                 
14241                                 
14242                                 
14243                                 
14244                 </para>
14245                 </simplesect>
14246                 
14247                 <simplesect id="actor.table.usr-password-reset" xreflabel="actor.usr_password_reset">           
14248                         <title>usr_password_reset</title>
14249                         <informaltable>
14250                                 <tgroup cols="3">
14251                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
14252                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
14253                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
14254                                         <thead>
14255                                                 <row>
14256                                                         <entry>Field</entry>
14257                                                         <entry>Data Type</entry>
14258                                                         <entry>Constraints and References</entry>
14259                                                 </row>
14260                                                 </thead>
14261                                                 <tbody>
14262                                                 
14263                                                         <row>
14264                                                                 <entry>id</entry>
14265                                                                 <entry>serial</entry>
14266                                                                 <entry><para>
14267                                                                         
14268                                                                                 
14269                                                                                         PRIMARY KEY
14270                                                                                                                 
14271                                                                         
14272                                                                         
14273                                                                         
14274                                                                         
14275                                                                         
14276                                                                                 
14277                                                                         
14278                                                                         </para></entry>
14279                                                         </row>
14280                                                 
14281                                                         <row>
14282                                                                 <entry>uuid</entry>
14283                                                                 <entry>text</entry>
14284                                                                 <entry><para>
14285                                                                         
14286                                                                         
14287                                                                                 NOT NULL;
14288                                                                         
14289                                                                         
14290                                                                         
14291                                                                         </para></entry>
14292                                                         </row>
14293                                                 
14294                                                         <row>
14295                                                                 <entry>usr</entry>
14296                                                                 <entry>bigint</entry>
14297                                                                 <entry><para>
14298                                                                         
14299                                                                                                                 
14300                                                                         
14301                                                                         
14302                                                                         
14303                                                                                 NOT NULL;
14304                                                                         
14305                                                                         
14306                                                                         
14307                                                                                 
14308                                                                                 <xref linkend="actor.table.usr"/>
14309                                                                                 
14310                                                                         
14311                                                                         </para></entry>
14312                                                         </row>
14313                                                 
14314                                                         <row>
14315                                                                 <entry>request_time</entry>
14316                                                                 <entry>timestamp without time zone</entry>
14317                                                                 <entry><para>
14318                                                                         
14319                                                                         
14320                                                                                 NOT NULL;
14321                                                                         
14322                                                                         
14323                                                                                 DEFAULT now();
14324                                                                         
14325                                                                         
14326                                                                         </para></entry>
14327                                                         </row>
14328                                                 
14329                                                         <row>
14330                                                                 <entry>has_been_reset</entry>
14331                                                                 <entry>boolean</entry>
14332                                                                 <entry><para>
14333                                                                         
14334                                                                         
14335                                                                                 NOT NULL;
14336                                                                         
14337                                                                         
14338                                                                                 DEFAULT false;
14339                                                                         
14340                                                                         
14341                                                                         </para></entry>
14342                                                         </row>
14343                                                 
14344                                                 </tbody>
14345                                         </tgroup>
14346                                 </informaltable>
14347                                 <para>
14348                                 
14349                                 
14350                                 
14351                                 
14352                 </para>
14353                 </simplesect>
14354                 
14355                 <simplesect id="actor.table.usr-setting" xreflabel="actor.usr_setting">         
14356                         <title>usr_setting</title>
14357                         <informaltable>
14358                                 <tgroup cols="3">
14359                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
14360                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
14361                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
14362                                         <thead>
14363                                                 <row>
14364                                                         <entry>Field</entry>
14365                                                         <entry>Data Type</entry>
14366                                                         <entry>Constraints and References</entry>
14367                                                 </row>
14368                                                 </thead>
14369                                                 <tbody>
14370                                                 
14371                                                         <row>
14372                                                                 <entry>id</entry>
14373                                                                 <entry>bigserial</entry>
14374                                                                 <entry><para>
14375                                                                         
14376                                                                                 
14377                                                                                         PRIMARY KEY
14378                                                                                                                 
14379                                                                         
14380                                                                         
14381                                                                         
14382                                                                         
14383                                                                         
14384                                                                                 
14385                                                                         
14386                                                                         </para></entry>
14387                                                         </row>
14388                                                 
14389                                                         <row>
14390                                                                 <entry>usr</entry>
14391                                                                 <entry>integer</entry>
14392                                                                 <entry><para>
14393                                                                         
14394                                                                                                                 
14395                                                                         
14396                                                                                 UNIQUE#1
14397                                                                                 ;
14398                                                                                 
14399                                                                         
14400                                                                                                                 
14401                                                                         
14402                                                                         
14403                                                                         
14404                                                                                 NOT NULL;
14405                                                                         
14406                                                                         
14407                                                                         
14408                                                                                 
14409                                                                         
14410                                                                                 
14411                                                                                 <xref linkend="actor.table.usr"/>
14412                                                                                 
14413                                                                         
14414                                                                         </para></entry>
14415                                                         </row>
14416                                                 
14417                                                         <row>
14418                                                                 <entry>name</entry>
14419                                                                 <entry>text</entry>
14420                                                                 <entry><para>
14421                                                                         
14422                                                                                                                 
14423                                                                         
14424                                                                                 UNIQUE#1
14425                                                                                 ;
14426                                                                                 
14427                                                                         
14428                                                                         
14429                                                                                 NOT NULL;
14430                                                                         
14431                                                                         
14432                                                                         
14433                                                                                 
14434                                                                         
14435                                                                         </para></entry>
14436                                                         </row>
14437                                                 
14438                                                         <row>
14439                                                                 <entry>value</entry>
14440                                                                 <entry>text</entry>
14441                                                                 <entry><para>
14442                                                                         
14443                                                                         
14444                                                                                 NOT NULL;
14445                                                                         
14446                                                                         
14447                                                                         
14448                                                                         </para></entry>
14449                                                         </row>
14450                                                 
14451                                                 </tbody>
14452                                         </tgroup>
14453                                 </informaltable>
14454                                 <para>
14455                                 
14456                                 
14457                                 
14458                                 
14459                 </para>
14460                 </simplesect>
14461                 
14462                 <simplesect id="actor.table.usr-standing-penalty" xreflabel="actor.usr_standing_penalty">               
14463                         <title>usr_standing_penalty</title>
14464                         <informaltable>
14465                                 <tgroup cols="3">
14466                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
14467                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
14468                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
14469                                         <thead>
14470                                                 <row>
14471                                                         <entry>Field</entry>
14472                                                         <entry>Data Type</entry>
14473                                                         <entry>Constraints and References</entry>
14474                                                 </row>
14475                                                 </thead>
14476                                                 <tbody>
14477                                                 
14478                                                         <row>
14479                                                                 <entry>id</entry>
14480                                                                 <entry>serial</entry>
14481                                                                 <entry><para>
14482                                                                         
14483                                                                                 
14484                                                                                         PRIMARY KEY
14485                                                                                                                 
14486                                                                         
14487                                                                         
14488                                                                         
14489                                                                         
14490                                                                         
14491                                                                                 
14492                                                                         
14493                                                                         </para></entry>
14494                                                         </row>
14495                                                 
14496                                                         <row>
14497                                                                 <entry>org_unit</entry>
14498                                                                 <entry>integer</entry>
14499                                                                 <entry><para>
14500                                                                         
14501                                                                                                                 
14502                                                                         
14503                                                                         
14504                                                                         
14505                                                                                 NOT NULL;
14506                                                                         
14507                                                                         
14508                                                                         
14509                                                                                 
14510                                                                                 <xref linkend="actor.table.org-unit"/>
14511                                                                                 
14512                                                                         
14513                                                                         </para></entry>
14514                                                         </row>
14515                                                 
14516                                                         <row>
14517                                                                 <entry>usr</entry>
14518                                                                 <entry>integer</entry>
14519                                                                 <entry><para>
14520                                                                         
14521                                                                                                                 
14522                                                                         
14523                                                                         
14524                                                                         
14525                                                                                 NOT NULL;
14526                                                                         
14527                                                                         
14528                                                                         
14529                                                                                 
14530                                                                                 <xref linkend="actor.table.usr"/>
14531                                                                                 
14532                                                                         
14533                                                                         </para></entry>
14534                                                         </row>
14535                                                 
14536                                                         <row>
14537                                                                 <entry>standing_penalty</entry>
14538                                                                 <entry>integer</entry>
14539                                                                 <entry><para>
14540                                                                         
14541                                                                                                                 
14542                                                                         
14543                                                                         
14544                                                                         
14545                                                                                 NOT NULL;
14546                                                                         
14547                                                                         
14548                                                                         
14549                                                                                 
14550                                                                                 <xref linkend="config.table.standing-penalty"/>
14551                                                                                 
14552                                                                         
14553                                                                         </para></entry>
14554                                                         </row>
14555                                                 
14556                                                         <row>
14557                                                                 <entry>staff</entry>
14558                                                                 <entry>integer</entry>
14559                                                                 <entry><para>
14560                                                                         
14561                                                                                                                 
14562                                                                         
14563                                                                         
14564                                                                         
14565                                                                         
14566                                                                         
14567                                                                                 
14568                                                                                 <xref linkend="actor.table.usr"/>
14569                                                                                 
14570                                                                         
14571                                                                         </para></entry>
14572                                                         </row>
14573                                                 
14574                                                         <row>
14575                                                                 <entry>set_date</entry>
14576                                                                 <entry>timestamp with time zone</entry>
14577                                                                 <entry><para>
14578                                                                         
14579                                                                         
14580                                                                         
14581                                                                                 DEFAULT now();
14582                                                                         
14583                                                                         
14584                                                                         </para></entry>
14585                                                         </row>
14586                                                 
14587                                                         <row>
14588                                                                 <entry>stop_date</entry>
14589                                                                 <entry>timestamp with time zone</entry>
14590                                                                 <entry><para>
14591                                                                         
14592                                                                         
14593                                                                         
14594                                                                         
14595                                                                         </para></entry>
14596                                                         </row>
14597                                                 
14598                                                         <row>
14599                                                                 <entry>note</entry>
14600                                                                 <entry>text</entry>
14601                                                                 <entry><para>
14602                                                                         
14603                                                                         
14604                                                                         
14605                                                                         
14606                                                                         </para></entry>
14607                                                         </row>
14608                                                 
14609                                                 </tbody>
14610                                         </tgroup>
14611                                 </informaltable>
14612                                 <para>
14613                                 
14614                                 
14615                                 
14616                                 
14617                 </para>
14618                 </simplesect>
14619                 
14620                 <simplesect id="actor.table.workstation" xreflabel="actor.workstation">         
14621                         <title>workstation</title>
14622                         <informaltable>
14623                                 <tgroup cols="3">
14624                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
14625                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
14626                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
14627                                         <thead>
14628                                                 <row>
14629                                                         <entry>Field</entry>
14630                                                         <entry>Data Type</entry>
14631                                                         <entry>Constraints and References</entry>
14632                                                 </row>
14633                                                 </thead>
14634                                                 <tbody>
14635                                                 
14636                                                         <row>
14637                                                                 <entry>id</entry>
14638                                                                 <entry>serial</entry>
14639                                                                 <entry><para>
14640                                                                         
14641                                                                                 
14642                                                                                         PRIMARY KEY
14643                                                                                                                 
14644                                                                         
14645                                                                         
14646                                                                         
14647                                                                         
14648                                                                         
14649                                                                                 
14650                                                                         
14651                                                                         </para></entry>
14652                                                         </row>
14653                                                 
14654                                                         <row>
14655                                                                 <entry>name</entry>
14656                                                                 <entry>text</entry>
14657                                                                 <entry><para>
14658                                                                         
14659                                                                                                                 
14660                                                                         
14661                                                                                 UNIQUE;
14662                                                                                 
14663                                                                         
14664                                                                         
14665                                                                                 NOT NULL;
14666                                                                         
14667                                                                         
14668                                                                         
14669                                                                                 
14670                                                                         
14671                                                                         </para></entry>
14672                                                         </row>
14673                                                 
14674                                                         <row>
14675                                                                 <entry>owning_lib</entry>
14676                                                                 <entry>integer</entry>
14677                                                                 <entry><para>
14678                                                                         
14679                                                                                                                 
14680                                                                         
14681                                                                         
14682                                                                         
14683                                                                                 NOT NULL;
14684                                                                         
14685                                                                         
14686                                                                         
14687                                                                                 
14688                                                                                 <xref linkend="actor.table.org-unit"/>
14689                                                                                 
14690                                                                         
14691                                                                         </para></entry>
14692                                                         </row>
14693                                                 
14694                                                 </tbody>
14695                                         </tgroup>
14696                                 </informaltable>
14697                                 <para>
14698                                 
14699                                 
14700                                 
14701                                         <itemizedlist>
14702                                                 <title>
14703                                                         Tables referencing actor.usr_org_unit_opt_in via Foreign Key Constraints
14704                                                 </title>
14705                                 
14706                                                         <listitem>
14707                                                                 <para><xref linkend="actor.table.usr-org-unit-opt-in"/></para>
14708                                                         </listitem>
14709                                                         
14710                                 
14711                                 
14712                                                         <listitem>
14713                                                                 <para><xref linkend="money.table.bnm-desk-payment"/></para>
14714                                                         </listitem>
14715                                                         
14716                                         </itemizedlist>
14717                                 
14718                                 
14719                                 
14720                                 
14721                 </para>
14722                 </simplesect>
14723                 
14724         </section>
14725         
14726         <section id="asset.schema">
14727                 <title>Schema asset</title>
14728                 
14729                 <simplesect id="asset.table.call-number" xreflabel="asset.call_number">         
14730                         <title>call_number</title>
14731                         <informaltable>
14732                                 <tgroup cols="3">
14733                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
14734                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
14735                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
14736                                         <thead>
14737                                                 <row>
14738                                                         <entry>Field</entry>
14739                                                         <entry>Data Type</entry>
14740                                                         <entry>Constraints and References</entry>
14741                                                 </row>
14742                                                 </thead>
14743                                                 <tbody>
14744                                                 
14745                                                         <row>
14746                                                                 <entry>id</entry>
14747                                                                 <entry>bigserial</entry>
14748                                                                 <entry><para>
14749                                                                         
14750                                                                                 
14751                                                                                         PRIMARY KEY
14752                                                                                                                 
14753                                                                         
14754                                                                         
14755                                                                         
14756                                                                         
14757                                                                         
14758                                                                                 
14759                                                                         
14760                                                                         </para></entry>
14761                                                         </row>
14762                                                 
14763                                                         <row>
14764                                                                 <entry>creator</entry>
14765                                                                 <entry>bigint</entry>
14766                                                                 <entry><para>
14767                                                                         
14768                                                                                                                 
14769                                                                         
14770                                                                         
14771                                                                         
14772                                                                                 NOT NULL;
14773                                                                         
14774                                                                         
14775                                                                         
14776                                                                                 
14777                                                                                 <xref linkend="actor.table.usr"/>
14778                                                                                 
14779                                                                         
14780                                                                         </para></entry>
14781                                                         </row>
14782                                                 
14783                                                         <row>
14784                                                                 <entry>create_date</entry>
14785                                                                 <entry>timestamp with time zone</entry>
14786                                                                 <entry><para>
14787                                                                         
14788                                                                         
14789                                                                         
14790                                                                                 DEFAULT now();
14791                                                                         
14792                                                                         
14793                                                                         </para></entry>
14794                                                         </row>
14795                                                 
14796                                                         <row>
14797                                                                 <entry>editor</entry>
14798                                                                 <entry>bigint</entry>
14799                                                                 <entry><para>
14800                                                                         
14801                                                                                                                 
14802                                                                         
14803                                                                         
14804                                                                         
14805                                                                                 NOT NULL;
14806                                                                         
14807                                                                         
14808                                                                         
14809                                                                                 
14810                                                                                 <xref linkend="actor.table.usr"/>
14811                                                                                 
14812                                                                         
14813                                                                         </para></entry>
14814                                                         </row>
14815                                                 
14816                                                         <row>
14817                                                                 <entry>edit_date</entry>
14818                                                                 <entry>timestamp with time zone</entry>
14819                                                                 <entry><para>
14820                                                                         
14821                                                                         
14822                                                                         
14823                                                                                 DEFAULT now();
14824                                                                         
14825                                                                         
14826                                                                         </para></entry>
14827                                                         </row>
14828                                                 
14829                                                         <row>
14830                                                                 <entry>record</entry>
14831                                                                 <entry>bigint</entry>
14832                                                                 <entry><para>
14833                                                                         
14834                                                                                                                 
14835                                                                         
14836                                                                         
14837                                                                         
14838                                                                                 NOT NULL;
14839                                                                         
14840                                                                         
14841                                                                         
14842                                                                                 
14843                                                                                 <xref linkend="biblio.table.record-entry"/>
14844                                                                                 
14845                                                                         
14846                                                                         </para></entry>
14847                                                         </row>
14848                                                 
14849                                                         <row>
14850                                                                 <entry>owning_lib</entry>
14851                                                                 <entry>integer</entry>
14852                                                                 <entry><para>
14853                                                                         
14854                                                                                                                 
14855                                                                         
14856                                                                         
14857                                                                         
14858                                                                                 NOT NULL;
14859                                                                         
14860                                                                         
14861                                                                         
14862                                                                                 
14863                                                                                 <xref linkend="actor.table.org-unit"/>
14864                                                                                 
14865                                                                         
14866                                                                         </para></entry>
14867                                                         </row>
14868                                                 
14869                                                         <row>
14870                                                                 <entry>label</entry>
14871                                                                 <entry>text</entry>
14872                                                                 <entry><para>
14873                                                                         
14874                                                                         
14875                                                                                 NOT NULL;
14876                                                                         
14877                                                                         
14878                                                                         
14879                                                                         </para></entry>
14880                                                         </row>
14881                                                 
14882                                                         <row>
14883                                                                 <entry>deleted</entry>
14884                                                                 <entry>boolean</entry>
14885                                                                 <entry><para>
14886                                                                         
14887                                                                         
14888                                                                                 NOT NULL;
14889                                                                         
14890                                                                         
14891                                                                                 DEFAULT false;
14892                                                                         
14893                                                                         
14894                                                                         </para></entry>
14895                                                         </row>
14896                                                 
14897                                                 </tbody>
14898                                         </tgroup>
14899                                 </informaltable>
14900                                 <para>
14901                                 
14902                                 
14903                                 
14904                                         <itemizedlist>
14905                                                 <title>
14906                                                         Tables referencing asset.call_number_note via Foreign Key Constraints
14907                                                 </title>
14908                                 
14909                                                         <listitem>
14910                                                                 <para><xref linkend="asset.table.call-number-note"/></para>
14911                                                         </listitem>
14912                                                         
14913                                 
14914                                 
14915                                                         <listitem>
14916                                                                 <para><xref linkend="asset.table.copy"/></para>
14917                                                         </listitem>
14918                                                         
14919                                 
14920                                 
14921                                                         <listitem>
14922                                                                 <para><xref linkend="asset.table.uri-call-number-map"/></para>
14923                                                         </listitem>
14924                                                         
14925                                 
14926                                 
14927                                                         <listitem>
14928                                                                 <para><xref linkend="container.table.call-number-bucket-item"/></para>
14929                                                         </listitem>
14930                                                         
14931                                 
14932                                 
14933                                                         <listitem>
14934                                                                 <para><xref linkend="serial.table.subscription"/></para>
14935                                                         </listitem>
14936                                                         
14937                                         </itemizedlist>
14938                                 
14939                                 
14940                                 
14941                                 
14942                 </para>
14943                 </simplesect>
14944                 
14945                 <simplesect id="asset.table.call-number-note" xreflabel="asset.call_number_note">               
14946                         <title>call_number_note</title>
14947                         <informaltable>
14948                                 <tgroup cols="3">
14949                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
14950                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
14951                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
14952                                         <thead>
14953                                                 <row>
14954                                                         <entry>Field</entry>
14955                                                         <entry>Data Type</entry>
14956                                                         <entry>Constraints and References</entry>
14957                                                 </row>
14958                                                 </thead>
14959                                                 <tbody>
14960                                                 
14961                                                         <row>
14962                                                                 <entry>id</entry>
14963                                                                 <entry>bigserial</entry>
14964                                                                 <entry><para>
14965                                                                         
14966                                                                                 
14967                                                                                         PRIMARY KEY
14968                                                                                                                 
14969                                                                         
14970                                                                         
14971                                                                         
14972                                                                         
14973                                                                         
14974                                                                                 
14975                                                                         
14976                                                                         </para></entry>
14977                                                         </row>
14978                                                 
14979                                                         <row>
14980                                                                 <entry>call_number</entry>
14981                                                                 <entry>bigint</entry>
14982                                                                 <entry><para>
14983                                                                         
14984                                                                                                                 
14985                                                                         
14986                                                                         
14987                                                                         
14988                                                                                 NOT NULL;
14989                                                                         
14990                                                                         
14991                                                                         
14992                                                                                 
14993                                                                                 <xref linkend="asset.table.call-number"/>
14994                                                                                 
14995                                                                         
14996                                                                         </para></entry>
14997                                                         </row>
14998                                                 
14999                                                         <row>
15000                                                                 <entry>creator</entry>
15001                                                                 <entry>bigint</entry>
15002                                                                 <entry><para>
15003                                                                         
15004                                                                                                                 
15005                                                                         
15006                                                                         
15007                                                                         
15008                                                                                 NOT NULL;
15009                                                                         
15010                                                                         
15011                                                                         
15012                                                                                 
15013                                                                                 <xref linkend="actor.table.usr"/>
15014                                                                                 
15015                                                                         
15016                                                                         </para></entry>
15017                                                         </row>
15018                                                 
15019                                                         <row>
15020                                                                 <entry>create_date</entry>
15021                                                                 <entry>timestamp with time zone</entry>
15022                                                                 <entry><para>
15023                                                                         
15024                                                                         
15025                                                                         
15026                                                                                 DEFAULT now();
15027                                                                         
15028                                                                         
15029                                                                         </para></entry>
15030                                                         </row>
15031                                                 
15032                                                         <row>
15033                                                                 <entry>pub</entry>
15034                                                                 <entry>boolean</entry>
15035                                                                 <entry><para>
15036                                                                         
15037                                                                         
15038                                                                                 NOT NULL;
15039                                                                         
15040                                                                         
15041                                                                                 DEFAULT false;
15042                                                                         
15043                                                                         
15044                                                                         </para></entry>
15045                                                         </row>
15046                                                 
15047                                                         <row>
15048                                                                 <entry>title</entry>
15049                                                                 <entry>text</entry>
15050                                                                 <entry><para>
15051                                                                         
15052                                                                         
15053                                                                                 NOT NULL;
15054                                                                         
15055                                                                         
15056                                                                         
15057                                                                         </para></entry>
15058                                                         </row>
15059                                                 
15060                                                         <row>
15061                                                                 <entry>value</entry>
15062                                                                 <entry>text</entry>
15063                                                                 <entry><para>
15064                                                                         
15065                                                                         
15066                                                                                 NOT NULL;
15067                                                                         
15068                                                                         
15069                                                                         
15070                                                                         </para></entry>
15071                                                         </row>
15072                                                 
15073                                                 </tbody>
15074                                         </tgroup>
15075                                 </informaltable>
15076                                 <para>
15077                                 
15078                                 
15079                                 
15080                                 
15081                 </para>
15082                 </simplesect>
15083                 
15084                 <simplesect id="asset.table.copy" xreflabel="asset.copy">               
15085                         <title>copy</title>
15086                         <informaltable>
15087                                 <tgroup cols="3">
15088                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
15089                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
15090                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
15091                                         <thead>
15092                                                 <row>
15093                                                         <entry>Field</entry>
15094                                                         <entry>Data Type</entry>
15095                                                         <entry>Constraints and References</entry>
15096                                                 </row>
15097                                                 </thead>
15098                                                 <tbody>
15099                                                 
15100                                                         <row>
15101                                                                 <entry>id</entry>
15102                                                                 <entry>bigserial</entry>
15103                                                                 <entry><para>
15104                                                                         
15105                                                                                 
15106                                                                                         PRIMARY KEY
15107                                                                                                                 
15108                                                                         
15109                                                                         
15110                                                                         
15111                                                                         
15112                                                                         
15113                                                                                 
15114                                                                         
15115                                                                         </para></entry>
15116                                                         </row>
15117                                                 
15118                                                         <row>
15119                                                                 <entry>circ_lib</entry>
15120                                                                 <entry>integer</entry>
15121                                                                 <entry><para>
15122                                                                         
15123                                                                                                                 
15124                                                                         
15125                                                                         
15126                                                                         
15127                                                                                 NOT NULL;
15128                                                                         
15129                                                                         
15130                                                                         
15131                                                                                 
15132                                                                                 <xref linkend="actor.table.org-unit"/>
15133                                                                                 
15134                                                                         
15135                                                                         </para></entry>
15136                                                         </row>
15137                                                 
15138                                                         <row>
15139                                                                 <entry>creator</entry>
15140                                                                 <entry>bigint</entry>
15141                                                                 <entry><para>
15142                                                                         
15143                                                                                                                 
15144                                                                         
15145                                                                         
15146                                                                         
15147                                                                                 NOT NULL;
15148                                                                         
15149                                                                         
15150                                                                         
15151                                                                                 
15152                                                                                 <xref linkend="actor.table.usr"/>
15153                                                                                 
15154                                                                         
15155                                                                         </para></entry>
15156                                                         </row>
15157                                                 
15158                                                         <row>
15159                                                                 <entry>call_number</entry>
15160                                                                 <entry>bigint</entry>
15161                                                                 <entry><para>
15162                                                                         
15163                                                                                                                 
15164                                                                         
15165                                                                         
15166                                                                         
15167                                                                                 NOT NULL;
15168                                                                         
15169                                                                         
15170                                                                         
15171                                                                                 
15172                                                                                 <xref linkend="asset.table.call-number"/>
15173                                                                                 
15174                                                                         
15175                                                                         </para></entry>
15176                                                         </row>
15177                                                 
15178                                                         <row>
15179                                                                 <entry>editor</entry>
15180                                                                 <entry>bigint</entry>
15181                                                                 <entry><para>
15182                                                                         
15183                                                                                                                 
15184                                                                         
15185                                                                         
15186                                                                         
15187                                                                                 NOT NULL;
15188                                                                         
15189                                                                         
15190                                                                         
15191                                                                                 
15192                                                                                 <xref linkend="actor.table.usr"/>
15193                                                                                 
15194                                                                         
15195                                                                         </para></entry>
15196                                                         </row>
15197                                                 
15198                                                         <row>
15199                                                                 <entry>create_date</entry>
15200                                                                 <entry>timestamp with time zone</entry>
15201                                                                 <entry><para>
15202                                                                         
15203                                                                         
15204                                                                         
15205                                                                                 DEFAULT now();
15206                                                                         
15207                                                                         
15208                                                                         </para></entry>
15209                                                         </row>
15210                                                 
15211                                                         <row>
15212                                                                 <entry>edit_date</entry>
15213                                                                 <entry>timestamp with time zone</entry>
15214                                                                 <entry><para>
15215                                                                         
15216                                                                         
15217                                                                         
15218                                                                                 DEFAULT now();
15219                                                                         
15220                                                                         
15221                                                                         </para></entry>
15222                                                         </row>
15223                                                 
15224                                                         <row>
15225                                                                 <entry>copy_number</entry>
15226                                                                 <entry>integer</entry>
15227                                                                 <entry><para>
15228                                                                         
15229                                                                         
15230                                                                         
15231                                                                         
15232                                                                         </para></entry>
15233                                                         </row>
15234                                                 
15235                                                         <row>
15236                                                                 <entry>status</entry>
15237                                                                 <entry>integer</entry>
15238                                                                 <entry><para>
15239                                                                         
15240                                                                                                                 
15241                                                                         
15242                                                                         
15243                                                                         
15244                                                                                 NOT NULL;
15245                                                                         
15246                                                                         
15247                                                                         
15248                                                                                 
15249                                                                                 <xref linkend="config.table.copy-status"/>
15250                                                                                 
15251                                                                         
15252                                                                         </para></entry>
15253                                                         </row>
15254                                                 
15255                                                         <row>
15256                                                                 <entry>location</entry>
15257                                                                 <entry>integer</entry>
15258                                                                 <entry><para>
15259                                                                         
15260                                                                                                                 
15261                                                                         
15262                                                                         
15263                                                                         
15264                                                                                 NOT NULL;
15265                                                                         
15266                                                                         
15267                                                                                 DEFAULT 1;
15268                                                                         
15269                                                                         
15270                                                                                 
15271                                                                                 <xref linkend="asset.table.copy-location"/>
15272                                                                                 
15273                                                                         
15274                                                                         </para></entry>
15275                                                         </row>
15276                                                 
15277                                                         <row>
15278                                                                 <entry>loan_duration</entry>
15279                                                                 <entry>integer</entry>
15280                                                                 <entry><para>
15281                                                                         
15282                                                                         
15283                                                                                 NOT NULL;
15284                                                                         
15285                                                                         
15286                                                                         
15287                                                                         </para></entry>
15288                                                         </row>
15289                                                 
15290                                                         <row>
15291                                                                 <entry>fine_level</entry>
15292                                                                 <entry>integer</entry>
15293                                                                 <entry><para>
15294                                                                         
15295                                                                         
15296                                                                                 NOT NULL;
15297                                                                         
15298                                                                         
15299                                                                         
15300                                                                         </para></entry>
15301                                                         </row>
15302                                                 
15303                                                         <row>
15304                                                                 <entry>age_protect</entry>
15305                                                                 <entry>integer</entry>
15306                                                                 <entry><para>
15307                                                                         
15308                                                                         
15309                                                                         
15310                                                                         
15311                                                                         </para></entry>
15312                                                         </row>
15313                                                 
15314                                                         <row>
15315                                                                 <entry>circulate</entry>
15316                                                                 <entry>boolean</entry>
15317                                                                 <entry><para>
15318                                                                         
15319                                                                         
15320                                                                                 NOT NULL;
15321                                                                         
15322                                                                         
15323                                                                                 DEFAULT true;
15324                                                                         
15325                                                                         
15326                                                                         </para></entry>
15327                                                         </row>
15328                                                 
15329                                                         <row>
15330                                                                 <entry>deposit</entry>
15331                                                                 <entry>boolean</entry>
15332                                                                 <entry><para>
15333                                                                         
15334                                                                         
15335                                                                                 NOT NULL;
15336                                                                         
15337                                                                         
15338                                                                                 DEFAULT false;
15339                                                                         
15340                                                                         
15341                                                                         </para></entry>
15342                                                         </row>
15343                                                 
15344                                                         <row>
15345                                                                 <entry>ref</entry>
15346                                                                 <entry>boolean</entry>
15347                                                                 <entry><para>
15348                                                                         
15349                                                                         
15350                                                                                 NOT NULL;
15351                                                                         
15352                                                                         
15353                                                                                 DEFAULT false;
15354                                                                         
15355                                                                         
15356                                                                         </para></entry>
15357                                                         </row>
15358                                                 
15359                                                         <row>
15360                                                                 <entry>holdable</entry>
15361                                                                 <entry>boolean</entry>
15362                                                                 <entry><para>
15363                                                                         
15364                                                                         
15365                                                                                 NOT NULL;
15366                                                                         
15367                                                                         
15368                                                                                 DEFAULT true;
15369                                                                         
15370                                                                         
15371                                                                         </para></entry>
15372                                                         </row>
15373                                                 
15374                                                         <row>
15375                                                                 <entry>deposit_amount</entry>
15376                                                                 <entry>numeric(6,2)</entry>
15377                                                                 <entry><para>
15378                                                                         
15379                                                                         
15380                                                                                 NOT NULL;
15381                                                                         
15382                                                                         
15383                                                                                 DEFAULT 0.00;
15384                                                                         
15385                                                                         
15386                                                                         </para></entry>
15387                                                         </row>
15388                                                 
15389                                                         <row>
15390                                                                 <entry>price</entry>
15391                                                                 <entry>numeric(8,2)</entry>
15392                                                                 <entry><para>
15393                                                                         
15394                                                                         
15395                                                                         
15396                                                                         
15397                                                                         </para></entry>
15398                                                         </row>
15399                                                 
15400                                                         <row>
15401                                                                 <entry>barcode</entry>
15402                                                                 <entry>text</entry>
15403                                                                 <entry><para>
15404                                                                         
15405                                                                         
15406                                                                                 NOT NULL;
15407                                                                         
15408                                                                         
15409                                                                         
15410                                                                         </para></entry>
15411                                                         </row>
15412                                                 
15413                                                         <row>
15414                                                                 <entry>circ_modifier</entry>
15415                                                                 <entry>text</entry>
15416                                                                 <entry><para>
15417                                                                         
15418                                                                                                                 
15419                                                                         
15420                                                                         
15421                                                                         
15422                                                                         
15423                                                                         
15424                                                                                 
15425                                                                                 <xref linkend="config.table.circ-modifier"/>
15426                                                                                 
15427                                                                         
15428                                                                         </para></entry>
15429                                                         </row>
15430                                                 
15431                                                         <row>
15432                                                                 <entry>circ_as_type</entry>
15433                                                                 <entry>text</entry>
15434                                                                 <entry><para>
15435                                                                         
15436                                                                         
15437                                                                         
15438                                                                         
15439                                                                         </para></entry>
15440                                                         </row>
15441                                                 
15442                                                         <row>
15443                                                                 <entry>dummy_title</entry>
15444                                                                 <entry>text</entry>
15445                                                                 <entry><para>
15446                                                                         
15447                                                                         
15448                                                                         
15449                                                                         
15450                                                                         </para></entry>
15451                                                         </row>
15452                                                 
15453                                                         <row>
15454                                                                 <entry>dummy_author</entry>
15455                                                                 <entry>text</entry>
15456                                                                 <entry><para>
15457                                                                         
15458                                                                         
15459                                                                         
15460                                                                         
15461                                                                         </para></entry>
15462                                                         </row>
15463                                                 
15464                                                         <row>
15465                                                                 <entry>alert_message</entry>
15466                                                                 <entry>text</entry>
15467                                                                 <entry><para>
15468                                                                         
15469                                                                         
15470                                                                         
15471                                                                         
15472                                                                         </para></entry>
15473                                                         </row>
15474                                                 
15475                                                         <row>
15476                                                                 <entry>opac_visible</entry>
15477                                                                 <entry>boolean</entry>
15478                                                                 <entry><para>
15479                                                                         
15480                                                                         
15481                                                                                 NOT NULL;
15482                                                                         
15483                                                                         
15484                                                                                 DEFAULT true;
15485                                                                         
15486                                                                         
15487                                                                         </para></entry>
15488                                                         </row>
15489                                                 
15490                                                         <row>
15491                                                                 <entry>deleted</entry>
15492                                                                 <entry>boolean</entry>
15493                                                                 <entry><para>
15494                                                                         
15495                                                                         
15496                                                                                 NOT NULL;
15497                                                                         
15498                                                                         
15499                                                                                 DEFAULT false;
15500                                                                         
15501                                                                         
15502                                                                         </para></entry>
15503                                                         </row>
15504                                                 
15505                                                 </tbody>
15506                                         </tgroup>
15507                                 </informaltable>
15508                                 <para>
15509                                 
15510                                 
15511                                         <variablelist>
15512                                                 <title>Constraints on copy</title>
15513                                                 
15514                                                 <varlistentry>
15515                                                         <term>copy_fine_level_check</term>
15516                                                         <listitem><para>CHECK ((fine_level = ANY (ARRAY[1, 2, 3])))</para></listitem>
15517                                                 </varlistentry>
15518                                                 
15519                                 
15520                                 
15521                                                 <varlistentry>
15522                                                         <term>copy_loan_duration_check</term>
15523                                                         <listitem><para>CHECK ((loan_duration = ANY (ARRAY[1, 2, 3])))</para></listitem>
15524                                                 </varlistentry>
15525                                                 
15526                                         </variablelist>
15527                                 
15528                                 
15529                                 
15530                                 
15531                                         <itemizedlist>
15532                                                 <title>
15533                                                         Tables referencing acq.lineitem_detail via Foreign Key Constraints
15534                                                 </title>
15535                                 
15536                                                         <listitem>
15537                                                                 <para><xref linkend="acq.table.lineitem-detail"/></para>
15538                                                         </listitem>
15539                                                         
15540                                 
15541                                 
15542                                                         <listitem>
15543                                                                 <para><xref linkend="action.table.circulation"/></para>
15544                                                         </listitem>
15545                                                         
15546                                 
15547                                 
15548                                                         <listitem>
15549                                                                 <para><xref linkend="action.table.hold-copy-map"/></para>
15550                                                         </listitem>
15551                                                         
15552                                 
15553                                 
15554                                                         <listitem>
15555                                                                 <para><xref linkend="action.table.hold-request"/></para>
15556                                                         </listitem>
15557                                                         
15558                                 
15559                                 
15560                                                         <listitem>
15561                                                                 <para><xref linkend="action.table.hold-transit-copy"/></para>
15562                                                         </listitem>
15563                                                         
15564                                 
15565                                 
15566                                                         <listitem>
15567                                                                 <para><xref linkend="action.table.in-house-use"/></para>
15568                                                         </listitem>
15569                                                         
15570                                 
15571                                 
15572                                                         <listitem>
15573                                                                 <para><xref linkend="action.table.transit-copy"/></para>
15574                                                         </listitem>
15575                                                         
15576                                 
15577                                 
15578                                                         <listitem>
15579                                                                 <para><xref linkend="asset.table.copy-note"/></para>
15580                                                         </listitem>
15581                                                         
15582                                 
15583                                 
15584                                                         <listitem>
15585                                                                 <para><xref linkend="asset.table.copy-transparency-map"/></para>
15586                                                         </listitem>
15587                                                         
15588                                 
15589                                 
15590                                                         <listitem>
15591                                                                 <para><xref linkend="asset.table.stat-cat-entry-copy-map"/></para>
15592                                                         </listitem>
15593                                                         
15594                                 
15595                                 
15596                                                         <listitem>
15597                                                                 <para><xref linkend="container.table.copy-bucket-item"/></para>
15598                                                         </listitem>
15599                                                         
15600                                 
15601                                 
15602                                                         <listitem>
15603                                                                 <para><xref linkend="extend-reporter.table.legacy-circ-count"/></para>
15604                                                         </listitem>
15605                                                         
15606                                 
15607                                 
15608                                                         <listitem>
15609                                                                 <para><xref linkend="serial.table.issuance"/></para>
15610                                                         </listitem>
15611                                                         
15612                                         </itemizedlist>
15613                                 
15614                                 
15615                                 
15616                                 
15617                 </para>
15618                 </simplesect>
15619                 
15620                 <simplesect id="asset.table.copy-location" xreflabel="asset.copy_location">             
15621                         <title>copy_location</title>
15622                         <informaltable>
15623                                 <tgroup cols="3">
15624                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
15625                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
15626                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
15627                                         <thead>
15628                                                 <row>
15629                                                         <entry>Field</entry>
15630                                                         <entry>Data Type</entry>
15631                                                         <entry>Constraints and References</entry>
15632                                                 </row>
15633                                                 </thead>
15634                                                 <tbody>
15635                                                 
15636                                                         <row>
15637                                                                 <entry>id</entry>
15638                                                                 <entry>serial</entry>
15639                                                                 <entry><para>
15640                                                                         
15641                                                                                 
15642                                                                                         PRIMARY KEY
15643                                                                                                                 
15644                                                                         
15645                                                                         
15646                                                                         
15647                                                                         
15648                                                                         
15649                                                                                 
15650                                                                         
15651                                                                         </para></entry>
15652                                                         </row>
15653                                                 
15654                                                         <row>
15655                                                                 <entry>name</entry>
15656                                                                 <entry>text</entry>
15657                                                                 <entry><para>
15658                                                                         
15659                                                                                                                 
15660                                                                         
15661                                                                                 UNIQUE#1
15662                                                                                 ;
15663                                                                                 
15664                                                                         
15665                                                                         
15666                                                                                 NOT NULL;
15667                                                                         
15668                                                                         
15669                                                                         
15670                                                                                 
15671                                                                         
15672                                                                         </para></entry>
15673                                                         </row>
15674                                                 
15675                                                         <row>
15676                                                                 <entry>owning_lib</entry>
15677                                                                 <entry>integer</entry>
15678                                                                 <entry><para>
15679                                                                         
15680                                                                                                                 
15681                                                                         
15682                                                                                 UNIQUE#1
15683                                                                                 ;
15684                                                                                 
15685                                                                         
15686                                                                                                                 
15687                                                                         
15688                                                                         
15689                                                                         
15690                                                                                 NOT NULL;
15691                                                                         
15692                                                                         
15693                                                                         
15694                                                                                 
15695                                                                         
15696                                                                                 
15697                                                                                 <xref linkend="actor.table.org-unit"/>
15698                                                                                 
15699                                                                         
15700                                                                         </para></entry>
15701                                                         </row>
15702                                                 
15703                                                         <row>
15704                                                                 <entry>holdable</entry>
15705                                                                 <entry>boolean</entry>
15706                                                                 <entry><para>
15707                                                                         
15708                                                                         
15709                                                                                 NOT NULL;
15710                                                                         
15711                                                                         
15712                                                                                 DEFAULT true;
15713                                                                         
15714                                                                         
15715                                                                         </para></entry>
15716                                                         </row>
15717                                                 
15718                                                         <row>
15719                                                                 <entry>hold_verify</entry>
15720                                                                 <entry>boolean</entry>
15721                                                                 <entry><para>
15722                                                                         
15723                                                                         
15724                                                                                 NOT NULL;
15725                                                                         
15726                                                                         
15727                                                                                 DEFAULT false;
15728                                                                         
15729                                                                         
15730                                                                         </para></entry>
15731                                                         </row>
15732                                                 
15733                                                         <row>
15734                                                                 <entry>opac_visible</entry>
15735                                                                 <entry>boolean</entry>
15736                                                                 <entry><para>
15737                                                                         
15738                                                                         
15739                                                                                 NOT NULL;
15740                                                                         
15741                                                                         
15742                                                                                 DEFAULT true;
15743                                                                         
15744                                                                         
15745                                                                         </para></entry>
15746                                                         </row>
15747                                                 
15748                                                         <row>
15749                                                                 <entry>circulate</entry>
15750                                                                 <entry>boolean</entry>
15751                                                                 <entry><para>
15752                                                                         
15753                                                                         
15754                                                                                 NOT NULL;
15755                                                                         
15756                                                                         
15757                                                                                 DEFAULT true;
15758                                                                         
15759                                                                         
15760                                                                         </para></entry>
15761                                                         </row>
15762                                                 
15763                                                 </tbody>
15764                                         </tgroup>
15765                                 </informaltable>
15766                                 <para>
15767                                 
15768                                 
15769                                 
15770                                         <itemizedlist>
15771                                                 <title>
15772                                                         Tables referencing acq.distribution_formula_entry via Foreign Key Constraints
15773                                                 </title>
15774                                 
15775                                                         <listitem>
15776                                                                 <para><xref linkend="acq.table.distribution-formula-entry"/></para>
15777                                                         </listitem>
15778                                                         
15779                                 
15780                                 
15781                                                         <listitem>
15782                                                                 <para><xref linkend="acq.table.lineitem-detail"/></para>
15783                                                         </listitem>
15784                                                         
15785                                 
15786                                 
15787                                                         <listitem>
15788                                                                 <para><xref linkend="asset.table.copy"/></para>
15789                                                         </listitem>
15790                                                         
15791                                 
15792                                 
15793                                                         <listitem>
15794                                                                 <para><xref linkend="serial.table.issuance"/></para>
15795                                                         </listitem>
15796                                                         
15797                                         </itemizedlist>
15798                                 
15799                                 
15800                                 
15801                                 
15802                 </para>
15803                 </simplesect>
15804                 
15805                 <simplesect id="asset.table.copy-note" xreflabel="asset.copy_note">             
15806                         <title>copy_note</title>
15807                         <informaltable>
15808                                 <tgroup cols="3">
15809                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
15810                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
15811                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
15812                                         <thead>
15813                                                 <row>
15814                                                         <entry>Field</entry>
15815                                                         <entry>Data Type</entry>
15816                                                         <entry>Constraints and References</entry>
15817                                                 </row>
15818                                                 </thead>
15819                                                 <tbody>
15820                                                 
15821                                                         <row>
15822                                                                 <entry>id</entry>
15823                                                                 <entry>bigserial</entry>
15824                                                                 <entry><para>
15825                                                                         
15826                                                                                 
15827                                                                                         PRIMARY KEY
15828                                                                                                                 
15829                                                                         
15830                                                                         
15831                                                                         
15832                                                                         
15833                                                                         
15834                                                                                 
15835                                                                         
15836                                                                         </para></entry>
15837                                                         </row>
15838                                                 
15839                                                         <row>
15840                                                                 <entry>owning_copy</entry>
15841                                                                 <entry>bigint</entry>
15842                                                                 <entry><para>
15843                                                                         
15844                                                                                                                 
15845                                                                         
15846                                                                         
15847                                                                         
15848                                                                                 NOT NULL;
15849                                                                         
15850                                                                         
15851                                                                         
15852                                                                                 
15853                                                                                 <xref linkend="asset.table.copy"/>
15854                                                                                 
15855                                                                         
15856                                                                         </para></entry>
15857                                                         </row>
15858                                                 
15859                                                         <row>
15860                                                                 <entry>creator</entry>
15861                                                                 <entry>bigint</entry>
15862                                                                 <entry><para>
15863                                                                         
15864                                                                                                                 
15865                                                                         
15866                                                                         
15867                                                                         
15868                                                                                 NOT NULL;
15869                                                                         
15870                                                                         
15871                                                                         
15872                                                                                 
15873                                                                                 <xref linkend="actor.table.usr"/>
15874                                                                                 
15875                                                                         
15876                                                                         </para></entry>
15877                                                         </row>
15878                                                 
15879                                                         <row>
15880                                                                 <entry>create_date</entry>
15881                                                                 <entry>timestamp with time zone</entry>
15882                                                                 <entry><para>
15883                                                                         
15884                                                                         
15885                                                                         
15886                                                                                 DEFAULT now();
15887                                                                         
15888                                                                         
15889                                                                         </para></entry>
15890                                                         </row>
15891                                                 
15892                                                         <row>
15893                                                                 <entry>pub</entry>
15894                                                                 <entry>boolean</entry>
15895                                                                 <entry><para>
15896                                                                         
15897                                                                         
15898                                                                                 NOT NULL;
15899                                                                         
15900                                                                         
15901                                                                                 DEFAULT false;
15902                                                                         
15903                                                                         
15904                                                                         </para></entry>
15905                                                         </row>
15906                                                 
15907                                                         <row>
15908                                                                 <entry>title</entry>
15909                                                                 <entry>text</entry>
15910                                                                 <entry><para>
15911                                                                         
15912                                                                         
15913                                                                                 NOT NULL;
15914                                                                         
15915                                                                         
15916                                                                         
15917                                                                         </para></entry>
15918                                                         </row>
15919                                                 
15920                                                         <row>
15921                                                                 <entry>value</entry>
15922                                                                 <entry>text</entry>
15923                                                                 <entry><para>
15924                                                                         
15925                                                                         
15926                                                                                 NOT NULL;
15927                                                                         
15928                                                                         
15929                                                                         
15930                                                                         </para></entry>
15931                                                         </row>
15932                                                 
15933                                                 </tbody>
15934                                         </tgroup>
15935                                 </informaltable>
15936                                 <para>
15937                                 
15938                                 
15939                                 
15940                                 
15941                 </para>
15942                 </simplesect>
15943                 
15944                 <simplesect id="asset.table.copy-transparency" xreflabel="asset.copy_transparency">             
15945                         <title>copy_transparency</title>
15946                         <informaltable>
15947                                 <tgroup cols="3">
15948                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
15949                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
15950                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
15951                                         <thead>
15952                                                 <row>
15953                                                         <entry>Field</entry>
15954                                                         <entry>Data Type</entry>
15955                                                         <entry>Constraints and References</entry>
15956                                                 </row>
15957                                                 </thead>
15958                                                 <tbody>
15959                                                 
15960                                                         <row>
15961                                                                 <entry>id</entry>
15962                                                                 <entry>serial</entry>
15963                                                                 <entry><para>
15964                                                                         
15965                                                                                 
15966                                                                                         PRIMARY KEY
15967                                                                                                                 
15968                                                                         
15969                                                                         
15970                                                                         
15971                                                                         
15972                                                                         
15973                                                                                 
15974                                                                         
15975                                                                         </para></entry>
15976                                                         </row>
15977                                                 
15978                                                         <row>
15979                                                                 <entry>deposit_amount</entry>
15980                                                                 <entry>numeric(6,2)</entry>
15981                                                                 <entry><para>
15982                                                                         
15983                                                                         
15984                                                                         
15985                                                                         
15986                                                                         </para></entry>
15987                                                         </row>
15988                                                 
15989                                                         <row>
15990                                                                 <entry>owner</entry>
15991                                                                 <entry>integer</entry>
15992                                                                 <entry><para>
15993                                                                         
15994                                                                                                                 
15995                                                                         
15996                                                                         
15997                                                                                                                 
15998                                                                         
15999                                                                                 UNIQUE#1
16000                                                                                 ;
16001                                                                                 
16002                                                                         
16003                                                                         
16004                                                                                 NOT NULL;
16005                                                                         
16006                                                                         
16007                                                                         
16008                                                                                 
16009                                                                                 <xref linkend="actor.table.org-unit"/>
16010                                                                                 
16011                                                                         
16012                                                                                 
16013                                                                         
16014                                                                         </para></entry>
16015                                                         </row>
16016                                                 
16017                                                         <row>
16018                                                                 <entry>circ_lib</entry>
16019                                                                 <entry>integer</entry>
16020                                                                 <entry><para>
16021                                                                         
16022                                                                                                                 
16023                                                                         
16024                                                                         
16025                                                                         
16026                                                                         
16027                                                                         
16028                                                                                 
16029                                                                                 <xref linkend="actor.table.org-unit"/>
16030                                                                                 
16031                                                                         
16032                                                                         </para></entry>
16033                                                         </row>
16034                                                 
16035                                                         <row>
16036                                                                 <entry>loan_duration</entry>
16037                                                                 <entry>integer</entry>
16038                                                                 <entry><para>
16039                                                                         
16040                                                                         
16041                                                                         
16042                                                                         
16043                                                                         </para></entry>
16044                                                         </row>
16045                                                 
16046                                                         <row>
16047                                                                 <entry>fine_level</entry>
16048                                                                 <entry>integer</entry>
16049                                                                 <entry><para>
16050                                                                         
16051                                                                         
16052                                                                         
16053                                                                         
16054                                                                         </para></entry>
16055                                                         </row>
16056                                                 
16057                                                         <row>
16058                                                                 <entry>holdable</entry>
16059                                                                 <entry>boolean</entry>
16060                                                                 <entry><para>
16061                                                                         
16062                                                                         
16063                                                                         
16064                                                                         
16065                                                                         </para></entry>
16066                                                         </row>
16067                                                 
16068                                                         <row>
16069                                                                 <entry>circulate</entry>
16070                                                                 <entry>boolean</entry>
16071                                                                 <entry><para>
16072                                                                         
16073                                                                         
16074                                                                         
16075                                                                         
16076                                                                         </para></entry>
16077                                                         </row>
16078                                                 
16079                                                         <row>
16080                                                                 <entry>deposit</entry>
16081                                                                 <entry>boolean</entry>
16082                                                                 <entry><para>
16083                                                                         
16084                                                                         
16085                                                                         
16086                                                                         
16087                                                                         </para></entry>
16088                                                         </row>
16089                                                 
16090                                                         <row>
16091                                                                 <entry>ref</entry>
16092                                                                 <entry>boolean</entry>
16093                                                                 <entry><para>
16094                                                                         
16095                                                                         
16096                                                                         
16097                                                                         
16098                                                                         </para></entry>
16099                                                         </row>
16100                                                 
16101                                                         <row>
16102                                                                 <entry>opac_visible</entry>
16103                                                                 <entry>boolean</entry>
16104                                                                 <entry><para>
16105                                                                         
16106                                                                         
16107                                                                         
16108                                                                         
16109                                                                         </para></entry>
16110                                                         </row>
16111                                                 
16112                                                         <row>
16113                                                                 <entry>circ_modifier</entry>
16114                                                                 <entry>text</entry>
16115                                                                 <entry><para>
16116                                                                         
16117                                                                         
16118                                                                         
16119                                                                         
16120                                                                         </para></entry>
16121                                                         </row>
16122                                                 
16123                                                         <row>
16124                                                                 <entry>circ_as_type</entry>
16125                                                                 <entry>text</entry>
16126                                                                 <entry><para>
16127                                                                         
16128                                                                         
16129                                                                         
16130                                                                         
16131                                                                         </para></entry>
16132                                                         </row>
16133                                                 
16134                                                         <row>
16135                                                                 <entry>name</entry>
16136                                                                 <entry>text</entry>
16137                                                                 <entry><para>
16138                                                                         
16139                                                                                                                 
16140                                                                         
16141                                                                                 UNIQUE#1
16142                                                                                 ;
16143                                                                                 
16144                                                                         
16145                                                                         
16146                                                                                 NOT NULL;
16147                                                                         
16148                                                                         
16149                                                                         
16150                                                                                 
16151                                                                         
16152                                                                         </para></entry>
16153                                                         </row>
16154                                                 
16155                                                 </tbody>
16156                                         </tgroup>
16157                                 </informaltable>
16158                                 <para>
16159                                 
16160                                 
16161                                         <variablelist>
16162                                                 <title>Constraints on copy_transparency</title>
16163                                                 
16164                                                 <varlistentry>
16165                                                         <term>copy_transparency_fine_level_check</term>
16166                                                         <listitem><para>CHECK ((fine_level = ANY (ARRAY[1, 2, 3])))</para></listitem>
16167                                                 </varlistentry>
16168                                                 
16169                                 
16170                                 
16171                                                 <varlistentry>
16172                                                         <term>copy_transparency_loan_duration_check</term>
16173                                                         <listitem><para>CHECK ((loan_duration = ANY (ARRAY[1, 2, 3])))</para></listitem>
16174                                                 </varlistentry>
16175                                                 
16176                                         </variablelist>
16177                                 
16178                                 
16179                                 
16180                                 
16181                                         <itemizedlist>
16182                                                 <title>
16183                                                         Tables referencing asset.copy_transparency_map via Foreign Key Constraints
16184                                                 </title>
16185                                 
16186                                                         <listitem>
16187                                                                 <para><xref linkend="asset.table.copy-transparency-map"/></para>
16188                                                         </listitem>
16189                                                         
16190                                         </itemizedlist>
16191                                 
16192                                 
16193                                 
16194                                 
16195                 </para>
16196                 </simplesect>
16197                 
16198                 <simplesect id="asset.table.copy-transparency-map" xreflabel="asset.copy_transparency_map">             
16199                         <title>copy_transparency_map</title>
16200                         <informaltable>
16201                                 <tgroup cols="3">
16202                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
16203                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
16204                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
16205                                         <thead>
16206                                                 <row>
16207                                                         <entry>Field</entry>
16208                                                         <entry>Data Type</entry>
16209                                                         <entry>Constraints and References</entry>
16210                                                 </row>
16211                                                 </thead>
16212                                                 <tbody>
16213                                                 
16214                                                         <row>
16215                                                                 <entry>id</entry>
16216                                                                 <entry>bigserial</entry>
16217                                                                 <entry><para>
16218                                                                         
16219                                                                                 
16220                                                                                         PRIMARY KEY
16221                                                                                                                 
16222                                                                         
16223                                                                         
16224                                                                         
16225                                                                         
16226                                                                         
16227                                                                                 
16228                                                                         
16229                                                                         </para></entry>
16230                                                         </row>
16231                                                 
16232                                                         <row>
16233                                                                 <entry>transparency</entry>
16234                                                                 <entry>integer</entry>
16235                                                                 <entry><para>
16236                                                                         
16237                                                                                                                 
16238                                                                         
16239                                                                         
16240                                                                         
16241                                                                                 NOT NULL;
16242                                                                         
16243                                                                         
16244                                                                         
16245                                                                                 
16246                                                                                 <xref linkend="asset.table.copy-transparency"/>
16247                                                                                 
16248                                                                         
16249                                                                         </para></entry>
16250                                                         </row>
16251                                                 
16252                                                         <row>
16253                                                                 <entry>target_copy</entry>
16254                                                                 <entry>integer</entry>
16255                                                                 <entry><para>
16256                                                                         
16257                                                                                                                 
16258                                                                         
16259                                                                         
16260                                                                                                                 
16261                                                                         
16262                                                                                 UNIQUE;
16263                                                                                 
16264                                                                         
16265                                                                         
16266                                                                                 NOT NULL;
16267                                                                         
16268                                                                         
16269                                                                         
16270                                                                                 
16271                                                                                 <xref linkend="asset.table.copy"/>
16272                                                                                 
16273                                                                         
16274                                                                                 
16275                                                                         
16276                                                                         </para></entry>
16277                                                         </row>
16278                                                 
16279                                                 </tbody>
16280                                         </tgroup>
16281                                 </informaltable>
16282                                 <para>
16283                                 
16284                                 
16285                                 
16286                                 
16287                 </para>
16288                 </simplesect>
16289                 
16290                 <simplesect id="asset.table.stat-cat" xreflabel="asset.stat_cat">               
16291                         <title>stat_cat</title>
16292                         <informaltable>
16293                                 <tgroup cols="3">
16294                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
16295                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
16296                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
16297                                         <thead>
16298                                                 <row>
16299                                                         <entry>Field</entry>
16300                                                         <entry>Data Type</entry>
16301                                                         <entry>Constraints and References</entry>
16302                                                 </row>
16303                                                 </thead>
16304                                                 <tbody>
16305                                                 
16306                                                         <row>
16307                                                                 <entry>id</entry>
16308                                                                 <entry>serial</entry>
16309                                                                 <entry><para>
16310                                                                         
16311                                                                                 
16312                                                                                         PRIMARY KEY
16313                                                                                                                 
16314                                                                         
16315                                                                         
16316                                                                         
16317                                                                         
16318                                                                         
16319                                                                                 
16320                                                                         
16321                                                                         </para></entry>
16322                                                         </row>
16323                                                 
16324                                                         <row>
16325                                                                 <entry>owner</entry>
16326                                                                 <entry>integer</entry>
16327                                                                 <entry><para>
16328                                                                         
16329                                                                                                                 
16330                                                                         
16331                                                                         
16332                                                                                                                 
16333                                                                         
16334                                                                                 UNIQUE#1
16335                                                                                 ;
16336                                                                                 
16337                                                                         
16338                                                                         
16339                                                                                 NOT NULL;
16340                                                                         
16341                                                                         
16342                                                                         
16343                                                                                 
16344                                                                                 <xref linkend="actor.table.org-unit"/>
16345                                                                                 
16346                                                                         
16347                                                                                 
16348                                                                         
16349                                                                         </para></entry>
16350                                                         </row>
16351                                                 
16352                                                         <row>
16353                                                                 <entry>opac_visible</entry>
16354                                                                 <entry>boolean</entry>
16355                                                                 <entry><para>
16356                                                                         
16357                                                                         
16358                                                                                 NOT NULL;
16359                                                                         
16360                                                                         
16361                                                                                 DEFAULT false;
16362                                                                         
16363                                                                         
16364                                                                         </para></entry>
16365                                                         </row>
16366                                                 
16367                                                         <row>
16368                                                                 <entry>name</entry>
16369                                                                 <entry>text</entry>
16370                                                                 <entry><para>
16371                                                                         
16372                                                                                                                 
16373                                                                         
16374                                                                                 UNIQUE#1
16375                                                                                 ;
16376                                                                                 
16377                                                                         
16378                                                                         
16379                                                                                 NOT NULL;
16380                                                                         
16381                                                                         
16382                                                                         
16383                                                                                 
16384                                                                         
16385                                                                         </para></entry>
16386                                                         </row>
16387                                                 
16388                                                 </tbody>
16389                                         </tgroup>
16390                                 </informaltable>
16391                                 <para>
16392                                 
16393                                 
16394                                 
16395                                         <itemizedlist>
16396                                                 <title>
16397                                                         Tables referencing asset.stat_cat_entry via Foreign Key Constraints
16398                                                 </title>
16399                                 
16400                                                         <listitem>
16401                                                                 <para><xref linkend="asset.table.stat-cat-entry"/></para>
16402                                                         </listitem>
16403                                                         
16404                                 
16405                                 
16406                                                         <listitem>
16407                                                                 <para><xref linkend="asset.table.stat-cat-entry-copy-map"/></para>
16408                                                         </listitem>
16409                                                         
16410                                         </itemizedlist>
16411                                 
16412                                 
16413                                 
16414                                 
16415                 </para>
16416                 </simplesect>
16417                 
16418                 <simplesect id="asset.table.stat-cat-entry" xreflabel="asset.stat_cat_entry">           
16419                         <title>stat_cat_entry</title>
16420                         <informaltable>
16421                                 <tgroup cols="3">
16422                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
16423                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
16424                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
16425                                         <thead>
16426                                                 <row>
16427                                                         <entry>Field</entry>
16428                                                         <entry>Data Type</entry>
16429                                                         <entry>Constraints and References</entry>
16430                                                 </row>
16431                                                 </thead>
16432                                                 <tbody>
16433                                                 
16434                                                         <row>
16435                                                                 <entry>id</entry>
16436                                                                 <entry>serial</entry>
16437                                                                 <entry><para>
16438                                                                         
16439                                                                                 
16440                                                                                         PRIMARY KEY
16441                                                                                                                 
16442                                                                         
16443                                                                         
16444                                                                         
16445                                                                         
16446                                                                         
16447                                                                                 
16448                                                                         
16449                                                                         </para></entry>
16450                                                         </row>
16451                                                 
16452                                                         <row>
16453                                                                 <entry>stat_cat</entry>
16454                                                                 <entry>integer</entry>
16455                                                                 <entry><para>
16456                                                                         
16457                                                                                                                 
16458                                                                         
16459                                                                         
16460                                                                                                                 
16461                                                                         
16462                                                                                 UNIQUE#1
16463                                                                                 ;
16464                                                                                 
16465                                                                         
16466                                                                         
16467                                                                                 NOT NULL;
16468                                                                         
16469                                                                         
16470                                                                         
16471                                                                                 
16472                                                                                 <xref linkend="asset.table.stat-cat"/>
16473                                                                                 
16474                                                                         
16475                                                                                 
16476                                                                         
16477                                                                         </para></entry>
16478                                                         </row>
16479                                                 
16480                                                         <row>
16481                                                                 <entry>owner</entry>
16482                                                                 <entry>integer</entry>
16483                                                                 <entry><para>
16484                                                                         
16485                                                                                                                 
16486                                                                         
16487                                                                         
16488                                                                                                                 
16489                                                                         
16490                                                                                 UNIQUE#1
16491                                                                                 ;
16492                                                                                 
16493                                                                         
16494                                                                         
16495                                                                                 NOT NULL;
16496                                                                         
16497                                                                         
16498                                                                         
16499                                                                                 
16500                                                                                 <xref linkend="actor.table.org-unit"/>
16501                                                                                 
16502                                                                         
16503                                                                                 
16504                                                                         
16505                                                                         </para></entry>
16506                                                         </row>
16507                                                 
16508                                                         <row>
16509                                                                 <entry>value</entry>
16510                                                                 <entry>text</entry>
16511                                                                 <entry><para>
16512                                                                         
16513                                                                                                                 
16514                                                                         
16515                                                                                 UNIQUE#1
16516                                                                                 ;
16517                                                                                 
16518                                                                         
16519                                                                         
16520                                                                                 NOT NULL;
16521                                                                         
16522                                                                         
16523                                                                         
16524                                                                                 
16525                                                                         
16526                                                                         </para></entry>
16527                                                         </row>
16528                                                 
16529                                                 </tbody>
16530                                         </tgroup>
16531                                 </informaltable>
16532                                 <para>
16533                                 
16534                                 
16535                                 
16536                                         <itemizedlist>
16537                                                 <title>
16538                                                         Tables referencing asset.stat_cat_entry_copy_map via Foreign Key Constraints
16539                                                 </title>
16540                                 
16541                                                         <listitem>
16542                                                                 <para><xref linkend="asset.table.stat-cat-entry-copy-map"/></para>
16543                                                         </listitem>
16544                                                         
16545                                         </itemizedlist>
16546                                 
16547                                 
16548                                 
16549                                 
16550                 </para>
16551                 </simplesect>
16552                 
16553                 <simplesect id="asset.table.stat-cat-entry-copy-map" xreflabel="asset.stat_cat_entry_copy_map">         
16554                         <title>stat_cat_entry_copy_map</title>
16555                         <informaltable>
16556                                 <tgroup cols="3">
16557                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
16558                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
16559                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
16560                                         <thead>
16561                                                 <row>
16562                                                         <entry>Field</entry>
16563                                                         <entry>Data Type</entry>
16564                                                         <entry>Constraints and References</entry>
16565                                                 </row>
16566                                                 </thead>
16567                                                 <tbody>
16568                                                 
16569                                                         <row>
16570                                                                 <entry>id</entry>
16571                                                                 <entry>bigserial</entry>
16572                                                                 <entry><para>
16573                                                                         
16574                                                                                 
16575                                                                                         PRIMARY KEY
16576                                                                                                                 
16577                                                                         
16578                                                                         
16579                                                                         
16580                                                                         
16581                                                                         
16582                                                                                 
16583                                                                         
16584                                                                         </para></entry>
16585                                                         </row>
16586                                                 
16587                                                         <row>
16588                                                                 <entry>stat_cat</entry>
16589                                                                 <entry>integer</entry>
16590                                                                 <entry><para>
16591                                                                         
16592                                                                                                                 
16593                                                                         
16594                                                                         
16595                                                                                                                 
16596                                                                         
16597                                                                                 UNIQUE#1
16598                                                                                 ;
16599                                                                                 
16600                                                                         
16601                                                                         
16602                                                                                 NOT NULL;
16603                                                                         
16604                                                                         
16605                                                                         
16606                                                                                 
16607                                                                                 <xref linkend="asset.table.stat-cat"/>
16608                                                                                 
16609                                                                         
16610                                                                                 
16611                                                                         
16612                                                                         </para></entry>
16613                                                         </row>
16614                                                 
16615                                                         <row>
16616                                                                 <entry>stat_cat_entry</entry>
16617                                                                 <entry>integer</entry>
16618                                                                 <entry><para>
16619                                                                         
16620                                                                                                                 
16621                                                                         
16622                                                                         
16623                                                                         
16624                                                                                 NOT NULL;
16625                                                                         
16626                                                                         
16627                                                                         
16628                                                                                 
16629                                                                                 <xref linkend="asset.table.stat-cat-entry"/>
16630                                                                                 
16631                                                                         
16632                                                                         </para></entry>
16633                                                         </row>
16634                                                 
16635                                                         <row>
16636                                                                 <entry>owning_copy</entry>
16637                                                                 <entry>bigint</entry>
16638                                                                 <entry><para>
16639                                                                         
16640                                                                                                                 
16641                                                                         
16642                                                                         
16643                                                                                                                 
16644                                                                         
16645                                                                                 UNIQUE#1
16646                                                                                 ;
16647                                                                                 
16648                                                                         
16649                                                                         
16650                                                                                 NOT NULL;
16651                                                                         
16652                                                                         
16653                                                                         
16654                                                                                 
16655                                                                                 <xref linkend="asset.table.copy"/>
16656                                                                                 
16657                                                                         
16658                                                                                 
16659                                                                         
16660                                                                         </para></entry>
16661                                                         </row>
16662                                                 
16663                                                 </tbody>
16664                                         </tgroup>
16665                                 </informaltable>
16666                                 <para>
16667                                 
16668                                 
16669                                 
16670                                 
16671                 </para>
16672                 </simplesect>
16673                 
16674                 <simplesect id="asset.table.stat-cat-entry-transparency-map" xreflabel="asset.stat_cat_entry_transparency_map">         
16675                         <title>stat_cat_entry_transparency_map</title>
16676                         <informaltable>
16677                                 <tgroup cols="3">
16678                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
16679                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
16680                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
16681                                         <thead>
16682                                                 <row>
16683                                                         <entry>Field</entry>
16684                                                         <entry>Data Type</entry>
16685                                                         <entry>Constraints and References</entry>
16686                                                 </row>
16687                                                 </thead>
16688                                                 <tbody>
16689                                                 
16690                                                         <row>
16691                                                                 <entry>id</entry>
16692                                                                 <entry>bigserial</entry>
16693                                                                 <entry><para>
16694                                                                         
16695                                                                                 
16696                                                                                         PRIMARY KEY
16697                                                                                                                 
16698                                                                         
16699                                                                         
16700                                                                         
16701                                                                         
16702                                                                         
16703                                                                                 
16704                                                                         
16705                                                                         </para></entry>
16706                                                         </row>
16707                                                 
16708                                                         <row>
16709                                                                 <entry>stat_cat</entry>
16710                                                                 <entry>integer</entry>
16711                                                                 <entry><para>
16712                                                                         
16713                                                                                                                 
16714                                                                         
16715                                                                                 UNIQUE#1
16716                                                                                 ;
16717                                                                                 
16718                                                                         
16719                                                                         
16720                                                                                 NOT NULL;
16721                                                                         
16722                                                                         
16723                                                                         
16724                                                                                 
16725                                                                         
16726                                                                         </para></entry>
16727                                                         </row>
16728                                                 
16729                                                         <row>
16730                                                                 <entry>stat_cat_entry</entry>
16731                                                                 <entry>integer</entry>
16732                                                                 <entry><para>
16733                                                                         
16734                                                                         
16735                                                                                 NOT NULL;
16736                                                                         
16737                                                                         
16738                                                                         
16739                                                                         </para></entry>
16740                                                         </row>
16741                                                 
16742                                                         <row>
16743                                                                 <entry>owning_transparency</entry>
16744                                                                 <entry>integer</entry>
16745                                                                 <entry><para>
16746                                                                         
16747                                                                                                                 
16748                                                                         
16749                                                                                 UNIQUE#1
16750                                                                                 ;
16751                                                                                 
16752                                                                         
16753                                                                         
16754                                                                                 NOT NULL;
16755                                                                         
16756                                                                         
16757                                                                         
16758                                                                                 
16759                                                                         
16760                                                                         </para></entry>
16761                                                         </row>
16762                                                 
16763                                                 </tbody>
16764                                         </tgroup>
16765                                 </informaltable>
16766                                 <para>
16767                                 
16768                                 
16769                                 
16770                                 
16771                 </para>
16772                 </simplesect>
16773                 
16774                 <simplesect id="asset.table.uri" xreflabel="asset.uri">         
16775                         <title>uri</title>
16776                         <informaltable>
16777                                 <tgroup cols="3">
16778                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
16779                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
16780                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
16781                                         <thead>
16782                                                 <row>
16783                                                         <entry>Field</entry>
16784                                                         <entry>Data Type</entry>
16785                                                         <entry>Constraints and References</entry>
16786                                                 </row>
16787                                                 </thead>
16788                                                 <tbody>
16789                                                 
16790                                                         <row>
16791                                                                 <entry>id</entry>
16792                                                                 <entry>serial</entry>
16793                                                                 <entry><para>
16794                                                                         
16795                                                                                 
16796                                                                                         PRIMARY KEY
16797                                                                                                                 
16798                                                                         
16799                                                                         
16800                                                                         
16801                                                                         
16802                                                                         
16803                                                                                 
16804                                                                         
16805                                                                         </para></entry>
16806                                                         </row>
16807                                                 
16808                                                         <row>
16809                                                                 <entry>href</entry>
16810                                                                 <entry>text</entry>
16811                                                                 <entry><para>
16812                                                                         
16813                                                                         
16814                                                                                 NOT NULL;
16815                                                                         
16816                                                                         
16817                                                                         
16818                                                                         </para></entry>
16819                                                         </row>
16820                                                 
16821                                                         <row>
16822                                                                 <entry>label</entry>
16823                                                                 <entry>text</entry>
16824                                                                 <entry><para>
16825                                                                         
16826                                                                         
16827                                                                         
16828                                                                         
16829                                                                         </para></entry>
16830                                                         </row>
16831                                                 
16832                                                         <row>
16833                                                                 <entry>use_restriction</entry>
16834                                                                 <entry>text</entry>
16835                                                                 <entry><para>
16836                                                                         
16837                                                                         
16838                                                                         
16839                                                                         
16840                                                                         </para></entry>
16841                                                         </row>
16842                                                 
16843                                                         <row>
16844                                                                 <entry>active</entry>
16845                                                                 <entry>boolean</entry>
16846                                                                 <entry><para>
16847                                                                         
16848                                                                         
16849                                                                                 NOT NULL;
16850                                                                         
16851                                                                         
16852                                                                                 DEFAULT true;
16853                                                                         
16854                                                                         
16855                                                                         </para></entry>
16856                                                         </row>
16857                                                 
16858                                                 </tbody>
16859                                         </tgroup>
16860                                 </informaltable>
16861                                 <para>
16862                                 
16863                                 
16864                                 
16865                                         <itemizedlist>
16866                                                 <title>
16867                                                         Tables referencing asset.uri_call_number_map via Foreign Key Constraints
16868                                                 </title>
16869                                 
16870                                                         <listitem>
16871                                                                 <para><xref linkend="asset.table.uri-call-number-map"/></para>
16872                                                         </listitem>
16873                                                         
16874                                 
16875                                 
16876                                                         <listitem>
16877                                                                 <para><xref linkend="serial.table.subscription"/></para>
16878                                                         </listitem>
16879                                                         
16880                                         </itemizedlist>
16881                                 
16882                                 
16883                                 
16884                                 
16885                 </para>
16886                 </simplesect>
16887                 
16888                 <simplesect id="asset.table.uri-call-number-map" xreflabel="asset.uri_call_number_map">         
16889                         <title>uri_call_number_map</title>
16890                         <informaltable>
16891                                 <tgroup cols="3">
16892                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
16893                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
16894                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
16895                                         <thead>
16896                                                 <row>
16897                                                         <entry>Field</entry>
16898                                                         <entry>Data Type</entry>
16899                                                         <entry>Constraints and References</entry>
16900                                                 </row>
16901                                                 </thead>
16902                                                 <tbody>
16903                                                 
16904                                                         <row>
16905                                                                 <entry>id</entry>
16906                                                                 <entry>bigserial</entry>
16907                                                                 <entry><para>
16908                                                                         
16909                                                                                 
16910                                                                                         PRIMARY KEY
16911                                                                                                                 
16912                                                                         
16913                                                                         
16914                                                                         
16915                                                                         
16916                                                                         
16917                                                                                 
16918                                                                         
16919                                                                         </para></entry>
16920                                                         </row>
16921                                                 
16922                                                         <row>
16923                                                                 <entry>uri</entry>
16924                                                                 <entry>integer</entry>
16925                                                                 <entry><para>
16926                                                                         
16927                                                                                                                 
16928                                                                         
16929                                                                         
16930                                                                                                                 
16931                                                                         
16932                                                                                 UNIQUE#1
16933                                                                                 ;
16934                                                                                 
16935                                                                         
16936                                                                         
16937                                                                                 NOT NULL;
16938                                                                         
16939                                                                         
16940                                                                         
16941                                                                                 
16942                                                                                 <xref linkend="asset.table.uri"/>
16943                                                                                 
16944                                                                         
16945                                                                                 
16946                                                                         
16947                                                                         </para></entry>
16948                                                         </row>
16949                                                 
16950                                                         <row>
16951                                                                 <entry>call_number</entry>
16952                                                                 <entry>integer</entry>
16953                                                                 <entry><para>
16954                                                                         
16955                                                                                                                 
16956                                                                         
16957                                                                         
16958                                                                                                                 
16959                                                                         
16960                                                                                 UNIQUE#1
16961                                                                                 ;
16962                                                                                 
16963                                                                         
16964                                                                         
16965                                                                                 NOT NULL;
16966                                                                         
16967                                                                         
16968                                                                         
16969                                                                                 
16970                                                                                 <xref linkend="asset.table.call-number"/>
16971                                                                                 
16972                                                                         
16973                                                                                 
16974                                                                         
16975                                                                         </para></entry>
16976                                                         </row>
16977                                                 
16978                                                 </tbody>
16979                                         </tgroup>
16980                                 </informaltable>
16981                                 <para>
16982                                 
16983                                 
16984                                 
16985                                 
16986                 </para>
16987                 </simplesect>
16988                 
16989         </section>
16990         
16991         <section id="auditor.schema">
16992                 <title>Schema auditor</title>
16993                 
16994                 <simplesect id="auditor.table.actor-org-unit-history" xreflabel="auditor.actor_org_unit_history">               
16995                         <title>actor_org_unit_history</title>
16996                         <informaltable>
16997                                 <tgroup cols="3">
16998                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
16999                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
17000                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
17001                                         <thead>
17002                                                 <row>
17003                                                         <entry>Field</entry>
17004                                                         <entry>Data Type</entry>
17005                                                         <entry>Constraints and References</entry>
17006                                                 </row>
17007                                                 </thead>
17008                                                 <tbody>
17009                                                 
17010                                                         <row>
17011                                                                 <entry>audit_id</entry>
17012                                                                 <entry>bigint</entry>
17013                                                                 <entry><para>
17014                                                                         
17015                                                                                 
17016                                                                                         PRIMARY KEY
17017                                                                                                                 
17018                                                                         
17019                                                                         
17020                                                                         
17021                                                                         
17022                                                                         
17023                                                                                 
17024                                                                         
17025                                                                         </para></entry>
17026                                                         </row>
17027                                                 
17028                                                         <row>
17029                                                                 <entry>audit_time</entry>
17030                                                                 <entry>timestamp with time zone</entry>
17031                                                                 <entry><para>
17032                                                                         
17033                                                                         
17034                                                                                 NOT NULL;
17035                                                                         
17036                                                                         
17037                                                                         
17038                                                                         </para></entry>
17039                                                         </row>
17040                                                 
17041                                                         <row>
17042                                                                 <entry>audit_action</entry>
17043                                                                 <entry>text</entry>
17044                                                                 <entry><para>
17045                                                                         
17046                                                                         
17047                                                                                 NOT NULL;
17048                                                                         
17049                                                                         
17050                                                                         
17051                                                                         </para></entry>
17052                                                         </row>
17053                                                 
17054                                                         <row>
17055                                                                 <entry>id</entry>
17056                                                                 <entry>integer</entry>
17057                                                                 <entry><para>
17058                                                                         
17059                                                                         
17060                                                                                 NOT NULL;
17061                                                                         
17062                                                                         
17063                                                                         
17064                                                                         </para></entry>
17065                                                         </row>
17066                                                 
17067                                                         <row>
17068                                                                 <entry>parent_ou</entry>
17069                                                                 <entry>integer</entry>
17070                                                                 <entry><para>
17071                                                                         
17072                                                                         
17073                                                                         
17074                                                                         
17075                                                                         </para></entry>
17076                                                         </row>
17077                                                 
17078                                                         <row>
17079                                                                 <entry>ou_type</entry>
17080                                                                 <entry>integer</entry>
17081                                                                 <entry><para>
17082                                                                         
17083                                                                         
17084                                                                                 NOT NULL;
17085                                                                         
17086                                                                         
17087                                                                         
17088                                                                         </para></entry>
17089                                                         </row>
17090                                                 
17091                                                         <row>
17092                                                                 <entry>ill_address</entry>
17093                                                                 <entry>integer</entry>
17094                                                                 <entry><para>
17095                                                                         
17096                                                                         
17097                                                                         
17098                                                                         
17099                                                                         </para></entry>
17100                                                         </row>
17101                                                 
17102                                                         <row>
17103                                                                 <entry>holds_address</entry>
17104                                                                 <entry>integer</entry>
17105                                                                 <entry><para>
17106                                                                         
17107                                                                         
17108                                                                         
17109                                                                         
17110                                                                         </para></entry>
17111                                                         </row>
17112                                                 
17113                                                         <row>
17114                                                                 <entry>mailing_address</entry>
17115                                                                 <entry>integer</entry>
17116                                                                 <entry><para>
17117                                                                         
17118                                                                         
17119                                                                         
17120                                                                         
17121                                                                         </para></entry>
17122                                                         </row>
17123                                                 
17124                                                         <row>
17125                                                                 <entry>billing_address</entry>
17126                                                                 <entry>integer</entry>
17127                                                                 <entry><para>
17128                                                                         
17129                                                                         
17130                                                                         
17131                                                                         
17132                                                                         </para></entry>
17133                                                         </row>
17134                                                 
17135                                                         <row>
17136                                                                 <entry>shortname</entry>
17137                                                                 <entry>text</entry>
17138                                                                 <entry><para>
17139                                                                         
17140                                                                         
17141                                                                                 NOT NULL;
17142                                                                         
17143                                                                         
17144                                                                         
17145                                                                         </para></entry>
17146                                                         </row>
17147                                                 
17148                                                         <row>
17149                                                                 <entry>name</entry>
17150                                                                 <entry>text</entry>
17151                                                                 <entry><para>
17152                                                                         
17153                                                                         
17154                                                                                 NOT NULL;
17155                                                                         
17156                                                                         
17157                                                                         
17158                                                                         </para></entry>
17159                                                         </row>
17160                                                 
17161                                                         <row>
17162                                                                 <entry>email</entry>
17163                                                                 <entry>text</entry>
17164                                                                 <entry><para>
17165                                                                         
17166                                                                         
17167                                                                         
17168                                                                         
17169                                                                         </para></entry>
17170                                                         </row>
17171                                                 
17172                                                         <row>
17173                                                                 <entry>phone</entry>
17174                                                                 <entry>text</entry>
17175                                                                 <entry><para>
17176                                                                         
17177                                                                         
17178                                                                         
17179                                                                         
17180                                                                         </para></entry>
17181                                                         </row>
17182                                                 
17183                                                         <row>
17184                                                                 <entry>opac_visible</entry>
17185                                                                 <entry>boolean</entry>
17186                                                                 <entry><para>
17187                                                                         
17188                                                                         
17189                                                                                 NOT NULL;
17190                                                                         
17191                                                                         
17192                                                                         
17193                                                                         </para></entry>
17194                                                         </row>
17195                                                 
17196                                                 </tbody>
17197                                         </tgroup>
17198                                 </informaltable>
17199                                 <para>
17200                                 
17201                                 
17202                                 
17203                                 
17204                 </para>
17205                 </simplesect>
17206                 
17207                 <simplesect id="auditor.view.actor-org-unit-lifecycle" xreflabel="auditor.actor_org_unit_lifecycle">            
17208                         <title>actor_org_unit_lifecycle</title>
17209                         <informaltable>
17210                                 <tgroup cols="3">
17211                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
17212                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
17213                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
17214                                         <thead>
17215                                                 <row>
17216                                                         <entry>Field</entry>
17217                                                         <entry>Data Type</entry>
17218                                                         <entry>Constraints and References</entry>
17219                                                 </row>
17220                                                 </thead>
17221                                                 <tbody>
17222                                                 
17223                                                         <row>
17224                                                                 <entry>?column?</entry>
17225                                                                 <entry>bigint</entry>
17226                                                                 <entry><para>
17227                                                                         
17228                                                                         
17229                                                                         
17230                                                                         
17231                                                                         </para></entry>
17232                                                         </row>
17233                                                 
17234                                                         <row>
17235                                                                 <entry>audit_time</entry>
17236                                                                 <entry>timestamp with time zone</entry>
17237                                                                 <entry><para>
17238                                                                         
17239                                                                         
17240                                                                         
17241                                                                         
17242                                                                         </para></entry>
17243                                                         </row>
17244                                                 
17245                                                         <row>
17246                                                                 <entry>audit_action</entry>
17247                                                                 <entry>text</entry>
17248                                                                 <entry><para>
17249                                                                         
17250                                                                         
17251                                                                         
17252                                                                         
17253                                                                         </para></entry>
17254                                                         </row>
17255                                                 
17256                                                         <row>
17257                                                                 <entry>id</entry>
17258                                                                 <entry>integer</entry>
17259                                                                 <entry><para>
17260                                                                         
17261                                                                         
17262                                                                         
17263                                                                         
17264                                                                         </para></entry>
17265                                                         </row>
17266                                                 
17267                                                         <row>
17268                                                                 <entry>parent_ou</entry>
17269                                                                 <entry>integer</entry>
17270                                                                 <entry><para>
17271                                                                         
17272                                                                         
17273                                                                         
17274                                                                         
17275                                                                         </para></entry>
17276                                                         </row>
17277                                                 
17278                                                         <row>
17279                                                                 <entry>ou_type</entry>
17280                                                                 <entry>integer</entry>
17281                                                                 <entry><para>
17282                                                                         
17283                                                                         
17284                                                                         
17285                                                                         
17286                                                                         </para></entry>
17287                                                         </row>
17288                                                 
17289                                                         <row>
17290                                                                 <entry>ill_address</entry>
17291                                                                 <entry>integer</entry>
17292                                                                 <entry><para>
17293                                                                         
17294                                                                         
17295                                                                         
17296                                                                         
17297                                                                         </para></entry>
17298                                                         </row>
17299                                                 
17300                                                         <row>
17301                                                                 <entry>holds_address</entry>
17302                                                                 <entry>integer</entry>
17303                                                                 <entry><para>
17304                                                                         
17305                                                                         
17306                                                                         
17307                                                                         
17308                                                                         </para></entry>
17309                                                         </row>
17310                                                 
17311                                                         <row>
17312                                                                 <entry>mailing_address</entry>
17313                                                                 <entry>integer</entry>
17314                                                                 <entry><para>
17315                                                                         
17316                                                                         
17317                                                                         
17318                                                                         
17319                                                                         </para></entry>
17320                                                         </row>
17321                                                 
17322                                                         <row>
17323                                                                 <entry>billing_address</entry>
17324                                                                 <entry>integer</entry>
17325                                                                 <entry><para>
17326                                                                         
17327                                                                         
17328                                                                         
17329                                                                         
17330                                                                         </para></entry>
17331                                                         </row>
17332                                                 
17333                                                         <row>
17334                                                                 <entry>shortname</entry>
17335                                                                 <entry>text</entry>
17336                                                                 <entry><para>
17337                                                                         
17338                                                                         
17339                                                                         
17340                                                                         
17341                                                                         </para></entry>
17342                                                         </row>
17343                                                 
17344                                                         <row>
17345                                                                 <entry>name</entry>
17346                                                                 <entry>text</entry>
17347                                                                 <entry><para>
17348                                                                         
17349                                                                         
17350                                                                         
17351                                                                         
17352                                                                         </para></entry>
17353                                                         </row>
17354                                                 
17355                                                         <row>
17356                                                                 <entry>email</entry>
17357                                                                 <entry>text</entry>
17358                                                                 <entry><para>
17359                                                                         
17360                                                                         
17361                                                                         
17362                                                                         
17363                                                                         </para></entry>
17364                                                         </row>
17365                                                 
17366                                                         <row>
17367                                                                 <entry>phone</entry>
17368                                                                 <entry>text</entry>
17369                                                                 <entry><para>
17370                                                                         
17371                                                                         
17372                                                                         
17373                                                                         
17374                                                                         </para></entry>
17375                                                         </row>
17376                                                 
17377                                                         <row>
17378                                                                 <entry>opac_visible</entry>
17379                                                                 <entry>boolean</entry>
17380                                                                 <entry><para>
17381                                                                         
17382                                                                         
17383                                                                         
17384                                                                         
17385                                                                         </para></entry>
17386                                                         </row>
17387                                                 
17388                                                 </tbody>
17389                                         </tgroup>
17390                                 </informaltable>
17391                                 <para>
17392                                 
17393                                 
17394                                 
17395                                 
17396                 </para>
17397                 </simplesect>
17398                 
17399                 <simplesect id="auditor.table.actor-usr-address-history" xreflabel="auditor.actor_usr_address_history">         
17400                         <title>actor_usr_address_history</title>
17401                         <informaltable>
17402                                 <tgroup cols="3">
17403                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
17404                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
17405                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
17406                                         <thead>
17407                                                 <row>
17408                                                         <entry>Field</entry>
17409                                                         <entry>Data Type</entry>
17410                                                         <entry>Constraints and References</entry>
17411                                                 </row>
17412                                                 </thead>
17413                                                 <tbody>
17414                                                 
17415                                                         <row>
17416                                                                 <entry>audit_id</entry>
17417                                                                 <entry>bigint</entry>
17418                                                                 <entry><para>
17419                                                                         
17420                                                                                 
17421                                                                                         PRIMARY KEY
17422                                                                                                                 
17423                                                                         
17424                                                                         
17425                                                                         
17426                                                                         
17427                                                                         
17428                                                                                 
17429                                                                         
17430                                                                         </para></entry>
17431                                                         </row>
17432                                                 
17433                                                         <row>
17434                                                                 <entry>audit_time</entry>
17435                                                                 <entry>timestamp with time zone</entry>
17436                                                                 <entry><para>
17437                                                                         
17438                                                                         
17439                                                                                 NOT NULL;
17440                                                                         
17441                                                                         
17442                                                                         
17443                                                                         </para></entry>
17444                                                         </row>
17445                                                 
17446                                                         <row>
17447                                                                 <entry>audit_action</entry>
17448                                                                 <entry>text</entry>
17449                                                                 <entry><para>
17450                                                                         
17451                                                                         
17452                                                                                 NOT NULL;
17453                                                                         
17454                                                                         
17455                                                                         
17456                                                                         </para></entry>
17457                                                         </row>
17458                                                 
17459                                                         <row>
17460                                                                 <entry>id</entry>
17461                                                                 <entry>integer</entry>
17462                                                                 <entry><para>
17463                                                                         
17464                                                                         
17465                                                                                 NOT NULL;
17466                                                                         
17467                                                                         
17468                                                                         
17469                                                                         </para></entry>
17470                                                         </row>
17471                                                 
17472                                                         <row>
17473                                                                 <entry>valid</entry>
17474                                                                 <entry>boolean</entry>
17475                                                                 <entry><para>
17476                                                                         
17477                                                                         
17478                                                                                 NOT NULL;
17479                                                                         
17480                                                                         
17481                                                                         
17482                                                                         </para></entry>
17483                                                         </row>
17484                                                 
17485                                                         <row>
17486                                                                 <entry>within_city_limits</entry>
17487                                                                 <entry>boolean</entry>
17488                                                                 <entry><para>
17489                                                                         
17490                                                                         
17491                                                                                 NOT NULL;
17492                                                                         
17493                                                                         
17494                                                                         
17495                                                                         </para></entry>
17496                                                         </row>
17497                                                 
17498                                                         <row>
17499                                                                 <entry>address_type</entry>
17500                                                                 <entry>text</entry>
17501                                                                 <entry><para>
17502                                                                         
17503                                                                         
17504                                                                                 NOT NULL;
17505                                                                         
17506                                                                         
17507                                                                         
17508                                                                         </para></entry>
17509                                                         </row>
17510                                                 
17511                                                         <row>
17512                                                                 <entry>usr</entry>
17513                                                                 <entry>integer</entry>
17514                                                                 <entry><para>
17515                                                                         
17516                                                                         
17517                                                                                 NOT NULL;
17518                                                                         
17519                                                                         
17520                                                                         
17521                                                                         </para></entry>
17522                                                         </row>
17523                                                 
17524                                                         <row>
17525                                                                 <entry>street1</entry>
17526                                                                 <entry>text</entry>
17527                                                                 <entry><para>
17528                                                                         
17529                                                                         
17530                                                                                 NOT NULL;
17531                                                                         
17532                                                                         
17533                                                                         
17534                                                                         </para></entry>
17535                                                         </row>
17536                                                 
17537                                                         <row>
17538                                                                 <entry>street2</entry>
17539                                                                 <entry>text</entry>
17540                                                                 <entry><para>
17541                                                                         
17542                                                                         
17543                                                                         
17544                                                                         
17545                                                                         </para></entry>
17546                                                         </row>
17547                                                 
17548                                                         <row>
17549                                                                 <entry>city</entry>
17550                                                                 <entry>text</entry>
17551                                                                 <entry><para>
17552                                                                         
17553                                                                         
17554                                                                                 NOT NULL;
17555                                                                         
17556                                                                         
17557                                                                         
17558                                                                         </para></entry>
17559                                                         </row>
17560                                                 
17561                                                         <row>
17562                                                                 <entry>county</entry>
17563                                                                 <entry>text</entry>
17564                                                                 <entry><para>
17565                                                                         
17566                                                                         
17567                                                                         
17568                                                                         
17569                                                                         </para></entry>
17570                                                         </row>
17571                                                 
17572                                                         <row>
17573                                                                 <entry>state</entry>
17574                                                                 <entry>text</entry>
17575                                                                 <entry><para>
17576                                                                         
17577                                                                         
17578                                                                                 NOT NULL;
17579                                                                         
17580                                                                         
17581                                                                         
17582                                                                         </para></entry>
17583                                                         </row>
17584                                                 
17585                                                         <row>
17586                                                                 <entry>country</entry>
17587                                                                 <entry>text</entry>
17588                                                                 <entry><para>
17589                                                                         
17590                                                                         
17591                                                                                 NOT NULL;
17592                                                                         
17593                                                                         
17594                                                                         
17595                                                                         </para></entry>
17596                                                         </row>
17597                                                 
17598                                                         <row>
17599                                                                 <entry>post_code</entry>
17600                                                                 <entry>text</entry>
17601                                                                 <entry><para>
17602                                                                         
17603                                                                         
17604                                                                                 NOT NULL;
17605                                                                         
17606                                                                         
17607                                                                         
17608                                                                         </para></entry>
17609                                                         </row>
17610                                                 
17611                                                         <row>
17612                                                                 <entry>pending</entry>
17613                                                                 <entry>boolean</entry>
17614                                                                 <entry><para>
17615                                                                         
17616                                                                         
17617                                                                         
17618                                                                         
17619                                                                         </para></entry>
17620                                                         </row>
17621                                                 
17622                                                         <row>
17623                                                                 <entry>replaces</entry>
17624                                                                 <entry>integer</entry>
17625                                                                 <entry><para>
17626                                                                         
17627                                                                         
17628                                                                         
17629                                                                         
17630                                                                         </para></entry>
17631                                                         </row>
17632                                                 
17633                                                 </tbody>
17634                                         </tgroup>
17635                                 </informaltable>
17636                                 <para>
17637                                 
17638                                 
17639                                 
17640                                 
17641                 </para>
17642                 </simplesect>
17643                 
17644                 <simplesect id="auditor.view.actor-usr-address-lifecycle" xreflabel="auditor.actor_usr_address_lifecycle">              
17645                         <title>actor_usr_address_lifecycle</title>
17646                         <informaltable>
17647                                 <tgroup cols="3">
17648                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
17649                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
17650                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
17651                                         <thead>
17652                                                 <row>
17653                                                         <entry>Field</entry>
17654                                                         <entry>Data Type</entry>
17655                                                         <entry>Constraints and References</entry>
17656                                                 </row>
17657                                                 </thead>
17658                                                 <tbody>
17659                                                 
17660                                                         <row>
17661                                                                 <entry>?column?</entry>
17662                                                                 <entry>bigint</entry>
17663                                                                 <entry><para>
17664                                                                         
17665                                                                         
17666                                                                         
17667                                                                         
17668                                                                         </para></entry>
17669                                                         </row>
17670                                                 
17671                                                         <row>
17672                                                                 <entry>audit_time</entry>
17673                                                                 <entry>timestamp with time zone</entry>
17674                                                                 <entry><para>
17675                                                                         
17676                                                                         
17677                                                                         
17678                                                                         
17679                                                                         </para></entry>
17680                                                         </row>
17681                                                 
17682                                                         <row>
17683                                                                 <entry>audit_action</entry>
17684                                                                 <entry>text</entry>
17685                                                                 <entry><para>
17686                                                                         
17687                                                                         
17688                                                                         
17689                                                                         
17690                                                                         </para></entry>
17691                                                         </row>
17692                                                 
17693                                                         <row>
17694                                                                 <entry>id</entry>
17695                                                                 <entry>integer</entry>
17696                                                                 <entry><para>
17697                                                                         
17698                                                                         
17699                                                                         
17700                                                                         
17701                                                                         </para></entry>
17702                                                         </row>
17703                                                 
17704                                                         <row>
17705                                                                 <entry>valid</entry>
17706                                                                 <entry>boolean</entry>
17707                                                                 <entry><para>
17708                                                                         
17709                                                                         
17710                                                                         
17711                                                                         
17712                                                                         </para></entry>
17713                                                         </row>
17714                                                 
17715                                                         <row>
17716                                                                 <entry>within_city_limits</entry>
17717                                                                 <entry>boolean</entry>
17718                                                                 <entry><para>
17719                                                                         
17720                                                                         
17721                                                                         
17722                                                                         
17723                                                                         </para></entry>
17724                                                         </row>
17725                                                 
17726                                                         <row>
17727                                                                 <entry>address_type</entry>
17728                                                                 <entry>text</entry>
17729                                                                 <entry><para>
17730                                                                         
17731                                                                         
17732                                                                         
17733                                                                         
17734                                                                         </para></entry>
17735                                                         </row>
17736                                                 
17737                                                         <row>
17738                                                                 <entry>usr</entry>
17739                                                                 <entry>integer</entry>
17740                                                                 <entry><para>
17741                                                                         
17742                                                                         
17743                                                                         
17744                                                                         
17745                                                                         </para></entry>
17746                                                         </row>
17747                                                 
17748                                                         <row>
17749                                                                 <entry>street1</entry>
17750                                                                 <entry>text</entry>
17751                                                                 <entry><para>
17752                                                                         
17753                                                                         
17754                                                                         
17755                                                                         
17756                                                                         </para></entry>
17757                                                         </row>
17758                                                 
17759                                                         <row>
17760                                                                 <entry>street2</entry>
17761                                                                 <entry>text</entry>
17762                                                                 <entry><para>
17763                                                                         
17764                                                                         
17765                                                                         
17766                                                                         
17767                                                                         </para></entry>
17768                                                         </row>
17769                                                 
17770                                                         <row>
17771                                                                 <entry>city</entry>
17772                                                                 <entry>text</entry>
17773                                                                 <entry><para>
17774                                                                         
17775                                                                         
17776                                                                         
17777                                                                         
17778                                                                         </para></entry>
17779                                                         </row>
17780                                                 
17781                                                         <row>
17782                                                                 <entry>county</entry>
17783                                                                 <entry>text</entry>
17784                                                                 <entry><para>
17785                                                                         
17786                                                                         
17787                                                                         
17788                                                                         
17789                                                                         </para></entry>
17790                                                         </row>
17791                                                 
17792                                                         <row>
17793                                                                 <entry>state</entry>
17794                                                                 <entry>text</entry>
17795                                                                 <entry><para>
17796                                                                         
17797                                                                         
17798                                                                         
17799                                                                         
17800                                                                         </para></entry>
17801                                                         </row>
17802                                                 
17803                                                         <row>
17804                                                                 <entry>country</entry>
17805                                                                 <entry>text</entry>
17806                                                                 <entry><para>
17807                                                                         
17808                                                                         
17809                                                                         
17810                                                                         
17811                                                                         </para></entry>
17812                                                         </row>
17813                                                 
17814                                                         <row>
17815                                                                 <entry>post_code</entry>
17816                                                                 <entry>text</entry>
17817                                                                 <entry><para>
17818                                                                         
17819                                                                         
17820                                                                         
17821                                                                         
17822                                                                         </para></entry>
17823                                                         </row>
17824                                                 
17825                                                 </tbody>
17826                                         </tgroup>
17827                                 </informaltable>
17828                                 <para>
17829                                 
17830                                 
17831                                 
17832                                 
17833                 </para>
17834                 </simplesect>
17835                 
17836                 <simplesect id="auditor.table.actor-usr-history" xreflabel="auditor.actor_usr_history">         
17837                         <title>actor_usr_history</title>
17838                         <informaltable>
17839                                 <tgroup cols="3">
17840                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
17841                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
17842                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
17843                                         <thead>
17844                                                 <row>
17845                                                         <entry>Field</entry>
17846                                                         <entry>Data Type</entry>
17847                                                         <entry>Constraints and References</entry>
17848                                                 </row>
17849                                                 </thead>
17850                                                 <tbody>
17851                                                 
17852                                                         <row>
17853                                                                 <entry>audit_id</entry>
17854                                                                 <entry>bigint</entry>
17855                                                                 <entry><para>
17856                                                                         
17857                                                                                 
17858                                                                                         PRIMARY KEY
17859                                                                                                                 
17860                                                                         
17861                                                                         
17862                                                                         
17863                                                                         
17864                                                                         
17865                                                                                 
17866                                                                         
17867                                                                         </para></entry>
17868                                                         </row>
17869                                                 
17870                                                         <row>
17871                                                                 <entry>audit_time</entry>
17872                                                                 <entry>timestamp with time zone</entry>
17873                                                                 <entry><para>
17874                                                                         
17875                                                                         
17876                                                                                 NOT NULL;
17877                                                                         
17878                                                                         
17879                                                                         
17880                                                                         </para></entry>
17881                                                         </row>
17882                                                 
17883                                                         <row>
17884                                                                 <entry>audit_action</entry>
17885                                                                 <entry>text</entry>
17886                                                                 <entry><para>
17887                                                                         
17888                                                                         
17889                                                                                 NOT NULL;
17890                                                                         
17891                                                                         
17892                                                                         
17893                                                                         </para></entry>
17894                                                         </row>
17895                                                 
17896                                                         <row>
17897                                                                 <entry>id</entry>
17898                                                                 <entry>integer</entry>
17899                                                                 <entry><para>
17900                                                                         
17901                                                                         
17902                                                                                 NOT NULL;
17903                                                                         
17904                                                                         
17905                                                                         
17906                                                                         </para></entry>
17907                                                         </row>
17908                                                 
17909                                                         <row>
17910                                                                 <entry>card</entry>
17911                                                                 <entry>integer</entry>
17912                                                                 <entry><para>
17913                                                                         
17914                                                                         
17915                                                                         
17916                                                                         
17917                                                                         </para></entry>
17918                                                         </row>
17919                                                 
17920                                                         <row>
17921                                                                 <entry>profile</entry>
17922                                                                 <entry>integer</entry>
17923                                                                 <entry><para>
17924                                                                         
17925                                                                         
17926                                                                                 NOT NULL;
17927                                                                         
17928                                                                         
17929                                                                         
17930                                                                         </para></entry>
17931                                                         </row>
17932                                                 
17933                                                         <row>
17934                                                                 <entry>usrname</entry>
17935                                                                 <entry>text</entry>
17936                                                                 <entry><para>
17937                                                                         
17938                                                                         
17939                                                                                 NOT NULL;
17940                                                                         
17941                                                                         
17942                                                                         
17943                                                                         </para></entry>
17944                                                         </row>
17945                                                 
17946                                                         <row>
17947                                                                 <entry>email</entry>
17948                                                                 <entry>text</entry>
17949                                                                 <entry><para>
17950                                                                         
17951                                                                         
17952                                                                         
17953                                                                         
17954                                                                         </para></entry>
17955                                                         </row>
17956                                                 
17957                                                         <row>
17958                                                                 <entry>passwd</entry>
17959                                                                 <entry>text</entry>
17960                                                                 <entry><para>
17961                                                                         
17962                                                                         
17963                                                                                 NOT NULL;
17964                                                                         
17965                                                                         
17966                                                                         
17967                                                                         </para></entry>
17968                                                         </row>
17969                                                 
17970                                                         <row>
17971                                                                 <entry>standing</entry>
17972                                                                 <entry>integer</entry>
17973                                                                 <entry><para>
17974                                                                         
17975                                                                         
17976                                                                                 NOT NULL;
17977                                                                         
17978                                                                         
17979                                                                         
17980                                                                         </para></entry>
17981                                                         </row>
17982                                                 
17983                                                         <row>
17984                                                                 <entry>ident_type</entry>
17985                                                                 <entry>integer</entry>
17986                                                                 <entry><para>
17987                                                                         
17988                                                                         
17989                                                                                 NOT NULL;
17990                                                                         
17991                                                                         
17992                                                                         
17993                                                                         </para></entry>
17994                                                         </row>
17995                                                 
17996                                                         <row>
17997                                                                 <entry>ident_value</entry>
17998                                                                 <entry>text</entry>
17999                                                                 <entry><para>
18000                                                                         
18001                                                                         
18002                                                                         
18003                                                                         
18004                                                                         </para></entry>
18005                                                         </row>
18006                                                 
18007                                                         <row>
18008                                                                 <entry>ident_type2</entry>
18009                                                                 <entry>integer</entry>
18010                                                                 <entry><para>
18011                                                                         
18012                                                                         
18013                                                                         
18014                                                                         
18015                                                                         </para></entry>
18016                                                         </row>
18017                                                 
18018                                                         <row>
18019                                                                 <entry>ident_value2</entry>
18020                                                                 <entry>text</entry>
18021                                                                 <entry><para>
18022                                                                         
18023                                                                         
18024                                                                         
18025                                                                         
18026                                                                         </para></entry>
18027                                                         </row>
18028                                                 
18029                                                         <row>
18030                                                                 <entry>net_access_level</entry>
18031                                                                 <entry>integer</entry>
18032                                                                 <entry><para>
18033                                                                         
18034                                                                         
18035                                                                                 NOT NULL;
18036                                                                         
18037                                                                         
18038                                                                         
18039                                                                         </para></entry>
18040                                                         </row>
18041                                                 
18042                                                         <row>
18043                                                                 <entry>photo_url</entry>
18044                                                                 <entry>text</entry>
18045                                                                 <entry><para>
18046                                                                         
18047                                                                         
18048                                                                         
18049                                                                         
18050                                                                         </para></entry>
18051                                                         </row>
18052                                                 
18053                                                         <row>
18054                                                                 <entry>prefix</entry>
18055                                                                 <entry>text</entry>
18056                                                                 <entry><para>
18057                                                                         
18058                                                                         
18059                                                                         
18060                                                                         
18061                                                                         </para></entry>
18062                                                         </row>
18063                                                 
18064                                                         <row>
18065                                                                 <entry>first_given_name</entry>
18066                                                                 <entry>text</entry>
18067                                                                 <entry><para>
18068                                                                         
18069                                                                         
18070                                                                                 NOT NULL;
18071                                                                         
18072                                                                         
18073                                                                         
18074                                                                         </para></entry>
18075                                                         </row>
18076                                                 
18077                                                         <row>
18078                                                                 <entry>second_given_name</entry>
18079                                                                 <entry>text</entry>
18080                                                                 <entry><para>
18081                                                                         
18082                                                                         
18083                                                                         
18084                                                                         
18085                                                                         </para></entry>
18086                                                         </row>
18087                                                 
18088                                                         <row>
18089                                                                 <entry>family_name</entry>
18090                                                                 <entry>text</entry>
18091                                                                 <entry><para>
18092                                                                         
18093                                                                         
18094                                                                                 NOT NULL;
18095                                                                         
18096                                                                         
18097                                                                         
18098                                                                         </para></entry>
18099                                                         </row>
18100                                                 
18101                                                         <row>
18102                                                                 <entry>suffix</entry>
18103                                                                 <entry>text</entry>
18104                                                                 <entry><para>
18105                                                                         
18106                                                                         
18107                                                                         
18108                                                                         
18109                                                                         </para></entry>
18110                                                         </row>
18111                                                 
18112                                                         <row>
18113                                                                 <entry>day_phone</entry>
18114                                                                 <entry>text</entry>
18115                                                                 <entry><para>
18116                                                                         
18117                                                                         
18118                                                                         
18119                                                                         
18120                                                                         </para></entry>
18121                                                         </row>
18122                                                 
18123                                                         <row>
18124                                                                 <entry>evening_phone</entry>
18125                                                                 <entry>text</entry>
18126                                                                 <entry><para>
18127                                                                         
18128                                                                         
18129                                                                         
18130                                                                         
18131                                                                         </para></entry>
18132                                                         </row>
18133                                                 
18134                                                         <row>
18135                                                                 <entry>other_phone</entry>
18136                                                                 <entry>text</entry>
18137                                                                 <entry><para>
18138                                                                         
18139                                                                         
18140                                                                         
18141                                                                         
18142                                                                         </para></entry>
18143                                                         </row>
18144                                                 
18145                                                         <row>
18146                                                                 <entry>mailing_address</entry>
18147                                                                 <entry>integer</entry>
18148                                                                 <entry><para>
18149                                                                         
18150                                                                         
18151                                                                         
18152                                                                         
18153                                                                         </para></entry>
18154                                                         </row>
18155                                                 
18156                                                         <row>
18157                                                                 <entry>billing_address</entry>
18158                                                                 <entry>integer</entry>
18159                                                                 <entry><para>
18160                                                                         
18161                                                                         
18162                                                                         
18163                                                                         
18164                                                                         </para></entry>
18165                                                         </row>
18166                                                 
18167                                                         <row>
18168                                                                 <entry>home_ou</entry>
18169                                                                 <entry>integer</entry>
18170                                                                 <entry><para>
18171                                                                         
18172                                                                         
18173                                                                                 NOT NULL;
18174                                                                         
18175                                                                         
18176                                                                         
18177                                                                         </para></entry>
18178                                                         </row>
18179                                                 
18180                                                         <row>
18181                                                                 <entry>dob</entry>
18182                                                                 <entry>timestamp with time zone</entry>
18183                                                                 <entry><para>
18184                                                                         
18185                                                                         
18186                                                                         
18187                                                                         
18188                                                                         </para></entry>
18189                                                         </row>
18190                                                 
18191                                                         <row>
18192                                                                 <entry>active</entry>
18193                                                                 <entry>boolean</entry>
18194                                                                 <entry><para>
18195                                                                         
18196                                                                         
18197                                                                                 NOT NULL;
18198                                                                         
18199                                                                         
18200                                                                         
18201                                                                         </para></entry>
18202                                                         </row>
18203                                                 
18204                                                         <row>
18205                                                                 <entry>master_account</entry>
18206                                                                 <entry>boolean</entry>
18207                                                                 <entry><para>
18208                                                                         
18209                                                                         
18210                                                                                 NOT NULL;
18211                                                                         
18212                                                                         
18213                                                                         
18214                                                                         </para></entry>
18215                                                         </row>
18216                                                 
18217                                                         <row>
18218                                                                 <entry>super_user</entry>
18219                                                                 <entry>boolean</entry>
18220                                                                 <entry><para>
18221                                                                         
18222                                                                         
18223                                                                                 NOT NULL;
18224                                                                         
18225                                                                         
18226                                                                         
18227                                                                         </para></entry>
18228                                                         </row>
18229                                                 
18230                                                         <row>
18231                                                                 <entry>barred</entry>
18232                                                                 <entry>boolean</entry>
18233                                                                 <entry><para>
18234                                                                         
18235                                                                         
18236                                                                                 NOT NULL;
18237                                                                         
18238                                                                         
18239                                                                         
18240                                                                         </para></entry>
18241                                                         </row>
18242                                                 
18243                                                         <row>
18244                                                                 <entry>deleted</entry>
18245                                                                 <entry>boolean</entry>
18246                                                                 <entry><para>
18247                                                                         
18248                                                                         
18249                                                                                 NOT NULL;
18250                                                                         
18251                                                                         
18252                                                                         
18253                                                                         </para></entry>
18254                                                         </row>
18255                                                 
18256                                                         <row>
18257                                                                 <entry>usrgroup</entry>
18258                                                                 <entry>integer</entry>
18259                                                                 <entry><para>
18260                                                                         
18261                                                                         
18262                                                                                 NOT NULL;
18263                                                                         
18264                                                                         
18265                                                                         
18266                                                                         </para></entry>
18267                                                         </row>
18268                                                 
18269                                                         <row>
18270                                                                 <entry>claims_returned_count</entry>
18271                                                                 <entry>integer</entry>
18272                                                                 <entry><para>
18273                                                                         
18274                                                                         
18275                                                                                 NOT NULL;
18276                                                                         
18277                                                                         
18278                                                                         
18279                                                                         </para></entry>
18280                                                         </row>
18281                                                 
18282                                                         <row>
18283                                                                 <entry>credit_forward_balance</entry>
18284                                                                 <entry>numeric(6,2)</entry>
18285                                                                 <entry><para>
18286                                                                         
18287                                                                         
18288                                                                                 NOT NULL;
18289                                                                         
18290                                                                         
18291                                                                         
18292                                                                         </para></entry>
18293                                                         </row>
18294                                                 
18295                                                         <row>
18296                                                                 <entry>last_xact_id</entry>
18297                                                                 <entry>text</entry>
18298                                                                 <entry><para>
18299                                                                         
18300                                                                         
18301                                                                                 NOT NULL;
18302                                                                         
18303                                                                         
18304                                                                         
18305                                                                         </para></entry>
18306                                                         </row>
18307                                                 
18308                                                         <row>
18309                                                                 <entry>alert_message</entry>
18310                                                                 <entry>text</entry>
18311                                                                 <entry><para>
18312                                                                         
18313                                                                         
18314                                                                         
18315                                                                         
18316                                                                         </para></entry>
18317                                                         </row>
18318                                                 
18319                                                         <row>
18320                                                                 <entry>create_date</entry>
18321                                                                 <entry>timestamp with time zone</entry>
18322                                                                 <entry><para>
18323                                                                         
18324                                                                         
18325                                                                                 NOT NULL;
18326                                                                         
18327                                                                         
18328                                                                         
18329                                                                         </para></entry>
18330                                                         </row>
18331                                                 
18332                                                         <row>
18333                                                                 <entry>expire_date</entry>
18334                                                                 <entry>timestamp with time zone</entry>
18335                                                                 <entry><para>
18336                                                                         
18337                                                                         
18338                                                                                 NOT NULL;
18339                                                                         
18340                                                                         
18341                                                                         
18342                                                                         </para></entry>
18343                                                         </row>
18344                                                 
18345                                                         <row>
18346                                                                 <entry>alias</entry>
18347                                                                 <entry>text</entry>
18348                                                                 <entry><para>
18349                                                                         
18350                                                                         
18351                                                                         
18352                                                                         
18353                                                                         </para></entry>
18354                                                         </row>
18355                                                 
18356                                                         <row>
18357                                                                 <entry>juvenile</entry>
18358                                                                 <entry>boolean</entry>
18359                                                                 <entry><para>
18360                                                                         
18361                                                                         
18362                                                                         
18363                                                                         
18364                                                                         </para></entry>
18365                                                         </row>
18366                                                 
18367                                                 </tbody>
18368                                         </tgroup>
18369                                 </informaltable>
18370                                 <para>
18371                                 
18372                                 
18373                                 
18374                                 
18375                 </para>
18376                 </simplesect>
18377                 
18378                 <simplesect id="auditor.view.actor-usr-lifecycle" xreflabel="auditor.actor_usr_lifecycle">              
18379                         <title>actor_usr_lifecycle</title>
18380                         <informaltable>
18381                                 <tgroup cols="3">
18382                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
18383                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
18384                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
18385                                         <thead>
18386                                                 <row>
18387                                                         <entry>Field</entry>
18388                                                         <entry>Data Type</entry>
18389                                                         <entry>Constraints and References</entry>
18390                                                 </row>
18391                                                 </thead>
18392                                                 <tbody>
18393                                                 
18394                                                         <row>
18395                                                                 <entry>?column?</entry>
18396                                                                 <entry>bigint</entry>
18397                                                                 <entry><para>
18398                                                                         
18399                                                                         
18400                                                                         
18401                                                                         
18402                                                                         </para></entry>
18403                                                         </row>
18404                                                 
18405                                                         <row>
18406                                                                 <entry>audit_time</entry>
18407                                                                 <entry>timestamp with time zone</entry>
18408                                                                 <entry><para>
18409                                                                         
18410                                                                         
18411                                                                         
18412                                                                         
18413                                                                         </para></entry>
18414                                                         </row>
18415                                                 
18416                                                         <row>
18417                                                                 <entry>audit_action</entry>
18418                                                                 <entry>text</entry>
18419                                                                 <entry><para>
18420                                                                         
18421                                                                         
18422                                                                         
18423                                                                         
18424                                                                         </para></entry>
18425                                                         </row>
18426                                                 
18427                                                         <row>
18428                                                                 <entry>id</entry>
18429                                                                 <entry>integer</entry>
18430                                                                 <entry><para>
18431                                                                         
18432                                                                         
18433                                                                         
18434                                                                         
18435                                                                         </para></entry>
18436                                                         </row>
18437                                                 
18438                                                         <row>
18439                                                                 <entry>card</entry>
18440                                                                 <entry>integer</entry>
18441                                                                 <entry><para>
18442                                                                         
18443                                                                         
18444                                                                         
18445                                                                         
18446                                                                         </para></entry>
18447                                                         </row>
18448                                                 
18449                                                         <row>
18450                                                                 <entry>profile</entry>
18451                                                                 <entry>integer</entry>
18452                                                                 <entry><para>
18453                                                                         
18454                                                                         
18455                                                                         
18456                                                                         
18457                                                                         </para></entry>
18458                                                         </row>
18459                                                 
18460                                                         <row>
18461                                                                 <entry>usrname</entry>
18462                                                                 <entry>text</entry>
18463                                                                 <entry><para>
18464                                                                         
18465                                                                         
18466                                                                         
18467                                                                         
18468                                                                         </para></entry>
18469                                                         </row>
18470                                                 
18471                                                         <row>
18472                                                                 <entry>email</entry>
18473                                                                 <entry>text</entry>
18474                                                                 <entry><para>
18475                                                                         
18476                                                                         
18477                                                                         
18478                                                                         
18479                                                                         </para></entry>
18480                                                         </row>
18481                                                 
18482                                                         <row>
18483                                                                 <entry>passwd</entry>
18484                                                                 <entry>text</entry>
18485                                                                 <entry><para>
18486                                                                         
18487                                                                         
18488                                                                         
18489                                                                         
18490                                                                         </para></entry>
18491                                                         </row>
18492                                                 
18493                                                         <row>
18494                                                                 <entry>standing</entry>
18495                                                                 <entry>integer</entry>
18496                                                                 <entry><para>
18497                                                                         
18498                                                                         
18499                                                                         
18500                                                                         
18501                                                                         </para></entry>
18502                                                         </row>
18503                                                 
18504                                                         <row>
18505                                                                 <entry>ident_type</entry>
18506                                                                 <entry>integer</entry>
18507                                                                 <entry><para>
18508                                                                         
18509                                                                         
18510                                                                         
18511                                                                         
18512                                                                         </para></entry>
18513                                                         </row>
18514                                                 
18515                                                         <row>
18516                                                                 <entry>ident_value</entry>
18517                                                                 <entry>text</entry>
18518                                                                 <entry><para>
18519                                                                         
18520                                                                         
18521                                                                         
18522                                                                         
18523                                                                         </para></entry>
18524                                                         </row>
18525                                                 
18526                                                         <row>
18527                                                                 <entry>ident_type2</entry>
18528                                                                 <entry>integer</entry>
18529                                                                 <entry><para>
18530                                                                         
18531                                                                         
18532                                                                         
18533                                                                         
18534                                                                         </para></entry>
18535                                                         </row>
18536                                                 
18537                                                         <row>
18538                                                                 <entry>ident_value2</entry>
18539                                                                 <entry>text</entry>
18540                                                                 <entry><para>
18541                                                                         
18542                                                                         
18543                                                                         
18544                                                                         
18545                                                                         </para></entry>
18546                                                         </row>
18547                                                 
18548                                                         <row>
18549                                                                 <entry>net_access_level</entry>
18550                                                                 <entry>integer</entry>
18551                                                                 <entry><para>
18552                                                                         
18553                                                                         
18554                                                                         
18555                                                                         
18556                                                                         </para></entry>
18557                                                         </row>
18558                                                 
18559                                                         <row>
18560                                                                 <entry>photo_url</entry>
18561                                                                 <entry>text</entry>
18562                                                                 <entry><para>
18563                                                                         
18564                                                                         
18565                                                                         
18566                                                                         
18567                                                                         </para></entry>
18568                                                         </row>
18569                                                 
18570                                                         <row>
18571                                                                 <entry>prefix</entry>
18572                                                                 <entry>text</entry>
18573                                                                 <entry><para>
18574                                                                         
18575                                                                         
18576                                                                         
18577                                                                         
18578                                                                         </para></entry>
18579                                                         </row>
18580                                                 
18581                                                         <row>
18582                                                                 <entry>first_given_name</entry>
18583                                                                 <entry>text</entry>
18584                                                                 <entry><para>
18585                                                                         
18586                                                                         
18587                                                                         
18588                                                                         
18589                                                                         </para></entry>
18590                                                         </row>
18591                                                 
18592                                                         <row>
18593                                                                 <entry>second_given_name</entry>
18594                                                                 <entry>text</entry>
18595                                                                 <entry><para>
18596                                                                         
18597                                                                         
18598                                                                         
18599                                                                         
18600                                                                         </para></entry>
18601                                                         </row>
18602                                                 
18603                                                         <row>
18604                                                                 <entry>family_name</entry>
18605                                                                 <entry>text</entry>
18606                                                                 <entry><para>
18607                                                                         
18608                                                                         
18609                                                                         
18610                                                                         
18611                                                                         </para></entry>
18612                                                         </row>
18613                                                 
18614                                                         <row>
18615                                                                 <entry>suffix</entry>
18616                                                                 <entry>text</entry>
18617                                                                 <entry><para>
18618                                                                         
18619                                                                         
18620                                                                         
18621                                                                         
18622                                                                         </para></entry>
18623                                                         </row>
18624                                                 
18625                                                         <row>
18626                                                                 <entry>day_phone</entry>
18627                                                                 <entry>text</entry>
18628                                                                 <entry><para>
18629                                                                         
18630                                                                         
18631                                                                         
18632                                                                         
18633                                                                         </para></entry>
18634                                                         </row>
18635                                                 
18636                                                         <row>
18637                                                                 <entry>evening_phone</entry>
18638                                                                 <entry>text</entry>
18639                                                                 <entry><para>
18640                                                                         
18641                                                                         
18642                                                                         
18643                                                                         
18644                                                                         </para></entry>
18645                                                         </row>
18646                                                 
18647                                                         <row>
18648                                                                 <entry>other_phone</entry>
18649                                                                 <entry>text</entry>
18650                                                                 <entry><para>
18651                                                                         
18652                                                                         
18653                                                                         
18654                                                                         
18655                                                                         </para></entry>
18656                                                         </row>
18657                                                 
18658                                                         <row>
18659                                                                 <entry>mailing_address</entry>
18660                                                                 <entry>integer</entry>
18661                                                                 <entry><para>
18662                                                                         
18663                                                                         
18664                                                                         
18665                                                                         
18666                                                                         </para></entry>
18667                                                         </row>
18668                                                 
18669                                                         <row>
18670                                                                 <entry>billing_address</entry>
18671                                                                 <entry>integer</entry>
18672                                                                 <entry><para>
18673                                                                         
18674                                                                         
18675                                                                         
18676                                                                         
18677                                                                         </para></entry>
18678                                                         </row>
18679                                                 
18680                                                         <row>
18681                                                                 <entry>home_ou</entry>
18682                                                                 <entry>integer</entry>
18683                                                                 <entry><para>
18684                                                                         
18685                                                                         
18686                                                                         
18687                                                                         
18688                                                                         </para></entry>
18689                                                         </row>
18690                                                 
18691                                                         <row>
18692                                                                 <entry>dob</entry>
18693                                                                 <entry>timestamp with time zone</entry>
18694                                                                 <entry><para>
18695                                                                         
18696                                                                         
18697                                                                         
18698                                                                         
18699                                                                         </para></entry>
18700                                                         </row>
18701                                                 
18702                                                         <row>
18703                                                                 <entry>active</entry>
18704                                                                 <entry>boolean</entry>
18705                                                                 <entry><para>
18706                                                                         
18707                                                                         
18708                                                                         
18709                                                                         
18710                                                                         </para></entry>
18711                                                         </row>
18712                                                 
18713                                                         <row>
18714                                                                 <entry>master_account</entry>
18715                                                                 <entry>boolean</entry>
18716                                                                 <entry><para>
18717                                                                         
18718                                                                         
18719                                                                         
18720                                                                         
18721                                                                         </para></entry>
18722                                                         </row>
18723                                                 
18724                                                         <row>
18725                                                                 <entry>super_user</entry>
18726                                                                 <entry>boolean</entry>
18727                                                                 <entry><para>
18728                                                                         
18729                                                                         
18730                                                                         
18731                                                                         
18732                                                                         </para></entry>
18733                                                         </row>
18734                                                 
18735                                                         <row>
18736                                                                 <entry>barred</entry>
18737                                                                 <entry>boolean</entry>
18738                                                                 <entry><para>
18739                                                                         
18740                                                                         
18741                                                                         
18742                                                                         
18743                                                                         </para></entry>
18744                                                         </row>
18745                                                 
18746                                                         <row>
18747                                                                 <entry>deleted</entry>
18748                                                                 <entry>boolean</entry>
18749                                                                 <entry><para>
18750                                                                         
18751                                                                         
18752                                                                         
18753                                                                         
18754                                                                         </para></entry>
18755                                                         </row>
18756                                                 
18757                                                         <row>
18758                                                                 <entry>usrgroup</entry>
18759                                                                 <entry>integer</entry>
18760                                                                 <entry><para>
18761                                                                         
18762                                                                         
18763                                                                         
18764                                                                         
18765                                                                         </para></entry>
18766                                                         </row>
18767                                                 
18768                                                         <row>
18769                                                                 <entry>claims_returned_count</entry>
18770                                                                 <entry>integer</entry>
18771                                                                 <entry><para>
18772                                                                         
18773                                                                         
18774                                                                         
18775                                                                         
18776                                                                         </para></entry>
18777                                                         </row>
18778                                                 
18779                                                         <row>
18780                                                                 <entry>credit_forward_balance</entry>
18781                                                                 <entry>numeric(6,2)</entry>
18782                                                                 <entry><para>
18783                                                                         
18784                                                                         
18785                                                                         
18786                                                                         
18787                                                                         </para></entry>
18788                                                         </row>
18789                                                 
18790                                                         <row>
18791                                                                 <entry>last_xact_id</entry>
18792                                                                 <entry>text</entry>
18793                                                                 <entry><para>
18794                                                                         
18795                                                                         
18796                                                                         
18797                                                                         
18798                                                                         </para></entry>
18799                                                         </row>
18800                                                 
18801                                                         <row>
18802                                                                 <entry>alert_message</entry>
18803                                                                 <entry>text</entry>
18804                                                                 <entry><para>
18805                                                                         
18806                                                                         
18807                                                                         
18808                                                                         
18809                                                                         </para></entry>
18810                                                         </row>
18811                                                 
18812                                                         <row>
18813                                                                 <entry>create_date</entry>
18814                                                                 <entry>timestamp with time zone</entry>
18815                                                                 <entry><para>
18816                                                                         
18817                                                                         
18818                                                                         
18819                                                                         
18820                                                                         </para></entry>
18821                                                         </row>
18822                                                 
18823                                                         <row>
18824                                                                 <entry>expire_date</entry>
18825                                                                 <entry>timestamp with time zone</entry>
18826                                                                 <entry><para>
18827                                                                         
18828                                                                         
18829                                                                         
18830                                                                         
18831                                                                         </para></entry>
18832                                                         </row>
18833                                                 
18834                                                 </tbody>
18835                                         </tgroup>
18836                                 </informaltable>
18837                                 <para>
18838                                 
18839                                 
18840                                 
18841                                 
18842                 </para>
18843                 </simplesect>
18844                 
18845                 <simplesect id="auditor.table.asset-call-number-history" xreflabel="auditor.asset_call_number_history">         
18846                         <title>asset_call_number_history</title>
18847                         <informaltable>
18848                                 <tgroup cols="3">
18849                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
18850                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
18851                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
18852                                         <thead>
18853                                                 <row>
18854                                                         <entry>Field</entry>
18855                                                         <entry>Data Type</entry>
18856                                                         <entry>Constraints and References</entry>
18857                                                 </row>
18858                                                 </thead>
18859                                                 <tbody>
18860                                                 
18861                                                         <row>
18862                                                                 <entry>audit_id</entry>
18863                                                                 <entry>bigint</entry>
18864                                                                 <entry><para>
18865                                                                         
18866                                                                                 
18867                                                                                         PRIMARY KEY
18868                                                                                                                 
18869                                                                         
18870                                                                         
18871                                                                         
18872                                                                         
18873                                                                         
18874                                                                                 
18875                                                                         
18876                                                                         </para></entry>
18877                                                         </row>
18878                                                 
18879                                                         <row>
18880                                                                 <entry>audit_time</entry>
18881                                                                 <entry>timestamp with time zone</entry>
18882                                                                 <entry><para>
18883                                                                         
18884                                                                         
18885                                                                                 NOT NULL;
18886                                                                         
18887                                                                         
18888                                                                         
18889                                                                         </para></entry>
18890                                                         </row>
18891                                                 
18892                                                         <row>
18893                                                                 <entry>audit_action</entry>
18894                                                                 <entry>text</entry>
18895                                                                 <entry><para>
18896                                                                         
18897                                                                         
18898                                                                                 NOT NULL;
18899                                                                         
18900                                                                         
18901                                                                         
18902                                                                         </para></entry>
18903                                                         </row>
18904                                                 
18905                                                         <row>
18906                                                                 <entry>id</entry>
18907                                                                 <entry>bigint</entry>
18908                                                                 <entry><para>
18909                                                                         
18910                                                                         
18911                                                                                 NOT NULL;
18912                                                                         
18913                                                                         
18914                                                                         
18915                                                                         </para></entry>
18916                                                         </row>
18917                                                 
18918                                                         <row>
18919                                                                 <entry>creator</entry>
18920                                                                 <entry>bigint</entry>
18921                                                                 <entry><para>
18922                                                                         
18923                                                                         
18924                                                                                 NOT NULL;
18925                                                                         
18926                                                                         
18927                                                                         
18928                                                                         </para></entry>
18929                                                         </row>
18930                                                 
18931                                                         <row>
18932                                                                 <entry>create_date</entry>
18933                                                                 <entry>timestamp with time zone</entry>
18934                                                                 <entry><para>
18935                                                                         
18936                                                                         
18937                                                                         
18938                                                                         
18939                                                                         </para></entry>
18940                                                         </row>
18941                                                 
18942                                                         <row>
18943                                                                 <entry>editor</entry>
18944                                                                 <entry>bigint</entry>
18945                                                                 <entry><para>
18946                                                                         
18947                                                                         
18948                                                                                 NOT NULL;
18949                                                                         
18950                                                                         
18951                                                                         
18952                                                                         </para></entry>
18953                                                         </row>
18954                                                 
18955                                                         <row>
18956                                                                 <entry>edit_date</entry>
18957                                                                 <entry>timestamp with time zone</entry>
18958                                                                 <entry><para>
18959                                                                         
18960                                                                         
18961                                                                         
18962                                                                         
18963                                                                         </para></entry>
18964                                                         </row>
18965                                                 
18966                                                         <row>
18967                                                                 <entry>record</entry>
18968                                                                 <entry>bigint</entry>
18969                                                                 <entry><para>
18970                                                                         
18971                                                                         
18972                                                                                 NOT NULL;
18973                                                                         
18974                                                                         
18975                                                                         
18976                                                                         </para></entry>
18977                                                         </row>
18978                                                 
18979                                                         <row>
18980                                                                 <entry>owning_lib</entry>
18981                                                                 <entry>integer</entry>
18982                                                                 <entry><para>
18983                                                                         
18984                                                                         
18985                                                                                 NOT NULL;
18986                                                                         
18987                                                                         
18988                                                                         
18989                                                                         </para></entry>
18990                                                         </row>
18991                                                 
18992                                                         <row>
18993                                                                 <entry>label</entry>
18994                                                                 <entry>text</entry>
18995                                                                 <entry><para>
18996                                                                         
18997                                                                         
18998                                                                                 NOT NULL;
18999                                                                         
19000                                                                         
19001                                                                         
19002                                                                         </para></entry>
19003                                                         </row>
19004                                                 
19005                                                         <row>
19006                                                                 <entry>deleted</entry>
19007                                                                 <entry>boolean</entry>
19008                                                                 <entry><para>
19009                                                                         
19010                                                                         
19011                                                                                 NOT NULL;
19012                                                                         
19013                                                                         
19014                                                                         
19015                                                                         </para></entry>
19016                                                         </row>
19017                                                 
19018                                                 </tbody>
19019                                         </tgroup>
19020                                 </informaltable>
19021                                 <para>
19022                                 
19023                                 
19024                                 
19025                                 
19026                 </para>
19027                 </simplesect>
19028                 
19029                 <simplesect id="auditor.view.asset-call-number-lifecycle" xreflabel="auditor.asset_call_number_lifecycle">              
19030                         <title>asset_call_number_lifecycle</title>
19031                         <informaltable>
19032                                 <tgroup cols="3">
19033                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
19034                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
19035                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
19036                                         <thead>
19037                                                 <row>
19038                                                         <entry>Field</entry>
19039                                                         <entry>Data Type</entry>
19040                                                         <entry>Constraints and References</entry>
19041                                                 </row>
19042                                                 </thead>
19043                                                 <tbody>
19044                                                 
19045                                                         <row>
19046                                                                 <entry>?column?</entry>
19047                                                                 <entry>bigint</entry>
19048                                                                 <entry><para>
19049                                                                         
19050                                                                         
19051                                                                         
19052                                                                         
19053                                                                         </para></entry>
19054                                                         </row>
19055                                                 
19056                                                         <row>
19057                                                                 <entry>audit_time</entry>
19058                                                                 <entry>timestamp with time zone</entry>
19059                                                                 <entry><para>
19060                                                                         
19061                                                                         
19062                                                                         
19063                                                                         
19064                                                                         </para></entry>
19065                                                         </row>
19066                                                 
19067                                                         <row>
19068                                                                 <entry>audit_action</entry>
19069                                                                 <entry>text</entry>
19070                                                                 <entry><para>
19071                                                                         
19072                                                                         
19073                                                                         
19074                                                                         
19075                                                                         </para></entry>
19076                                                         </row>
19077                                                 
19078                                                         <row>
19079                                                                 <entry>id</entry>
19080                                                                 <entry>bigint</entry>
19081                                                                 <entry><para>
19082                                                                         
19083                                                                         
19084                                                                         
19085                                                                         
19086                                                                         </para></entry>
19087                                                         </row>
19088                                                 
19089                                                         <row>
19090                                                                 <entry>creator</entry>
19091                                                                 <entry>bigint</entry>
19092                                                                 <entry><para>
19093                                                                         
19094                                                                         
19095                                                                         
19096                                                                         
19097                                                                         </para></entry>
19098                                                         </row>
19099                                                 
19100                                                         <row>
19101                                                                 <entry>create_date</entry>
19102                                                                 <entry>timestamp with time zone</entry>
19103                                                                 <entry><para>
19104                                                                         
19105                                                                         
19106                                                                         
19107                                                                         
19108                                                                         </para></entry>
19109                                                         </row>
19110                                                 
19111                                                         <row>
19112                                                                 <entry>editor</entry>
19113                                                                 <entry>bigint</entry>
19114                                                                 <entry><para>
19115                                                                         
19116                                                                         
19117                                                                         
19118                                                                         
19119                                                                         </para></entry>
19120                                                         </row>
19121                                                 
19122                                                         <row>
19123                                                                 <entry>edit_date</entry>
19124                                                                 <entry>timestamp with time zone</entry>
19125                                                                 <entry><para>
19126                                                                         
19127                                                                         
19128                                                                         
19129                                                                         
19130                                                                         </para></entry>
19131                                                         </row>
19132                                                 
19133                                                         <row>
19134                                                                 <entry>record</entry>
19135                                                                 <entry>bigint</entry>
19136                                                                 <entry><para>
19137                                                                         
19138                                                                         
19139                                                                         
19140                                                                         
19141                                                                         </para></entry>
19142                                                         </row>
19143                                                 
19144                                                         <row>
19145                                                                 <entry>owning_lib</entry>
19146                                                                 <entry>integer</entry>
19147                                                                 <entry><para>
19148                                                                         
19149                                                                         
19150                                                                         
19151                                                                         
19152                                                                         </para></entry>
19153                                                         </row>
19154                                                 
19155                                                         <row>
19156                                                                 <entry>label</entry>
19157                                                                 <entry>text</entry>
19158                                                                 <entry><para>
19159                                                                         
19160                                                                         
19161                                                                         
19162                                                                         
19163                                                                         </para></entry>
19164                                                         </row>
19165                                                 
19166                                                         <row>
19167                                                                 <entry>deleted</entry>
19168                                                                 <entry>boolean</entry>
19169                                                                 <entry><para>
19170                                                                         
19171                                                                         
19172                                                                         
19173                                                                         
19174                                                                         </para></entry>
19175                                                         </row>
19176                                                 
19177                                                 </tbody>
19178                                         </tgroup>
19179                                 </informaltable>
19180                                 <para>
19181                                 
19182                                 
19183                                 
19184                                 
19185                 </para>
19186                 </simplesect>
19187                 
19188                 <simplesect id="auditor.table.asset-copy-history" xreflabel="auditor.asset_copy_history">               
19189                         <title>asset_copy_history</title>
19190                         <informaltable>
19191                                 <tgroup cols="3">
19192                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
19193                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
19194                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
19195                                         <thead>
19196                                                 <row>
19197                                                         <entry>Field</entry>
19198                                                         <entry>Data Type</entry>
19199                                                         <entry>Constraints and References</entry>
19200                                                 </row>
19201                                                 </thead>
19202                                                 <tbody>
19203                                                 
19204                                                         <row>
19205                                                                 <entry>audit_id</entry>
19206                                                                 <entry>bigint</entry>
19207                                                                 <entry><para>
19208                                                                         
19209                                                                                 
19210                                                                                         PRIMARY KEY
19211                                                                                                                 
19212                                                                         
19213                                                                         
19214                                                                         
19215                                                                         
19216                                                                         
19217                                                                                 
19218                                                                         
19219                                                                         </para></entry>
19220                                                         </row>
19221                                                 
19222                                                         <row>
19223                                                                 <entry>audit_time</entry>
19224                                                                 <entry>timestamp with time zone</entry>
19225                                                                 <entry><para>
19226                                                                         
19227                                                                         
19228                                                                                 NOT NULL;
19229                                                                         
19230                                                                         
19231                                                                         
19232                                                                         </para></entry>
19233                                                         </row>
19234                                                 
19235                                                         <row>
19236                                                                 <entry>audit_action</entry>
19237                                                                 <entry>text</entry>
19238                                                                 <entry><para>
19239                                                                         
19240                                                                         
19241                                                                                 NOT NULL;
19242                                                                         
19243                                                                         
19244                                                                         
19245                                                                         </para></entry>
19246                                                         </row>
19247                                                 
19248                                                         <row>
19249                                                                 <entry>id</entry>
19250                                                                 <entry>bigint</entry>
19251                                                                 <entry><para>
19252                                                                         
19253                                                                         
19254                                                                                 NOT NULL;
19255                                                                         
19256                                                                         
19257                                                                         
19258                                                                         </para></entry>
19259                                                         </row>
19260                                                 
19261                                                         <row>
19262                                                                 <entry>circ_lib</entry>
19263                                                                 <entry>integer</entry>
19264                                                                 <entry><para>
19265                                                                         
19266                                                                         
19267                                                                                 NOT NULL;
19268                                                                         
19269                                                                         
19270                                                                         
19271                                                                         </para></entry>
19272                                                         </row>
19273                                                 
19274                                                         <row>
19275                                                                 <entry>creator</entry>
19276                                                                 <entry>bigint</entry>
19277                                                                 <entry><para>
19278                                                                         
19279                                                                         
19280                                                                                 NOT NULL;
19281                                                                         
19282                                                                         
19283                                                                         
19284                                                                         </para></entry>
19285                                                         </row>
19286                                                 
19287                                                         <row>
19288                                                                 <entry>call_number</entry>
19289                                                                 <entry>bigint</entry>
19290                                                                 <entry><para>
19291                                                                         
19292                                                                         
19293                                                                                 NOT NULL;
19294                                                                         
19295                                                                         
19296                                                                         
19297                                                                         </para></entry>
19298                                                         </row>
19299                                                 
19300                                                         <row>
19301                                                                 <entry>editor</entry>
19302                                                                 <entry>bigint</entry>
19303                                                                 <entry><para>
19304                                                                         
19305                                                                         
19306                                                                                 NOT NULL;
19307                                                                         
19308                                                                         
19309                                                                         
19310                                                                         </para></entry>
19311                                                         </row>
19312                                                 
19313                                                         <row>
19314                                                                 <entry>create_date</entry>
19315                                                                 <entry>timestamp with time zone</entry>
19316                                                                 <entry><para>
19317                                                                         
19318                                                                         
19319                                                                         
19320                                                                         
19321                                                                         </para></entry>
19322                                                         </row>
19323                                                 
19324                                                         <row>
19325                                                                 <entry>edit_date</entry>
19326                                                                 <entry>timestamp with time zone</entry>
19327                                                                 <entry><para>
19328                                                                         
19329                                                                         
19330                                                                         
19331                                                                         
19332                                                                         </para></entry>
19333                                                         </row>
19334                                                 
19335                                                         <row>
19336                                                                 <entry>copy_number</entry>
19337                                                                 <entry>integer</entry>
19338                                                                 <entry><para>
19339                                                                         
19340                                                                         
19341                                                                         
19342                                                                         
19343                                                                         </para></entry>
19344                                                         </row>
19345                                                 
19346                                                         <row>
19347                                                                 <entry>status</entry>
19348                                                                 <entry>integer</entry>
19349                                                                 <entry><para>
19350                                                                         
19351                                                                         
19352                                                                                 NOT NULL;
19353                                                                         
19354                                                                         
19355                                                                         
19356                                                                         </para></entry>
19357                                                         </row>
19358                                                 
19359                                                         <row>
19360                                                                 <entry>location</entry>
19361                                                                 <entry>integer</entry>
19362                                                                 <entry><para>
19363                                                                         
19364                                                                         
19365                                                                                 NOT NULL;
19366                                                                         
19367                                                                         
19368                                                                         
19369                                                                         </para></entry>
19370                                                         </row>
19371                                                 
19372                                                         <row>
19373                                                                 <entry>loan_duration</entry>
19374                                                                 <entry>integer</entry>
19375                                                                 <entry><para>
19376                                                                         
19377                                                                         
19378                                                                                 NOT NULL;
19379                                                                         
19380                                                                         
19381                                                                         
19382                                                                         </para></entry>
19383                                                         </row>
19384                                                 
19385                                                         <row>
19386                                                                 <entry>fine_level</entry>
19387                                                                 <entry>integer</entry>
19388                                                                 <entry><para>
19389                                                                         
19390                                                                         
19391                                                                                 NOT NULL;
19392                                                                         
19393                                                                         
19394                                                                         
19395                                                                         </para></entry>
19396                                                         </row>
19397                                                 
19398                                                         <row>
19399                                                                 <entry>age_protect</entry>
19400                                                                 <entry>integer</entry>
19401                                                                 <entry><para>
19402                                                                         
19403                                                                         
19404                                                                         
19405                                                                         
19406                                                                         </para></entry>
19407                                                         </row>
19408                                                 
19409                                                         <row>
19410                                                                 <entry>circulate</entry>
19411                                                                 <entry>boolean</entry>
19412                                                                 <entry><para>
19413                                                                         
19414                                                                         
19415                                                                                 NOT NULL;
19416                                                                         
19417                                                                         
19418                                                                         
19419                                                                         </para></entry>
19420                                                         </row>
19421                                                 
19422                                                         <row>
19423                                                                 <entry>deposit</entry>
19424                                                                 <entry>boolean</entry>
19425                                                                 <entry><para>
19426                                                                         
19427                                                                         
19428                                                                                 NOT NULL;
19429                                                                         
19430                                                                         
19431                                                                         
19432                                                                         </para></entry>
19433                                                         </row>
19434                                                 
19435                                                         <row>
19436                                                                 <entry>ref</entry>
19437                                                                 <entry>boolean</entry>
19438                                                                 <entry><para>
19439                                                                         
19440                                                                         
19441                                                                                 NOT NULL;
19442                                                                         
19443                                                                         
19444                                                                         
19445                                                                         </para></entry>
19446                                                         </row>
19447                                                 
19448                                                         <row>
19449                                                                 <entry>holdable</entry>
19450                                                                 <entry>boolean</entry>
19451                                                                 <entry><para>
19452                                                                         
19453                                                                         
19454                                                                                 NOT NULL;
19455                                                                         
19456                                                                         
19457                                                                         
19458                                                                         </para></entry>
19459                                                         </row>
19460                                                 
19461                                                         <row>
19462                                                                 <entry>deposit_amount</entry>
19463                                                                 <entry>numeric(6,2)</entry>
19464                                                                 <entry><para>
19465                                                                         
19466                                                                         
19467                                                                                 NOT NULL;
19468                                                                         
19469                                                                         
19470                                                                         
19471                                                                         </para></entry>
19472                                                         </row>
19473                                                 
19474                                                         <row>
19475                                                                 <entry>price</entry>
19476                                                                 <entry>numeric(8,2)</entry>
19477                                                                 <entry><para>
19478                                                                         
19479                                                                         
19480                                                                         
19481                                                                         
19482                                                                         </para></entry>
19483                                                         </row>
19484                                                 
19485                                                         <row>
19486                                                                 <entry>barcode</entry>
19487                                                                 <entry>text</entry>
19488                                                                 <entry><para>
19489                                                                         
19490                                                                         
19491                                                                                 NOT NULL;
19492                                                                         
19493                                                                         
19494                                                                         
19495                                                                         </para></entry>
19496                                                         </row>
19497                                                 
19498                                                         <row>
19499                                                                 <entry>circ_modifier</entry>
19500                                                                 <entry>text</entry>
19501                                                                 <entry><para>
19502                                                                         
19503                                                                         
19504                                                                         
19505                                                                         
19506                                                                         </para></entry>
19507                                                         </row>
19508                                                 
19509                                                         <row>
19510                                                                 <entry>circ_as_type</entry>
19511                                                                 <entry>text</entry>
19512                                                                 <entry><para>
19513                                                                         
19514                                                                         
19515                                                                         
19516                                                                         
19517                                                                         </para></entry>
19518                                                         </row>
19519                                                 
19520                                                         <row>
19521                                                                 <entry>dummy_title</entry>
19522                                                                 <entry>text</entry>
19523                                                                 <entry><para>
19524                                                                         
19525                                                                         
19526                                                                         
19527                                                                         
19528                                                                         </para></entry>
19529                                                         </row>
19530                                                 
19531                                                         <row>
19532                                                                 <entry>dummy_author</entry>
19533                                                                 <entry>text</entry>
19534                                                                 <entry><para>
19535                                                                         
19536                                                                         
19537                                                                         
19538                                                                         
19539                                                                         </para></entry>
19540                                                         </row>
19541                                                 
19542                                                         <row>
19543                                                                 <entry>alert_message</entry>
19544                                                                 <entry>text</entry>
19545                                                                 <entry><para>
19546                                                                         
19547                                                                         
19548                                                                         
19549                                                                         
19550                                                                         </para></entry>
19551                                                         </row>
19552                                                 
19553                                                         <row>
19554                                                                 <entry>opac_visible</entry>
19555                                                                 <entry>boolean</entry>
19556                                                                 <entry><para>
19557                                                                         
19558                                                                         
19559                                                                                 NOT NULL;
19560                                                                         
19561                                                                         
19562                                                                         
19563                                                                         </para></entry>
19564                                                         </row>
19565                                                 
19566                                                         <row>
19567                                                                 <entry>deleted</entry>
19568                                                                 <entry>boolean</entry>
19569                                                                 <entry><para>
19570                                                                         
19571                                                                         
19572                                                                                 NOT NULL;
19573                                                                         
19574                                                                         
19575                                                                         
19576                                                                         </para></entry>
19577                                                         </row>
19578                                                 
19579                                                 </tbody>
19580                                         </tgroup>
19581                                 </informaltable>
19582                                 <para>
19583                                 
19584                                 
19585                                 
19586                                 
19587                 </para>
19588                 </simplesect>
19589                 
19590                 <simplesect id="auditor.view.asset-copy-lifecycle" xreflabel="auditor.asset_copy_lifecycle">            
19591                         <title>asset_copy_lifecycle</title>
19592                         <informaltable>
19593                                 <tgroup cols="3">
19594                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
19595                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
19596                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
19597                                         <thead>
19598                                                 <row>
19599                                                         <entry>Field</entry>
19600                                                         <entry>Data Type</entry>
19601                                                         <entry>Constraints and References</entry>
19602                                                 </row>
19603                                                 </thead>
19604                                                 <tbody>
19605                                                 
19606                                                         <row>
19607                                                                 <entry>?column?</entry>
19608                                                                 <entry>bigint</entry>
19609                                                                 <entry><para>
19610                                                                         
19611                                                                         
19612                                                                         
19613                                                                         
19614                                                                         </para></entry>
19615                                                         </row>
19616                                                 
19617                                                         <row>
19618                                                                 <entry>audit_time</entry>
19619                                                                 <entry>timestamp with time zone</entry>
19620                                                                 <entry><para>
19621                                                                         
19622                                                                         
19623                                                                         
19624                                                                         
19625                                                                         </para></entry>
19626                                                         </row>
19627                                                 
19628                                                         <row>
19629                                                                 <entry>audit_action</entry>
19630                                                                 <entry>text</entry>
19631                                                                 <entry><para>
19632                                                                         
19633                                                                         
19634                                                                         
19635                                                                         
19636                                                                         </para></entry>
19637                                                         </row>
19638                                                 
19639                                                         <row>
19640                                                                 <entry>id</entry>
19641                                                                 <entry>bigint</entry>
19642                                                                 <entry><para>
19643                                                                         
19644                                                                         
19645                                                                         
19646                                                                         
19647                                                                         </para></entry>
19648                                                         </row>
19649                                                 
19650                                                         <row>
19651                                                                 <entry>circ_lib</entry>
19652                                                                 <entry>integer</entry>
19653                                                                 <entry><para>
19654                                                                         
19655                                                                         
19656                                                                         
19657                                                                         
19658                                                                         </para></entry>
19659                                                         </row>
19660                                                 
19661                                                         <row>
19662                                                                 <entry>creator</entry>
19663                                                                 <entry>bigint</entry>
19664                                                                 <entry><para>
19665                                                                         
19666                                                                         
19667                                                                         
19668                                                                         
19669                                                                         </para></entry>
19670                                                         </row>
19671                                                 
19672                                                         <row>
19673                                                                 <entry>call_number</entry>
19674                                                                 <entry>bigint</entry>
19675                                                                 <entry><para>
19676                                                                         
19677                                                                         
19678                                                                         
19679                                                                         
19680                                                                         </para></entry>
19681                                                         </row>
19682                                                 
19683                                                         <row>
19684                                                                 <entry>editor</entry>
19685                                                                 <entry>bigint</entry>
19686                                                                 <entry><para>
19687                                                                         
19688                                                                         
19689                                                                         
19690                                                                         
19691                                                                         </para></entry>
19692                                                         </row>
19693                                                 
19694                                                         <row>
19695                                                                 <entry>create_date</entry>
19696                                                                 <entry>timestamp with time zone</entry>
19697                                                                 <entry><para>
19698                                                                         
19699                                                                         
19700                                                                         
19701                                                                         
19702                                                                         </para></entry>
19703                                                         </row>
19704                                                 
19705                                                         <row>
19706                                                                 <entry>edit_date</entry>
19707                                                                 <entry>timestamp with time zone</entry>
19708                                                                 <entry><para>
19709                                                                         
19710                                                                         
19711                                                                         
19712                                                                         
19713                                                                         </para></entry>
19714                                                         </row>
19715                                                 
19716                                                         <row>
19717                                                                 <entry>copy_number</entry>
19718                                                                 <entry>integer</entry>
19719                                                                 <entry><para>
19720                                                                         
19721                                                                         
19722                                                                         
19723                                                                         
19724                                                                         </para></entry>
19725                                                         </row>
19726                                                 
19727                                                         <row>
19728                                                                 <entry>status</entry>
19729                                                                 <entry>integer</entry>
19730                                                                 <entry><para>
19731                                                                         
19732                                                                         
19733                                                                         
19734                                                                         
19735                                                                         </para></entry>
19736                                                         </row>
19737                                                 
19738                                                         <row>
19739                                                                 <entry>location</entry>
19740                                                                 <entry>integer</entry>
19741                                                                 <entry><para>
19742                                                                         
19743                                                                         
19744                                                                         
19745                                                                         
19746                                                                         </para></entry>
19747                                                         </row>
19748                                                 
19749                                                         <row>
19750                                                                 <entry>loan_duration</entry>
19751                                                                 <entry>integer</entry>
19752                                                                 <entry><para>
19753                                                                         
19754                                                                         
19755                                                                         
19756                                                                         
19757                                                                         </para></entry>
19758                                                         </row>
19759                                                 
19760                                                         <row>
19761                                                                 <entry>fine_level</entry>
19762                                                                 <entry>integer</entry>
19763                                                                 <entry><para>
19764                                                                         
19765                                                                         
19766                                                                         
19767                                                                         
19768                                                                         </para></entry>
19769                                                         </row>
19770                                                 
19771                                                         <row>
19772                                                                 <entry>age_protect</entry>
19773                                                                 <entry>integer</entry>
19774                                                                 <entry><para>
19775                                                                         
19776                                                                         
19777                                                                         
19778                                                                         
19779                                                                         </para></entry>
19780                                                         </row>
19781                                                 
19782                                                         <row>
19783                                                                 <entry>circulate</entry>
19784                                                                 <entry>boolean</entry>
19785                                                                 <entry><para>
19786                                                                         
19787                                                                         
19788                                                                         
19789                                                                         
19790                                                                         </para></entry>
19791                                                         </row>
19792                                                 
19793                                                         <row>
19794                                                                 <entry>deposit</entry>
19795                                                                 <entry>boolean</entry>
19796                                                                 <entry><para>
19797                                                                         
19798                                                                         
19799                                                                         
19800                                                                         
19801                                                                         </para></entry>
19802                                                         </row>
19803                                                 
19804                                                         <row>
19805                                                                 <entry>ref</entry>
19806                                                                 <entry>boolean</entry>
19807                                                                 <entry><para>
19808                                                                         
19809                                                                         
19810                                                                         
19811                                                                         
19812                                                                         </para></entry>
19813                                                         </row>
19814                                                 
19815                                                         <row>
19816                                                                 <entry>holdable</entry>
19817                                                                 <entry>boolean</entry>
19818                                                                 <entry><para>
19819                                                                         
19820                                                                         
19821                                                                         
19822                                                                         
19823                                                                         </para></entry>
19824                                                         </row>
19825                                                 
19826                                                         <row>
19827                                                                 <entry>deposit_amount</entry>
19828                                                                 <entry>numeric(6,2)</entry>
19829                                                                 <entry><para>
19830                                                                         
19831                                                                         
19832                                                                         
19833                                                                         
19834                                                                         </para></entry>
19835                                                         </row>
19836                                                 
19837                                                         <row>
19838                                                                 <entry>price</entry>
19839                                                                 <entry>numeric(8,2)</entry>
19840                                                                 <entry><para>
19841                                                                         
19842                                                                         
19843                                                                         
19844                                                                         
19845                                                                         </para></entry>
19846                                                         </row>
19847                                                 
19848                                                         <row>
19849                                                                 <entry>barcode</entry>
19850                                                                 <entry>text</entry>
19851                                                                 <entry><para>
19852                                                                         
19853                                                                         
19854                                                                         
19855                                                                         
19856                                                                         </para></entry>
19857                                                         </row>
19858                                                 
19859                                                         <row>
19860                                                                 <entry>circ_modifier</entry>
19861                                                                 <entry>text</entry>
19862                                                                 <entry><para>
19863                                                                         
19864                                                                         
19865                                                                         
19866                                                                         
19867                                                                         </para></entry>
19868                                                         </row>
19869                                                 
19870                                                         <row>
19871                                                                 <entry>circ_as_type</entry>
19872                                                                 <entry>text</entry>
19873                                                                 <entry><para>
19874                                                                         
19875                                                                         
19876                                                                         
19877                                                                         
19878                                                                         </para></entry>
19879                                                         </row>
19880                                                 
19881                                                         <row>
19882                                                                 <entry>dummy_title</entry>
19883                                                                 <entry>text</entry>
19884                                                                 <entry><para>
19885                                                                         
19886                                                                         
19887                                                                         
19888                                                                         
19889                                                                         </para></entry>
19890                                                         </row>
19891                                                 
19892                                                         <row>
19893                                                                 <entry>dummy_author</entry>
19894                                                                 <entry>text</entry>
19895                                                                 <entry><para>
19896                                                                         
19897                                                                         
19898                                                                         
19899                                                                         
19900                                                                         </para></entry>
19901                                                         </row>
19902                                                 
19903                                                         <row>
19904                                                                 <entry>alert_message</entry>
19905                                                                 <entry>text</entry>
19906                                                                 <entry><para>
19907                                                                         
19908                                                                         
19909                                                                         
19910                                                                         
19911                                                                         </para></entry>
19912                                                         </row>
19913                                                 
19914                                                         <row>
19915                                                                 <entry>opac_visible</entry>
19916                                                                 <entry>boolean</entry>
19917                                                                 <entry><para>
19918                                                                         
19919                                                                         
19920                                                                         
19921                                                                         
19922                                                                         </para></entry>
19923                                                         </row>
19924                                                 
19925                                                         <row>
19926                                                                 <entry>deleted</entry>
19927                                                                 <entry>boolean</entry>
19928                                                                 <entry><para>
19929                                                                         
19930                                                                         
19931                                                                         
19932                                                                         
19933                                                                         </para></entry>
19934                                                         </row>
19935                                                 
19936                                                 </tbody>
19937                                         </tgroup>
19938                                 </informaltable>
19939                                 <para>
19940                                 
19941                                 
19942                                 
19943                                 
19944                 </para>
19945                 </simplesect>
19946                 
19947                 <simplesect id="auditor.table.biblio-record-entry-history" xreflabel="auditor.biblio_record_entry_history">             
19948                         <title>biblio_record_entry_history</title>
19949                         <informaltable>
19950                                 <tgroup cols="3">
19951                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
19952                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
19953                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
19954                                         <thead>
19955                                                 <row>
19956                                                         <entry>Field</entry>
19957                                                         <entry>Data Type</entry>
19958                                                         <entry>Constraints and References</entry>
19959                                                 </row>
19960                                                 </thead>
19961                                                 <tbody>
19962                                                 
19963                                                         <row>
19964                                                                 <entry>audit_id</entry>
19965                                                                 <entry>bigint</entry>
19966                                                                 <entry><para>
19967                                                                         
19968                                                                                 
19969                                                                                         PRIMARY KEY
19970                                                                                                                 
19971                                                                         
19972                                                                         
19973                                                                         
19974                                                                         
19975                                                                         
19976                                                                                 
19977                                                                         
19978                                                                         </para></entry>
19979                                                         </row>
19980                                                 
19981                                                         <row>
19982                                                                 <entry>audit_time</entry>
19983                                                                 <entry>timestamp with time zone</entry>
19984                                                                 <entry><para>
19985                                                                         
19986                                                                         
19987                                                                                 NOT NULL;
19988                                                                         
19989                                                                         
19990                                                                         
19991                                                                         </para></entry>
19992                                                         </row>
19993                                                 
19994                                                         <row>
19995                                                                 <entry>audit_action</entry>
19996                                                                 <entry>text</entry>
19997                                                                 <entry><para>
19998                                                                         
19999                                                                         
20000                                                                                 NOT NULL;
20001                                                                         
20002                                                                         
20003                                                                         
20004                                                                         </para></entry>
20005                                                         </row>
20006                                                 
20007                                                         <row>
20008                                                                 <entry>id</entry>
20009                                                                 <entry>bigint</entry>
20010                                                                 <entry><para>
20011                                                                         
20012                                                                         
20013                                                                                 NOT NULL;
20014                                                                         
20015                                                                         
20016                                                                         
20017                                                                         </para></entry>
20018                                                         </row>
20019                                                 
20020                                                         <row>
20021                                                                 <entry>creator</entry>
20022                                                                 <entry>integer</entry>
20023                                                                 <entry><para>
20024                                                                         
20025                                                                         
20026                                                                                 NOT NULL;
20027                                                                         
20028                                                                         
20029                                                                         
20030                                                                         </para></entry>
20031                                                         </row>
20032                                                 
20033                                                         <row>
20034                                                                 <entry>editor</entry>
20035                                                                 <entry>integer</entry>
20036                                                                 <entry><para>
20037                                                                         
20038                                                                         
20039                                                                                 NOT NULL;
20040                                                                         
20041                                                                         
20042                                                                         
20043                                                                         </para></entry>
20044                                                         </row>
20045                                                 
20046                                                         <row>
20047                                                                 <entry>source</entry>
20048                                                                 <entry>integer</entry>
20049                                                                 <entry><para>
20050                                                                         
20051                                                                         
20052                                                                         
20053                                                                         
20054                                                                         </para></entry>
20055                                                         </row>
20056                                                 
20057                                                         <row>
20058                                                                 <entry>quality</entry>
20059                                                                 <entry>integer</entry>
20060                                                                 <entry><para>
20061                                                                         
20062                                                                         
20063                                                                         
20064                                                                         
20065                                                                         </para></entry>
20066                                                         </row>
20067                                                 
20068                                                         <row>
20069                                                                 <entry>create_date</entry>
20070                                                                 <entry>timestamp with time zone</entry>
20071                                                                 <entry><para>
20072                                                                         
20073                                                                         
20074                                                                                 NOT NULL;
20075                                                                         
20076                                                                         
20077                                                                         
20078                                                                         </para></entry>
20079                                                         </row>
20080                                                 
20081                                                         <row>
20082                                                                 <entry>edit_date</entry>
20083                                                                 <entry>timestamp with time zone</entry>
20084                                                                 <entry><para>
20085                                                                         
20086                                                                         
20087                                                                                 NOT NULL;
20088                                                                         
20089                                                                         
20090                                                                         
20091                                                                         </para></entry>
20092                                                         </row>
20093                                                 
20094                                                         <row>
20095                                                                 <entry>active</entry>
20096                                                                 <entry>boolean</entry>
20097                                                                 <entry><para>
20098                                                                         
20099                                                                         
20100                                                                                 NOT NULL;
20101                                                                         
20102                                                                         
20103                                                                         
20104                                                                         </para></entry>
20105                                                         </row>
20106                                                 
20107                                                         <row>
20108                                                                 <entry>deleted</entry>
20109                                                                 <entry>boolean</entry>
20110                                                                 <entry><para>
20111                                                                         
20112                                                                         
20113                                                                                 NOT NULL;
20114                                                                         
20115                                                                         
20116                                                                         
20117                                                                         </para></entry>
20118                                                         </row>
20119                                                 
20120                                                         <row>
20121                                                                 <entry>fingerprint</entry>
20122                                                                 <entry>text</entry>
20123                                                                 <entry><para>
20124                                                                         
20125                                                                         
20126                                                                         
20127                                                                         
20128                                                                         </para></entry>
20129                                                         </row>
20130                                                 
20131                                                         <row>
20132                                                                 <entry>tcn_source</entry>
20133                                                                 <entry>text</entry>
20134                                                                 <entry><para>
20135                                                                         
20136                                                                         
20137                                                                                 NOT NULL;
20138                                                                         
20139                                                                         
20140                                                                         
20141                                                                         </para></entry>
20142                                                         </row>
20143                                                 
20144                                                         <row>
20145                                                                 <entry>tcn_value</entry>
20146                                                                 <entry>text</entry>
20147                                                                 <entry><para>
20148                                                                         
20149                                                                         
20150                                                                                 NOT NULL;
20151                                                                         
20152                                                                         
20153                                                                         
20154                                                                         </para></entry>
20155                                                         </row>
20156                                                 
20157                                                         <row>
20158                                                                 <entry>marc</entry>
20159                                                                 <entry>text</entry>
20160                                                                 <entry><para>
20161                                                                         
20162                                                                         
20163                                                                                 NOT NULL;
20164                                                                         
20165                                                                         
20166                                                                         
20167                                                                         </para></entry>
20168                                                         </row>
20169                                                 
20170                                                         <row>
20171                                                                 <entry>last_xact_id</entry>
20172                                                                 <entry>text</entry>
20173                                                                 <entry><para>
20174                                                                         
20175                                                                         
20176                                                                                 NOT NULL;
20177                                                                         
20178                                                                         
20179                                                                         
20180                                                                         </para></entry>
20181                                                         </row>
20182                                                 
20183                                                 </tbody>
20184                                         </tgroup>
20185                                 </informaltable>
20186                                 <para>
20187                                 
20188                                 
20189                                 
20190                                 
20191                 </para>
20192                 </simplesect>
20193                 
20194                 <simplesect id="auditor.view.biblio-record-entry-lifecycle" xreflabel="auditor.biblio_record_entry_lifecycle">          
20195                         <title>biblio_record_entry_lifecycle</title>
20196                         <informaltable>
20197                                 <tgroup cols="3">
20198                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
20199                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
20200                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
20201                                         <thead>
20202                                                 <row>
20203                                                         <entry>Field</entry>
20204                                                         <entry>Data Type</entry>
20205                                                         <entry>Constraints and References</entry>
20206                                                 </row>
20207                                                 </thead>
20208                                                 <tbody>
20209                                                 
20210                                                         <row>
20211                                                                 <entry>?column?</entry>
20212                                                                 <entry>bigint</entry>
20213                                                                 <entry><para>
20214                                                                         
20215                                                                         
20216                                                                         
20217                                                                         
20218                                                                         </para></entry>
20219                                                         </row>
20220                                                 
20221                                                         <row>
20222                                                                 <entry>audit_time</entry>
20223                                                                 <entry>timestamp with time zone</entry>
20224                                                                 <entry><para>
20225                                                                         
20226                                                                         
20227                                                                         
20228                                                                         
20229                                                                         </para></entry>
20230                                                         </row>
20231                                                 
20232                                                         <row>
20233                                                                 <entry>audit_action</entry>
20234                                                                 <entry>text</entry>
20235                                                                 <entry><para>
20236                                                                         
20237                                                                         
20238                                                                         
20239                                                                         
20240                                                                         </para></entry>
20241                                                         </row>
20242                                                 
20243                                                         <row>
20244                                                                 <entry>id</entry>
20245                                                                 <entry>bigint</entry>
20246                                                                 <entry><para>
20247                                                                         
20248                                                                         
20249                                                                         
20250                                                                         
20251                                                                         </para></entry>
20252                                                         </row>
20253                                                 
20254                                                         <row>
20255                                                                 <entry>creator</entry>
20256                                                                 <entry>integer</entry>
20257                                                                 <entry><para>
20258                                                                         
20259                                                                         
20260                                                                         
20261                                                                         
20262                                                                         </para></entry>
20263                                                         </row>
20264                                                 
20265                                                         <row>
20266                                                                 <entry>editor</entry>
20267                                                                 <entry>integer</entry>
20268                                                                 <entry><para>
20269                                                                         
20270                                                                         
20271                                                                         
20272                                                                         
20273                                                                         </para></entry>
20274                                                         </row>
20275                                                 
20276                                                         <row>
20277                                                                 <entry>source</entry>
20278                                                                 <entry>integer</entry>
20279                                                                 <entry><para>
20280                                                                         
20281                                                                         
20282                                                                         
20283                                                                         
20284                                                                         </para></entry>
20285                                                         </row>
20286                                                 
20287                                                         <row>
20288                                                                 <entry>quality</entry>
20289                                                                 <entry>integer</entry>
20290                                                                 <entry><para>
20291                                                                         
20292                                                                         
20293                                                                         
20294                                                                         
20295                                                                         </para></entry>
20296                                                         </row>
20297                                                 
20298                                                         <row>
20299                                                                 <entry>create_date</entry>
20300                                                                 <entry>timestamp with time zone</entry>
20301                                                                 <entry><para>
20302                                                                         
20303                                                                         
20304                                                                         
20305                                                                         
20306                                                                         </para></entry>
20307                                                         </row>
20308                                                 
20309                                                         <row>
20310                                                                 <entry>edit_date</entry>
20311                                                                 <entry>timestamp with time zone</entry>
20312                                                                 <entry><para>
20313                                                                         
20314                                                                         
20315                                                                         
20316                                                                         
20317                                                                         </para></entry>
20318                                                         </row>
20319                                                 
20320                                                         <row>
20321                                                                 <entry>active</entry>
20322                                                                 <entry>boolean</entry>
20323                                                                 <entry><para>
20324                                                                         
20325                                                                         
20326                                                                         
20327                                                                         
20328                                                                         </para></entry>
20329                                                         </row>
20330                                                 
20331                                                         <row>
20332                                                                 <entry>deleted</entry>
20333                                                                 <entry>boolean</entry>
20334                                                                 <entry><para>
20335                                                                         
20336                                                                         
20337                                                                         
20338                                                                         
20339                                                                         </para></entry>
20340                                                         </row>
20341                                                 
20342                                                         <row>
20343                                                                 <entry>fingerprint</entry>
20344                                                                 <entry>text</entry>
20345                                                                 <entry><para>
20346                                                                         
20347                                                                         
20348                                                                         
20349                                                                         
20350                                                                         </para></entry>
20351                                                         </row>
20352                                                 
20353                                                         <row>
20354                                                                 <entry>tcn_source</entry>
20355                                                                 <entry>text</entry>
20356                                                                 <entry><para>
20357                                                                         
20358                                                                         
20359                                                                         
20360                                                                         
20361                                                                         </para></entry>
20362                                                         </row>
20363                                                 
20364                                                         <row>
20365                                                                 <entry>tcn_value</entry>
20366                                                                 <entry>text</entry>
20367                                                                 <entry><para>
20368                                                                         
20369                                                                         
20370                                                                         
20371                                                                         
20372                                                                         </para></entry>
20373                                                         </row>
20374                                                 
20375                                                         <row>
20376                                                                 <entry>marc</entry>
20377                                                                 <entry>text</entry>
20378                                                                 <entry><para>
20379                                                                         
20380                                                                         
20381                                                                         
20382                                                                         
20383                                                                         </para></entry>
20384                                                         </row>
20385                                                 
20386                                                         <row>
20387                                                                 <entry>last_xact_id</entry>
20388                                                                 <entry>text</entry>
20389                                                                 <entry><para>
20390                                                                         
20391                                                                         
20392                                                                         
20393                                                                         
20394                                                                         </para></entry>
20395                                                         </row>
20396                                                 
20397                                                 </tbody>
20398                                         </tgroup>
20399                                 </informaltable>
20400                                 <para>
20401                                 
20402                                 
20403                                 
20404                                 
20405                 </para>
20406                 </simplesect>
20407                 
20408         </section>
20409         
20410         <section id="authority.schema">
20411                 <title>Schema authority</title>
20412                 
20413                 <simplesect id="authority.table.full-rec" xreflabel="authority.full_rec">               
20414                         <title>full_rec</title>
20415                         <informaltable>
20416                                 <tgroup cols="3">
20417                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
20418                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
20419                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
20420                                         <thead>
20421                                                 <row>
20422                                                         <entry>Field</entry>
20423                                                         <entry>Data Type</entry>
20424                                                         <entry>Constraints and References</entry>
20425                                                 </row>
20426                                                 </thead>
20427                                                 <tbody>
20428                                                 
20429                                                         <row>
20430                                                                 <entry>id</entry>
20431                                                                 <entry>bigserial</entry>
20432                                                                 <entry><para>
20433                                                                         
20434                                                                                 
20435                                                                                         PRIMARY KEY
20436                                                                                                                 
20437                                                                         
20438                                                                         
20439                                                                         
20440                                                                         
20441                                                                         
20442                                                                                 
20443                                                                         
20444                                                                         </para></entry>
20445                                                         </row>
20446                                                 
20447                                                         <row>
20448                                                                 <entry>record</entry>
20449                                                                 <entry>bigint</entry>
20450                                                                 <entry><para>
20451                                                                         
20452                                                                         
20453                                                                                 NOT NULL;
20454                                                                         
20455                                                                         
20456                                                                         
20457                                                                         </para></entry>
20458                                                         </row>
20459                                                 
20460                                                         <row>
20461                                                                 <entry>tag</entry>
20462                                                                 <entry>character(3)</entry>
20463                                                                 <entry><para>
20464                                                                         
20465                                                                         
20466                                                                                 NOT NULL;
20467                                                                         
20468                                                                         
20469                                                                         
20470                                                                         </para></entry>
20471                                                         </row>
20472                                                 
20473                                                         <row>
20474                                                                 <entry>ind1</entry>
20475                                                                 <entry>text</entry>
20476                                                                 <entry><para>
20477                                                                         
20478                                                                         
20479                                                                         
20480                                                                         
20481                                                                         </para></entry>
20482                                                         </row>
20483                                                 
20484                                                         <row>
20485                                                                 <entry>ind2</entry>
20486                                                                 <entry>text</entry>
20487                                                                 <entry><para>
20488                                                                         
20489                                                                         
20490                                                                         
20491                                                                         
20492                                                                         </para></entry>
20493                                                         </row>
20494                                                 
20495                                                         <row>
20496                                                                 <entry>subfield</entry>
20497                                                                 <entry>text</entry>
20498                                                                 <entry><para>
20499                                                                         
20500                                                                         
20501                                                                         
20502                                                                         
20503                                                                         </para></entry>
20504                                                         </row>
20505                                                 
20506                                                         <row>
20507                                                                 <entry>value</entry>
20508                                                                 <entry>text</entry>
20509                                                                 <entry><para>
20510                                                                         
20511                                                                         
20512                                                                                 NOT NULL;
20513                                                                         
20514                                                                         
20515                                                                         
20516                                                                         </para></entry>
20517                                                         </row>
20518                                                 
20519                                                         <row>
20520                                                                 <entry>index_vector</entry>
20521                                                                 <entry>public.tsvector</entry>
20522                                                                 <entry><para>
20523                                                                         
20524                                                                         
20525                                                                                 NOT NULL;
20526                                                                         
20527                                                                         
20528                                                                         
20529                                                                         </para></entry>
20530                                                         </row>
20531                                                 
20532                                                 </tbody>
20533                                         </tgroup>
20534                                 </informaltable>
20535                                 <para>
20536                                 
20537                                 
20538                                 
20539                                 
20540                 </para>
20541                 </simplesect>
20542                 
20543                 <simplesect id="authority.table.rec-descriptor" xreflabel="authority.rec_descriptor">           
20544                         <title>rec_descriptor</title>
20545                         <informaltable>
20546                                 <tgroup cols="3">
20547                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
20548                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
20549                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
20550                                         <thead>
20551                                                 <row>
20552                                                         <entry>Field</entry>
20553                                                         <entry>Data Type</entry>
20554                                                         <entry>Constraints and References</entry>
20555                                                 </row>
20556                                                 </thead>
20557                                                 <tbody>
20558                                                 
20559                                                         <row>
20560                                                                 <entry>id</entry>
20561                                                                 <entry>bigserial</entry>
20562                                                                 <entry><para>
20563                                                                         
20564                                                                                 
20565                                                                                         PRIMARY KEY
20566                                                                                                                 
20567                                                                         
20568                                                                         
20569                                                                         
20570                                                                         
20571                                                                         
20572                                                                                 
20573                                                                         
20574                                                                         </para></entry>
20575                                                         </row>
20576                                                 
20577                                                         <row>
20578                                                                 <entry>record</entry>
20579                                                                 <entry>bigint</entry>
20580                                                                 <entry><para>
20581                                                                         
20582                                                                         
20583                                                                         
20584                                                                         
20585                                                                         </para></entry>
20586                                                         </row>
20587                                                 
20588                                                         <row>
20589                                                                 <entry>record_status</entry>
20590                                                                 <entry>text</entry>
20591                                                                 <entry><para>
20592                                                                         
20593                                                                         
20594                                                                         
20595                                                                         
20596                                                                         </para></entry>
20597                                                         </row>
20598                                                 
20599                                                         <row>
20600                                                                 <entry>char_encoding</entry>
20601                                                                 <entry>text</entry>
20602                                                                 <entry><para>
20603                                                                         
20604                                                                         
20605                                                                         
20606                                                                         
20607                                                                         </para></entry>
20608                                                         </row>
20609                                                 
20610                                                 </tbody>
20611                                         </tgroup>
20612                                 </informaltable>
20613                                 <para>
20614                                 
20615                                 
20616                                 
20617                                 
20618                 </para>
20619                 </simplesect>
20620                 
20621                 <simplesect id="authority.table.record-entry" xreflabel="authority.record_entry">               
20622                         <title>record_entry</title>
20623                         <informaltable>
20624                                 <tgroup cols="3">
20625                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
20626                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
20627                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
20628                                         <thead>
20629                                                 <row>
20630                                                         <entry>Field</entry>
20631                                                         <entry>Data Type</entry>
20632                                                         <entry>Constraints and References</entry>
20633                                                 </row>
20634                                                 </thead>
20635                                                 <tbody>
20636                                                 
20637                                                         <row>
20638                                                                 <entry>id</entry>
20639                                                                 <entry>bigserial</entry>
20640                                                                 <entry><para>
20641                                                                         
20642                                                                                 
20643                                                                                         PRIMARY KEY
20644                                                                                                                 
20645                                                                         
20646                                                                         
20647                                                                         
20648                                                                         
20649                                                                         
20650                                                                                 
20651                                                                         
20652                                                                         </para></entry>
20653                                                         </row>
20654                                                 
20655                                                         <row>
20656                                                                 <entry>arn_source</entry>
20657                                                                 <entry>text</entry>
20658                                                                 <entry><para>
20659                                                                         
20660                                                                         
20661                                                                                 NOT NULL;
20662                                                                         
20663                                                                         
20664                                                                                 DEFAULT &apos;AUTOGEN&apos;::text;
20665                                                                         
20666                                                                         
20667                                                                         </para></entry>
20668                                                         </row>
20669                                                 
20670                                                         <row>
20671                                                                 <entry>arn_value</entry>
20672                                                                 <entry>text</entry>
20673                                                                 <entry><para>
20674                                                                         
20675                                                                         
20676                                                                                 NOT NULL;
20677                                                                         
20678                                                                         
20679                                                                         
20680                                                                         </para></entry>
20681                                                         </row>
20682                                                 
20683                                                         <row>
20684                                                                 <entry>creator</entry>
20685                                                                 <entry>integer</entry>
20686                                                                 <entry><para>
20687                                                                         
20688                                                                         
20689                                                                                 NOT NULL;
20690                                                                         
20691                                                                         
20692                                                                                 DEFAULT 1;
20693                                                                         
20694                                                                         
20695                                                                         </para></entry>
20696                                                         </row>
20697                                                 
20698                                                         <row>
20699                                                                 <entry>editor</entry>
20700                                                                 <entry>integer</entry>
20701                                                                 <entry><para>
20702                                                                         
20703                                                                         
20704                                                                                 NOT NULL;
20705                                                                         
20706                                                                         
20707                                                                                 DEFAULT 1;
20708                                                                         
20709                                                                         
20710                                                                         </para></entry>
20711                                                         </row>
20712                                                 
20713                                                         <row>
20714                                                                 <entry>create_date</entry>
20715                                                                 <entry>timestamp with time zone</entry>
20716                                                                 <entry><para>
20717                                                                         
20718                                                                         
20719                                                                                 NOT NULL;
20720                                                                         
20721                                                                         
20722                                                                                 DEFAULT now();
20723                                                                         
20724                                                                         
20725                                                                         </para></entry>
20726                                                         </row>
20727                                                 
20728                                                         <row>
20729                                                                 <entry>edit_date</entry>
20730                                                                 <entry>timestamp with time zone</entry>
20731                                                                 <entry><para>
20732                                                                         
20733                                                                         
20734                                                                                 NOT NULL;
20735                                                                         
20736                                                                         
20737                                                                                 DEFAULT now();
20738                                                                         
20739                                                                         
20740                                                                         </para></entry>
20741                                                         </row>
20742                                                 
20743                                                         <row>
20744                                                                 <entry>active</entry>
20745                                                                 <entry>boolean</entry>
20746                                                                 <entry><para>
20747                                                                         
20748                                                                         
20749                                                                                 NOT NULL;
20750                                                                         
20751                                                                         
20752                                                                                 DEFAULT true;
20753                                                                         
20754                                                                         
20755                                                                         </para></entry>
20756                                                         </row>
20757                                                 
20758                                                         <row>
20759                                                                 <entry>deleted</entry>
20760                                                                 <entry>boolean</entry>
20761                                                                 <entry><para>
20762                                                                         
20763                                                                         
20764                                                                                 NOT NULL;
20765                                                                         
20766                                                                         
20767                                                                                 DEFAULT false;
20768                                                                         
20769                                                                         
20770                                                                         </para></entry>
20771                                                         </row>
20772                                                 
20773                                                         <row>
20774                                                                 <entry>source</entry>
20775                                                                 <entry>integer</entry>
20776                                                                 <entry><para>
20777                                                                         
20778                                                                         
20779                                                                         
20780                                                                         
20781                                                                         </para></entry>
20782                                                         </row>
20783                                                 
20784                                                         <row>
20785                                                                 <entry>marc</entry>
20786                                                                 <entry>text</entry>
20787                                                                 <entry><para>
20788                                                                         
20789                                                                         
20790                                                                                 NOT NULL;
20791                                                                         
20792                                                                         
20793                                                                         
20794                                                                         </para></entry>
20795                                                         </row>
20796                                                 
20797                                                         <row>
20798                                                                 <entry>last_xact_id</entry>
20799                                                                 <entry>text</entry>
20800                                                                 <entry><para>
20801                                                                         
20802                                                                         
20803                                                                                 NOT NULL;
20804                                                                         
20805                                                                         
20806                                                                         
20807                                                                         </para></entry>
20808                                                         </row>
20809                                                 
20810                                                 </tbody>
20811                                         </tgroup>
20812                                 </informaltable>
20813                                 <para>
20814                                 
20815                                 
20816                                 
20817                                         <itemizedlist>
20818                                                 <title>
20819                                                         Tables referencing authority.record_note via Foreign Key Constraints
20820                                                 </title>
20821                                 
20822                                                         <listitem>
20823                                                                 <para><xref linkend="authority.table.record-note"/></para>
20824                                                         </listitem>
20825                                                         
20826                                 
20827                                 
20828                                                         <listitem>
20829                                                                 <para><xref linkend="vandelay.table.authority-match"/></para>
20830                                                         </listitem>
20831                                                         
20832                                 
20833                                 
20834                                                         <listitem>
20835                                                                 <para><xref linkend="vandelay.table.queued-authority-record"/></para>
20836                                                         </listitem>
20837                                                         
20838                                         </itemizedlist>
20839                                 
20840                                 
20841                                 
20842                                 
20843                 </para>
20844                 </simplesect>
20845                 
20846                 <simplesect id="authority.table.record-note" xreflabel="authority.record_note">         
20847                         <title>record_note</title>
20848                         <informaltable>
20849                                 <tgroup cols="3">
20850                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
20851                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
20852                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
20853                                         <thead>
20854                                                 <row>
20855                                                         <entry>Field</entry>
20856                                                         <entry>Data Type</entry>
20857                                                         <entry>Constraints and References</entry>
20858                                                 </row>
20859                                                 </thead>
20860                                                 <tbody>
20861                                                 
20862                                                         <row>
20863                                                                 <entry>id</entry>
20864                                                                 <entry>bigserial</entry>
20865                                                                 <entry><para>
20866                                                                         
20867                                                                                 
20868                                                                                         PRIMARY KEY
20869                                                                                                                 
20870                                                                         
20871                                                                         
20872                                                                         
20873                                                                         
20874                                                                         
20875                                                                                 
20876                                                                         
20877                                                                         </para></entry>
20878                                                         </row>
20879                                                 
20880                                                         <row>
20881                                                                 <entry>record</entry>
20882                                                                 <entry>bigint</entry>
20883                                                                 <entry><para>
20884                                                                         
20885                                                                                                                 
20886                                                                         
20887                                                                         
20888                                                                         
20889                                                                                 NOT NULL;
20890                                                                         
20891                                                                         
20892                                                                         
20893                                                                                 
20894                                                                                 <xref linkend="authority.table.record-entry"/>
20895                                                                                 
20896                                                                         
20897                                                                         </para></entry>
20898                                                         </row>
20899                                                 
20900                                                         <row>
20901                                                                 <entry>value</entry>
20902                                                                 <entry>text</entry>
20903                                                                 <entry><para>
20904                                                                         
20905                                                                         
20906                                                                                 NOT NULL;
20907                                                                         
20908                                                                         
20909                                                                         
20910                                                                         </para></entry>
20911                                                         </row>
20912                                                 
20913                                                         <row>
20914                                                                 <entry>creator</entry>
20915                                                                 <entry>integer</entry>
20916                                                                 <entry><para>
20917                                                                         
20918                                                                         
20919                                                                                 NOT NULL;
20920                                                                         
20921                                                                         
20922                                                                                 DEFAULT 1;
20923                                                                         
20924                                                                         
20925                                                                         </para></entry>
20926                                                         </row>
20927                                                 
20928                                                         <row>
20929                                                                 <entry>editor</entry>
20930                                                                 <entry>integer</entry>
20931                                                                 <entry><para>
20932                                                                         
20933                                                                         
20934                                                                                 NOT NULL;
20935                                                                         
20936                                                                         
20937                                                                                 DEFAULT 1;
20938                                                                         
20939                                                                         
20940                                                                         </para></entry>
20941                                                         </row>
20942                                                 
20943                                                         <row>
20944                                                                 <entry>create_date</entry>
20945                                                                 <entry>timestamp with time zone</entry>
20946                                                                 <entry><para>
20947                                                                         
20948                                                                         
20949                                                                                 NOT NULL;
20950                                                                         
20951                                                                         
20952                                                                                 DEFAULT now();
20953                                                                         
20954                                                                         
20955                                                                         </para></entry>
20956                                                         </row>
20957                                                 
20958                                                         <row>
20959                                                                 <entry>edit_date</entry>
20960                                                                 <entry>timestamp with time zone</entry>
20961                                                                 <entry><para>
20962                                                                         
20963                                                                         
20964                                                                                 NOT NULL;
20965                                                                         
20966                                                                         
20967                                                                                 DEFAULT now();
20968                                                                         
20969                                                                         
20970                                                                         </para></entry>
20971                                                         </row>
20972                                                 
20973                                                 </tbody>
20974                                         </tgroup>
20975                                 </informaltable>
20976                                 <para>
20977                                 
20978                                 
20979                                 
20980                                 
20981                 </para>
20982                 </simplesect>
20983                 
20984                 <simplesect id="authority.view.tracing-links" xreflabel="authority.tracing_links">              
20985                         <title>tracing_links</title>
20986                         <informaltable>
20987                                 <tgroup cols="3">
20988                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
20989                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
20990                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
20991                                         <thead>
20992                                                 <row>
20993                                                         <entry>Field</entry>
20994                                                         <entry>Data Type</entry>
20995                                                         <entry>Constraints and References</entry>
20996                                                 </row>
20997                                                 </thead>
20998                                                 <tbody>
20999                                                 
21000                                                         <row>
21001                                                                 <entry>record</entry>
21002                                                                 <entry>bigint</entry>
21003                                                                 <entry><para>
21004                                                                         
21005                                                                         
21006                                                                         
21007                                                                         
21008                                                                         </para></entry>
21009                                                         </row>
21010                                                 
21011                                                         <row>
21012                                                                 <entry>main_id</entry>
21013                                                                 <entry>bigint</entry>
21014                                                                 <entry><para>
21015                                                                         
21016                                                                         
21017                                                                         
21018                                                                         
21019                                                                         </para></entry>
21020                                                         </row>
21021                                                 
21022                                                         <row>
21023                                                                 <entry>main_tag</entry>
21024                                                                 <entry>character(3)</entry>
21025                                                                 <entry><para>
21026                                                                         
21027                                                                         
21028                                                                         
21029                                                                         
21030                                                                         </para></entry>
21031                                                         </row>
21032                                                 
21033                                                         <row>
21034                                                                 <entry>main_value</entry>
21035                                                                 <entry>text</entry>
21036                                                                 <entry><para>
21037                                                                         
21038                                                                         
21039                                                                         
21040                                                                         
21041                                                                         </para></entry>
21042                                                         </row>
21043                                                 
21044                                                         <row>
21045                                                                 <entry>relationship</entry>
21046                                                                 <entry>text</entry>
21047                                                                 <entry><para>
21048                                                                         
21049                                                                         
21050                                                                         
21051                                                                         
21052                                                                         </para></entry>
21053                                                         </row>
21054                                                 
21055                                                         <row>
21056                                                                 <entry>use_restriction</entry>
21057                                                                 <entry>text</entry>
21058                                                                 <entry><para>
21059                                                                         
21060                                                                         
21061                                                                         
21062                                                                         
21063                                                                         </para></entry>
21064                                                         </row>
21065                                                 
21066                                                         <row>
21067                                                                 <entry>deprecation</entry>
21068                                                                 <entry>text</entry>
21069                                                                 <entry><para>
21070                                                                         
21071                                                                         
21072                                                                         
21073                                                                         
21074                                                                         </para></entry>
21075                                                         </row>
21076                                                 
21077                                                         <row>
21078                                                                 <entry>display_restriction</entry>
21079                                                                 <entry>text</entry>
21080                                                                 <entry><para>
21081                                                                         
21082                                                                         
21083                                                                         
21084                                                                         
21085                                                                         </para></entry>
21086                                                         </row>
21087                                                 
21088                                                         <row>
21089                                                                 <entry>link_id</entry>
21090                                                                 <entry>bigint</entry>
21091                                                                 <entry><para>
21092                                                                         
21093                                                                         
21094                                                                         
21095                                                                         
21096                                                                         </para></entry>
21097                                                         </row>
21098                                                 
21099                                                         <row>
21100                                                                 <entry>link_tag</entry>
21101                                                                 <entry>character(3)</entry>
21102                                                                 <entry><para>
21103                                                                         
21104                                                                         
21105                                                                         
21106                                                                         
21107                                                                         </para></entry>
21108                                                         </row>
21109                                                 
21110                                                         <row>
21111                                                                 <entry>link_value</entry>
21112                                                                 <entry>text</entry>
21113                                                                 <entry><para>
21114                                                                         
21115                                                                         
21116                                                                         
21117                                                                         
21118                                                                         </para></entry>
21119                                                         </row>
21120                                                 
21121                                                 </tbody>
21122                                         </tgroup>
21123                                 </informaltable>
21124                                 <para>
21125                                 
21126                                 
21127                                 
21128                                 
21129                 </para>
21130                 </simplesect>
21131                 
21132         </section>
21133         
21134         <section id="biblio.schema">
21135                 <title>Schema biblio</title>
21136                 
21137                 <simplesect id="biblio.table.record-entry" xreflabel="biblio.record_entry">             
21138                         <title>record_entry</title>
21139                         <informaltable>
21140                                 <tgroup cols="3">
21141                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
21142                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
21143                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
21144                                         <thead>
21145                                                 <row>
21146                                                         <entry>Field</entry>
21147                                                         <entry>Data Type</entry>
21148                                                         <entry>Constraints and References</entry>
21149                                                 </row>
21150                                                 </thead>
21151                                                 <tbody>
21152                                                 
21153                                                         <row>
21154                                                                 <entry>id</entry>
21155                                                                 <entry>bigserial</entry>
21156                                                                 <entry><para>
21157                                                                         
21158                                                                                 
21159                                                                                         PRIMARY KEY
21160                                                                                                                 
21161                                                                         
21162                                                                         
21163                                                                         
21164                                                                         
21165                                                                         
21166                                                                                 
21167                                                                         
21168                                                                         </para></entry>
21169                                                         </row>
21170                                                 
21171                                                         <row>
21172                                                                 <entry>creator</entry>
21173                                                                 <entry>integer</entry>
21174                                                                 <entry><para>
21175                                                                         
21176                                                                                                                 
21177                                                                         
21178                                                                         
21179                                                                         
21180                                                                                 NOT NULL;
21181                                                                         
21182                                                                         
21183                                                                                 DEFAULT 1;
21184                                                                         
21185                                                                         
21186                                                                                 
21187                                                                                 <xref linkend="actor.table.usr"/>
21188                                                                                 
21189                                                                         
21190                                                                         </para></entry>
21191                                                         </row>
21192                                                 
21193                                                         <row>
21194                                                                 <entry>editor</entry>
21195                                                                 <entry>integer</entry>
21196                                                                 <entry><para>
21197                                                                         
21198                                                                                                                 
21199                                                                         
21200                                                                         
21201                                                                         
21202                                                                                 NOT NULL;
21203                                                                         
21204                                                                         
21205                                                                                 DEFAULT 1;
21206                                                                         
21207                                                                         
21208                                                                                 
21209                                                                                 <xref linkend="actor.table.usr"/>
21210                                                                                 
21211                                                                         
21212                                                                         </para></entry>
21213                                                         </row>
21214                                                 
21215                                                         <row>
21216                                                                 <entry>source</entry>
21217                                                                 <entry>integer</entry>
21218                                                                 <entry><para>
21219                                                                         
21220                                                                         
21221                                                                         
21222                                                                         
21223                                                                         </para></entry>
21224                                                         </row>
21225                                                 
21226                                                         <row>
21227                                                                 <entry>quality</entry>
21228                                                                 <entry>integer</entry>
21229                                                                 <entry><para>
21230                                                                         
21231                                                                         
21232                                                                         
21233                                                                         
21234                                                                         </para></entry>
21235                                                         </row>
21236                                                 
21237                                                         <row>
21238                                                                 <entry>create_date</entry>
21239                                                                 <entry>timestamp with time zone</entry>
21240                                                                 <entry><para>
21241                                                                         
21242                                                                         
21243                                                                                 NOT NULL;
21244                                                                         
21245                                                                         
21246                                                                                 DEFAULT now();
21247                                                                         
21248                                                                         
21249                                                                         </para></entry>
21250                                                         </row>
21251                                                 
21252                                                         <row>
21253                                                                 <entry>edit_date</entry>
21254                                                                 <entry>timestamp with time zone</entry>
21255                                                                 <entry><para>
21256                                                                         
21257                                                                         
21258                                                                                 NOT NULL;
21259                                                                         
21260                                                                         
21261                                                                                 DEFAULT now();
21262                                                                         
21263                                                                         
21264                                                                         </para></entry>
21265                                                         </row>
21266                                                 
21267                                                         <row>
21268                                                                 <entry>active</entry>
21269                                                                 <entry>boolean</entry>
21270                                                                 <entry><para>
21271                                                                         
21272                                                                         
21273                                                                                 NOT NULL;
21274                                                                         
21275                                                                         
21276                                                                                 DEFAULT true;
21277                                                                         
21278                                                                         
21279                                                                         </para></entry>
21280                                                         </row>
21281                                                 
21282                                                         <row>
21283                                                                 <entry>deleted</entry>
21284                                                                 <entry>boolean</entry>
21285                                                                 <entry><para>
21286                                                                         
21287                                                                         
21288                                                                                 NOT NULL;
21289                                                                         
21290                                                                         
21291                                                                                 DEFAULT false;
21292                                                                         
21293                                                                         
21294                                                                         </para></entry>
21295                                                         </row>
21296                                                 
21297                                                         <row>
21298                                                                 <entry>fingerprint</entry>
21299                                                                 <entry>text</entry>
21300                                                                 <entry><para>
21301                                                                         
21302                                                                         
21303                                                                         
21304                                                                         
21305                                                                         </para></entry>
21306                                                         </row>
21307                                                 
21308                                                         <row>
21309                                                                 <entry>tcn_source</entry>
21310                                                                 <entry>text</entry>
21311                                                                 <entry><para>
21312                                                                         
21313                                                                         
21314                                                                                 NOT NULL;
21315                                                                         
21316                                                                         
21317                                                                                 DEFAULT &apos;AUTOGEN&apos;::text;
21318                                                                         
21319                                                                         
21320                                                                         </para></entry>
21321                                                         </row>
21322                                                 
21323                                                         <row>
21324                                                                 <entry>tcn_value</entry>
21325                                                                 <entry>text</entry>
21326                                                                 <entry><para>
21327                                                                         
21328                                                                         
21329                                                                                 NOT NULL;
21330                                                                         
21331                                                                         
21332                                                                                 DEFAULT next_autogen_tcn_value();
21333                                                                         
21334                                                                         
21335                                                                         </para></entry>
21336                                                         </row>
21337                                                 
21338                                                         <row>
21339                                                                 <entry>marc</entry>
21340                                                                 <entry>text</entry>
21341                                                                 <entry><para>
21342                                                                         
21343                                                                         
21344                                                                                 NOT NULL;
21345                                                                         
21346                                                                         
21347                                                                         
21348                                                                         </para></entry>
21349                                                         </row>
21350                                                 
21351                                                         <row>
21352                                                                 <entry>last_xact_id</entry>
21353                                                                 <entry>text</entry>
21354                                                                 <entry><para>
21355                                                                         
21356                                                                         
21357                                                                                 NOT NULL;
21358                                                                         
21359                                                                         
21360                                                                         
21361                                                                         </para></entry>
21362                                                         </row>
21363                                                 
21364                                                 </tbody>
21365                                         </tgroup>
21366                                 </informaltable>
21367                                 <para>
21368                                 
21369                                 
21370                                 
21371                                         <itemizedlist>
21372                                                 <title>
21373                                                         Tables referencing acq.lineitem via Foreign Key Constraints
21374                                                 </title>
21375                                 
21376                                                         <listitem>
21377                                                                 <para><xref linkend="acq.table.lineitem"/></para>
21378                                                         </listitem>
21379                                                         
21380                                 
21381                                 
21382                                                         <listitem>
21383                                                                 <para><xref linkend="asset.table.call-number"/></para>
21384                                                         </listitem>
21385                                                         
21386                                 
21387                                 
21388                                                         <listitem>
21389                                                                 <para><xref linkend="biblio.table.record-note"/></para>
21390                                                         </listitem>
21391                                                         
21392                                 
21393                                 
21394                                                         <listitem>
21395                                                                 <para><xref linkend="booking.table.resource-type"/></para>
21396                                                         </listitem>
21397                                                         
21398                                 
21399                                 
21400                                                         <listitem>
21401                                                                 <para><xref linkend="container.table.biblio-record-entry-bucket-item"/></para>
21402                                                         </listitem>
21403                                                         
21404                                 
21405                                 
21406                                                         <listitem>
21407                                                                 <para><xref linkend="metabib.table.author-field-entry"/></para>
21408                                                         </listitem>
21409                                                         
21410                                 
21411                                 
21412                                                         <listitem>
21413                                                                 <para><xref linkend="metabib.table.keyword-field-entry"/></para>
21414                                                         </listitem>
21415                                                         
21416                                 
21417                                 
21418                                                         <listitem>
21419                                                                 <para><xref linkend="metabib.table.metarecord"/></para>
21420                                                         </listitem>
21421                                                         
21422                                 
21423                                 
21424                                                         <listitem>
21425                                                                 <para><xref linkend="metabib.table.metarecord-source-map"/></para>
21426                                                         </listitem>
21427                                                         
21428                                 
21429                                 
21430                                                         <listitem>
21431                                                                 <para><xref linkend="metabib.table.real-full-rec"/></para>
21432                                                         </listitem>
21433                                                         
21434                                 
21435                                 
21436                                                         <listitem>
21437                                                                 <para><xref linkend="metabib.table.rec-descriptor"/></para>
21438                                                         </listitem>
21439                                                         
21440                                 
21441                                 
21442                                                         <listitem>
21443                                                                 <para><xref linkend="metabib.table.subject-field-entry"/></para>
21444                                                         </listitem>
21445                                                         
21446                                 
21447                                 
21448                                                         <listitem>
21449                                                                 <para><xref linkend="metabib.table.title-field-entry"/></para>
21450                                                         </listitem>
21451                                                         
21452                                 
21453                                 
21454                                                         <listitem>
21455                                                                 <para><xref linkend="serial.table.record-entry"/></para>
21456                                                         </listitem>
21457                                                         
21458                                 
21459                                 
21460                                                         <listitem>
21461                                                                 <para><xref linkend="vandelay.table.bib-match"/></para>
21462                                                         </listitem>
21463                                                         
21464                                 
21465                                 
21466                                                         <listitem>
21467                                                                 <para><xref linkend="vandelay.table.queued-bib-record"/></para>
21468                                                         </listitem>
21469                                                         
21470                                         </itemizedlist>
21471                                 
21472                                 
21473                                 
21474                                 
21475                 </para>
21476                 </simplesect>
21477                 
21478                 <simplesect id="biblio.table.record-note" xreflabel="biblio.record_note">               
21479                         <title>record_note</title>
21480                         <informaltable>
21481                                 <tgroup cols="3">
21482                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
21483                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
21484                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
21485                                         <thead>
21486                                                 <row>
21487                                                         <entry>Field</entry>
21488                                                         <entry>Data Type</entry>
21489                                                         <entry>Constraints and References</entry>
21490                                                 </row>
21491                                                 </thead>
21492                                                 <tbody>
21493                                                 
21494                                                         <row>
21495                                                                 <entry>id</entry>
21496                                                                 <entry>bigserial</entry>
21497                                                                 <entry><para>
21498                                                                         
21499                                                                                 
21500                                                                                         PRIMARY KEY
21501                                                                                                                 
21502                                                                         
21503                                                                         
21504                                                                         
21505                                                                         
21506                                                                         
21507                                                                                 
21508                                                                         
21509                                                                         </para></entry>
21510                                                         </row>
21511                                                 
21512                                                         <row>
21513                                                                 <entry>record</entry>
21514                                                                 <entry>bigint</entry>
21515                                                                 <entry><para>
21516                                                                         
21517                                                                                                                 
21518                                                                         
21519                                                                         
21520                                                                         
21521                                                                                 NOT NULL;
21522                                                                         
21523                                                                         
21524                                                                         
21525                                                                                 
21526                                                                                 <xref linkend="biblio.table.record-entry"/>
21527                                                                                 
21528                                                                         
21529                                                                         </para></entry>
21530                                                         </row>
21531                                                 
21532                                                         <row>
21533                                                                 <entry>value</entry>
21534                                                                 <entry>text</entry>
21535                                                                 <entry><para>
21536                                                                         
21537                                                                         
21538                                                                                 NOT NULL;
21539                                                                         
21540                                                                         
21541                                                                         
21542                                                                         </para></entry>
21543                                                         </row>
21544                                                 
21545                                                         <row>
21546                                                                 <entry>creator</entry>
21547                                                                 <entry>integer</entry>
21548                                                                 <entry><para>
21549                                                                         
21550                                                                                                                 
21551                                                                         
21552                                                                         
21553                                                                         
21554                                                                                 NOT NULL;
21555                                                                         
21556                                                                         
21557                                                                                 DEFAULT 1;
21558                                                                         
21559                                                                         
21560                                                                                 
21561                                                                                 <xref linkend="actor.table.usr"/>
21562                                                                                 
21563                                                                         
21564                                                                         </para></entry>
21565                                                         </row>
21566                                                 
21567                                                         <row>
21568                                                                 <entry>editor</entry>
21569                                                                 <entry>integer</entry>
21570                                                                 <entry><para>
21571                                                                         
21572                                                                                                                 
21573                                                                         
21574                                                                         
21575                                                                         
21576                                                                                 NOT NULL;
21577                                                                         
21578                                                                         
21579                                                                                 DEFAULT 1;
21580                                                                         
21581                                                                         
21582                                                                                 
21583                                                                                 <xref linkend="actor.table.usr"/>
21584                                                                                 
21585                                                                         
21586                                                                         </para></entry>
21587                                                         </row>
21588                                                 
21589                                                         <row>
21590                                                                 <entry>pub</entry>
21591                                                                 <entry>boolean</entry>
21592                                                                 <entry><para>
21593                                                                         
21594                                                                         
21595                                                                                 NOT NULL;
21596                                                                         
21597                                                                         
21598                                                                                 DEFAULT false;
21599                                                                         
21600                                                                         
21601                                                                         </para></entry>
21602                                                         </row>
21603                                                 
21604                                                         <row>
21605                                                                 <entry>create_date</entry>
21606                                                                 <entry>timestamp with time zone</entry>
21607                                                                 <entry><para>
21608                                                                         
21609                                                                         
21610                                                                                 NOT NULL;
21611                                                                         
21612                                                                         
21613                                                                                 DEFAULT now();
21614                                                                         
21615                                                                         
21616                                                                         </para></entry>
21617                                                         </row>
21618                                                 
21619                                                         <row>
21620                                                                 <entry>edit_date</entry>
21621                                                                 <entry>timestamp with time zone</entry>
21622                                                                 <entry><para>
21623                                                                         
21624                                                                         
21625                                                                                 NOT NULL;
21626                                                                         
21627                                                                         
21628                                                                                 DEFAULT now();
21629                                                                         
21630                                                                         
21631                                                                         </para></entry>
21632                                                         </row>
21633                                                 
21634                                                 </tbody>
21635                                         </tgroup>
21636                                 </informaltable>
21637                                 <para>
21638                                 
21639                                 
21640                                 
21641                                 
21642                 </para>
21643                 </simplesect>
21644                 
21645         </section>
21646         
21647         <section id="booking.schema">
21648                 <title>Schema booking</title>
21649                 
21650                 <simplesect id="booking.table.reservation" xreflabel="booking.reservation">             
21651                         <title>reservation</title>
21652                         <informaltable>
21653                                 <tgroup cols="3">
21654                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
21655                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
21656                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
21657                                         <thead>
21658                                                 <row>
21659                                                         <entry>Field</entry>
21660                                                         <entry>Data Type</entry>
21661                                                         <entry>Constraints and References</entry>
21662                                                 </row>
21663                                                 </thead>
21664                                                 <tbody>
21665                                                 
21666                                                         <row>
21667                                                                 <entry>id</entry>
21668                                                                 <entry>bigint</entry>
21669                                                                 <entry><para>
21670                                                                         
21671                                                                                 
21672                                                                                         PRIMARY KEY
21673                                                                                                                 
21674                                                                         
21675                                                                         
21676                                                                         
21677                                                                         
21678                                                                                 DEFAULT nextval(&apos;money.billable_xact_id_seq&apos;::regclass);
21679                                                                         
21680                                                                         
21681                                                                                 
21682                                                                         
21683                                                                         </para></entry>
21684                                                         </row>
21685                                                 
21686                                                         <row>
21687                                                                 <entry>usr</entry>
21688                                                                 <entry>integer</entry>
21689                                                                 <entry><para>
21690                                                                         
21691                                                                                                                 
21692                                                                         
21693                                                                         
21694                                                                         
21695                                                                                 NOT NULL;
21696                                                                         
21697                                                                         
21698                                                                         
21699                                                                                 
21700                                                                                 <xref linkend="actor.table.usr"/>
21701                                                                                 
21702                                                                         
21703                                                                         </para></entry>
21704                                                         </row>
21705                                                 
21706                                                         <row>
21707                                                                 <entry>xact_start</entry>
21708                                                                 <entry>timestamp with time zone</entry>
21709                                                                 <entry><para>
21710                                                                         
21711                                                                         
21712                                                                                 NOT NULL;
21713                                                                         
21714                                                                         
21715                                                                                 DEFAULT now();
21716                                                                         
21717                                                                         
21718                                                                         </para></entry>
21719                                                         </row>
21720                                                 
21721                                                         <row>
21722                                                                 <entry>xact_finish</entry>
21723                                                                 <entry>timestamp with time zone</entry>
21724                                                                 <entry><para>
21725                                                                         
21726                                                                         
21727                                                                         
21728                                                                         
21729                                                                         </para></entry>
21730                                                         </row>
21731                                                 
21732                                                         <row>
21733                                                                 <entry>unrecovered</entry>
21734                                                                 <entry>boolean</entry>
21735                                                                 <entry><para>
21736                                                                         
21737                                                                         
21738                                                                         
21739                                                                         
21740                                                                         </para></entry>
21741                                                         </row>
21742                                                 
21743                                                         <row>
21744                                                                 <entry>request_time</entry>
21745                                                                 <entry>timestamp with time zone</entry>
21746                                                                 <entry><para>
21747                                                                         
21748                                                                         
21749                                                                                 NOT NULL;
21750                                                                         
21751                                                                         
21752                                                                                 DEFAULT now();
21753                                                                         
21754                                                                         
21755                                                                         </para></entry>
21756                                                         </row>
21757                                                 
21758                                                         <row>
21759                                                                 <entry>start_time</entry>
21760                                                                 <entry>timestamp with time zone</entry>
21761                                                                 <entry><para>
21762                                                                         
21763                                                                         
21764                                                                         
21765                                                                         
21766                                                                         </para></entry>
21767                                                         </row>
21768                                                 
21769                                                         <row>
21770                                                                 <entry>end_time</entry>
21771                                                                 <entry>timestamp with time zone</entry>
21772                                                                 <entry><para>
21773                                                                         
21774                                                                         
21775                                                                         
21776                                                                         
21777                                                                         </para></entry>
21778                                                         </row>
21779                                                 
21780                                                         <row>
21781                                                                 <entry>capture_time</entry>
21782                                                                 <entry>timestamp with time zone</entry>
21783                                                                 <entry><para>
21784                                                                         
21785                                                                         
21786                                                                         
21787                                                                         
21788                                                                         </para></entry>
21789                                                         </row>
21790                                                 
21791                                                         <row>
21792                                                                 <entry>cancel_time</entry>
21793                                                                 <entry>timestamp with time zone</entry>
21794                                                                 <entry><para>
21795                                                                         
21796                                                                         
21797                                                                         
21798                                                                         
21799                                                                         </para></entry>
21800                                                         </row>
21801                                                 
21802                                                         <row>
21803                                                                 <entry>pickup_time</entry>
21804                                                                 <entry>timestamp with time zone</entry>
21805                                                                 <entry><para>
21806                                                                         
21807                                                                         
21808                                                                         
21809                                                                         
21810                                                                         </para></entry>
21811                                                         </row>
21812                                                 
21813                                                         <row>
21814                                                                 <entry>return_time</entry>
21815                                                                 <entry>timestamp with time zone</entry>
21816                                                                 <entry><para>
21817                                                                         
21818                                                                         
21819                                                                         
21820                                                                         
21821                                                                         </para></entry>
21822                                                         </row>
21823                                                 
21824                                                         <row>
21825                                                                 <entry>booking_interval</entry>
21826                                                                 <entry>interval</entry>
21827                                                                 <entry><para>
21828                                                                         
21829                                                                         
21830                                                                         
21831                                                                         
21832                                                                         </para></entry>
21833                                                         </row>
21834                                                 
21835                                                         <row>
21836                                                                 <entry>fine_interval</entry>
21837                                                                 <entry>interval</entry>
21838                                                                 <entry><para>
21839                                                                         
21840                                                                         
21841                                                                         
21842                                                                         
21843                                                                         </para></entry>
21844                                                         </row>
21845                                                 
21846                                                         <row>
21847                                                                 <entry>fine_amount</entry>
21848                                                                 <entry>numeric(8,2)</entry>
21849                                                                 <entry><para>
21850                                                                         
21851                                                                         
21852                                                                         
21853                                                                         
21854                                                                         </para></entry>
21855                                                         </row>
21856                                                 
21857                                                         <row>
21858                                                                 <entry>target_resource_type</entry>
21859                                                                 <entry>integer</entry>
21860                                                                 <entry><para>
21861                                                                         
21862                                                                                                                 
21863                                                                         
21864                                                                         
21865                                                                         
21866                                                                                 NOT NULL;
21867                                                                         
21868                                                                         
21869                                                                         
21870                                                                                 
21871                                                                                 <xref linkend="booking.table.resource-type"/>
21872                                                                                 
21873                                                                         
21874                                                                         </para></entry>
21875                                                         </row>
21876                                                 
21877                                                         <row>
21878                                                                 <entry>target_resource</entry>
21879                                                                 <entry>integer</entry>
21880                                                                 <entry><para>
21881                                                                         
21882                                                                                                                 
21883                                                                         
21884                                                                         
21885                                                                         
21886                                                                         
21887                                                                         
21888                                                                                 
21889                                                                                 <xref linkend="booking.table.resource"/>
21890                                                                                 
21891                                                                         
21892                                                                         </para></entry>
21893                                                         </row>
21894                                                 
21895                                                         <row>
21896                                                                 <entry>current_resource</entry>
21897                                                                 <entry>integer</entry>
21898                                                                 <entry><para>
21899                                                                         
21900                                                                                                                 
21901                                                                         
21902                                                                         
21903                                                                         
21904                                                                         
21905                                                                         
21906                                                                                 
21907                                                                                 <xref linkend="booking.table.resource"/>
21908                                                                                 
21909                                                                         
21910                                                                         </para></entry>
21911                                                         </row>
21912                                                 
21913                                                         <row>
21914                                                                 <entry>request_lib</entry>
21915                                                                 <entry>integer</entry>
21916                                                                 <entry><para>
21917                                                                         
21918                                                                                                                 
21919                                                                         
21920                                                                         
21921                                                                         
21922                                                                                 NOT NULL;
21923                                                                         
21924                                                                         
21925                                                                         
21926                                                                                 
21927                                                                                 <xref linkend="actor.table.org-unit"/>
21928                                                                                 
21929                                                                         
21930                                                                         </para></entry>
21931                                                         </row>
21932                                                 
21933                                                         <row>
21934                                                                 <entry>pickup_lib</entry>
21935                                                                 <entry>integer</entry>
21936                                                                 <entry><para>
21937                                                                         
21938                                                                                                                 
21939                                                                         
21940                                                                         
21941                                                                         
21942                                                                         
21943                                                                         
21944                                                                                 
21945                                                                                 <xref linkend="actor.table.org-unit"/>
21946                                                                                 
21947                                                                         
21948                                                                         </para></entry>
21949                                                         </row>
21950                                                 
21951                                                         <row>
21952                                                                 <entry>capture_staff</entry>
21953                                                                 <entry>integer</entry>
21954                                                                 <entry><para>
21955                                                                         
21956                                                                                                                 
21957                                                                         
21958                                                                         
21959                                                                         
21960                                                                         
21961                                                                         
21962                                                                                 
21963                                                                                 <xref linkend="actor.table.usr"/>
21964                                                                                 
21965                                                                         
21966                                                                         </para></entry>
21967                                                         </row>
21968                                                 
21969                                                         <row>
21970                                                                 <entry>max_fine</entry>
21971                                                                 <entry>numeric(8,2)</entry>
21972                                                                 <entry><para>
21973                                                                         
21974                                                                         
21975                                                                         
21976                                                                         
21977                                                                         </para></entry>
21978                                                         </row>
21979                                                 
21980                                                 </tbody>
21981                                         </tgroup>
21982                                 </informaltable>
21983                                 <para>
21984                                 
21985                                 
21986                                 
21987                                         <itemizedlist>
21988                                                 <title>
21989                                                         Tables referencing action.reservation_transit_copy via Foreign Key Constraints
21990                                                 </title>
21991                                 
21992                                                         <listitem>
21993                                                                 <para><xref linkend="action.table.reservation-transit-copy"/></para>
21994                                                         </listitem>
21995                                                         
21996                                 
21997                                 
21998                                                         <listitem>
21999                                                                 <para><xref linkend="booking.table.reservation-attr-value-map"/></para>
22000                                                         </listitem>
22001                                                         
22002                                         </itemizedlist>
22003                                 
22004                                 
22005                                 
22006                                 
22007                 </para>
22008                 </simplesect>
22009                 
22010                 <simplesect id="booking.table.reservation-attr-value-map" xreflabel="booking.reservation_attr_value_map">               
22011                         <title>reservation_attr_value_map</title>
22012                         <informaltable>
22013                                 <tgroup cols="3">
22014                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
22015                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
22016                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
22017                                         <thead>
22018                                                 <row>
22019                                                         <entry>Field</entry>
22020                                                         <entry>Data Type</entry>
22021                                                         <entry>Constraints and References</entry>
22022                                                 </row>
22023                                                 </thead>
22024                                                 <tbody>
22025                                                 
22026                                                         <row>
22027                                                                 <entry>id</entry>
22028                                                                 <entry>serial</entry>
22029                                                                 <entry><para>
22030                                                                         
22031                                                                                 
22032                                                                                         PRIMARY KEY
22033                                                                                                                 
22034                                                                         
22035                                                                         
22036                                                                         
22037                                                                         
22038                                                                         
22039                                                                                 
22040                                                                         
22041                                                                         </para></entry>
22042                                                         </row>
22043                                                 
22044                                                         <row>
22045                                                                 <entry>reservation</entry>
22046                                                                 <entry>integer</entry>
22047                                                                 <entry><para>
22048                                                                         
22049                                                                                                                 
22050                                                                         
22051                                                                                 UNIQUE#1
22052                                                                                 ;
22053                                                                                 
22054                                                                         
22055                                                                                                                 
22056                                                                         
22057                                                                         
22058                                                                         
22059                                                                                 NOT NULL;
22060                                                                         
22061                                                                         
22062                                                                         
22063                                                                                 
22064                                                                         
22065                                                                                 
22066                                                                                 <xref linkend="booking.table.reservation"/>
22067                                                                                 
22068                                                                         
22069                                                                         </para></entry>
22070                                                         </row>
22071                                                 
22072                                                         <row>
22073                                                                 <entry>attr_value</entry>
22074                                                                 <entry>integer</entry>
22075                                                                 <entry><para>
22076                                                                         
22077                                                                                                                 
22078                                                                         
22079                                                                                 UNIQUE#1
22080                                                                                 ;
22081                                                                                 
22082                                                                         
22083                                                                                                                 
22084                                                                         
22085                                                                         
22086                                                                         
22087                                                                                 NOT NULL;
22088                                                                         
22089                                                                         
22090                                                                         
22091                                                                                 
22092                                                                         
22093                                                                                 
22094                                                                                 <xref linkend="booking.table.resource-attr-value"/>
22095                                                                                 
22096                                                                         
22097                                                                         </para></entry>
22098                                                         </row>
22099                                                 
22100                                                 </tbody>
22101                                         </tgroup>
22102                                 </informaltable>
22103                                 <para>
22104                                 
22105                                 
22106                                 
22107                                 
22108                 </para>
22109                 </simplesect>
22110                 
22111                 <simplesect id="booking.table.resource" xreflabel="booking.resource">           
22112                         <title>resource</title>
22113                         <informaltable>
22114                                 <tgroup cols="3">
22115                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
22116                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
22117                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
22118                                         <thead>
22119                                                 <row>
22120                                                         <entry>Field</entry>
22121                                                         <entry>Data Type</entry>
22122                                                         <entry>Constraints and References</entry>
22123                                                 </row>
22124                                                 </thead>
22125                                                 <tbody>
22126                                                 
22127                                                         <row>
22128                                                                 <entry>id</entry>
22129                                                                 <entry>serial</entry>
22130                                                                 <entry><para>
22131                                                                         
22132                                                                                 
22133                                                                                         PRIMARY KEY
22134                                                                                                                 
22135                                                                         
22136                                                                         
22137                                                                         
22138                                                                         
22139                                                                         
22140                                                                                 
22141                                                                         
22142                                                                         </para></entry>
22143                                                         </row>
22144                                                 
22145                                                         <row>
22146                                                                 <entry>owner</entry>
22147                                                                 <entry>integer</entry>
22148                                                                 <entry><para>
22149                                                                         
22150                                                                                                                 
22151                                                                         
22152                                                                                 UNIQUE#1
22153                                                                                 ;
22154                                                                                 
22155                                                                         
22156                                                                                                                 
22157                                                                         
22158                                                                         
22159                                                                         
22160                                                                                 NOT NULL;
22161                                                                         
22162                                                                         
22163                                                                         
22164                                                                                 
22165                                                                         
22166                                                                                 
22167                                                                                 <xref linkend="actor.table.org-unit"/>
22168                                                                                 
22169                                                                         
22170                                                                         </para></entry>
22171                                                         </row>
22172                                                 
22173                                                         <row>
22174                                                                 <entry>type</entry>
22175                                                                 <entry>integer</entry>
22176                                                                 <entry><para>
22177                                                                         
22178                                                                                                                 
22179                                                                         
22180                                                                         
22181                                                                         
22182                                                                                 NOT NULL;
22183                                                                         
22184                                                                         
22185                                                                         
22186                                                                                 
22187                                                                                 <xref linkend="booking.table.resource-type"/>
22188                                                                                 
22189                                                                         
22190                                                                         </para></entry>
22191                                                         </row>
22192                                                 
22193                                                         <row>
22194                                                                 <entry>overbook</entry>
22195                                                                 <entry>boolean</entry>
22196                                                                 <entry><para>
22197                                                                         
22198                                                                         
22199                                                                                 NOT NULL;
22200                                                                         
22201                                                                         
22202                                                                                 DEFAULT false;
22203                                                                         
22204                                                                         
22205                                                                         </para></entry>
22206                                                         </row>
22207                                                 
22208                                                         <row>
22209                                                                 <entry>barcode</entry>
22210                                                                 <entry>text</entry>
22211                                                                 <entry><para>
22212                                                                         
22213                                                                                                                 
22214                                                                         
22215                                                                                 UNIQUE#1
22216                                                                                 ;
22217                                                                                 
22218                                                                         
22219                                                                         
22220                                                                                 NOT NULL;
22221                                                                         
22222                                                                         
22223                                                                         
22224                                                                                 
22225                                                                         
22226                                                                         </para></entry>
22227                                                         </row>
22228                                                 
22229                                                         <row>
22230                                                                 <entry>deposit</entry>
22231                                                                 <entry>boolean</entry>
22232                                                                 <entry><para>
22233                                                                         
22234                                                                         
22235                                                                                 NOT NULL;
22236                                                                         
22237                                                                         
22238                                                                                 DEFAULT false;
22239                                                                         
22240                                                                         
22241                                                                         </para></entry>
22242                                                         </row>
22243                                                 
22244                                                         <row>
22245                                                                 <entry>deposit_amount</entry>
22246                                                                 <entry>numeric(8,2)</entry>
22247                                                                 <entry><para>
22248                                                                         
22249                                                                         
22250                                                                                 NOT NULL;
22251                                                                         
22252                                                                         
22253                                                                                 DEFAULT 0.00;
22254                                                                         
22255                                                                         
22256                                                                         </para></entry>
22257                                                         </row>
22258                                                 
22259                                                         <row>
22260                                                                 <entry>user_fee</entry>
22261                                                                 <entry>numeric(8,2)</entry>
22262                                                                 <entry><para>
22263                                                                         
22264                                                                         
22265                                                                                 NOT NULL;
22266                                                                         
22267                                                                         
22268                                                                                 DEFAULT 0.00;
22269                                                                         
22270                                                                         
22271                                                                         </para></entry>
22272                                                         </row>
22273                                                 
22274                                                 </tbody>
22275                                         </tgroup>
22276                                 </informaltable>
22277                                 <para>
22278                                 
22279                                 
22280                                 
22281                                         <itemizedlist>
22282                                                 <title>
22283                                                         Tables referencing action.reservation_transit_copy via Foreign Key Constraints
22284                                                 </title>
22285                                 
22286                                                         <listitem>
22287                                                                 <para><xref linkend="action.table.reservation-transit-copy"/></para>
22288                                                         </listitem>
22289                                                         
22290                                 
22291                                 
22292                                                         <listitem>
22293                                                                 <para><xref linkend="booking.table.reservation"/></para>
22294                                                         </listitem>
22295                                                         
22296                                 
22297                                 
22298                                                         <listitem>
22299                                                                 <para><xref linkend="booking.table.resource-attr-map"/></para>
22300                                                         </listitem>
22301                                                         
22302                                         </itemizedlist>
22303                                 
22304                                 
22305                                 
22306                                 
22307                 </para>
22308                 </simplesect>
22309                 
22310                 <simplesect id="booking.table.resource-attr" xreflabel="booking.resource_attr">         
22311                         <title>resource_attr</title>
22312                         <informaltable>
22313                                 <tgroup cols="3">
22314                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
22315                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
22316                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
22317                                         <thead>
22318                                                 <row>
22319                                                         <entry>Field</entry>
22320                                                         <entry>Data Type</entry>
22321                                                         <entry>Constraints and References</entry>
22322                                                 </row>
22323                                                 </thead>
22324                                                 <tbody>
22325                                                 
22326                                                         <row>
22327                                                                 <entry>id</entry>
22328                                                                 <entry>serial</entry>
22329                                                                 <entry><para>
22330                                                                         
22331                                                                                 
22332                                                                                         PRIMARY KEY
22333                                                                                                                 
22334                                                                         
22335                                                                         
22336                                                                         
22337                                                                         
22338                                                                         
22339                                                                                 
22340                                                                         
22341                                                                         </para></entry>
22342                                                         </row>
22343                                                 
22344                                                         <row>
22345                                                                 <entry>owner</entry>
22346                                                                 <entry>integer</entry>
22347                                                                 <entry><para>
22348                                                                         
22349                                                                                                                 
22350                                                                         
22351                                                                         
22352                                                                         
22353                                                                                 NOT NULL;
22354                                                                         
22355                                                                         
22356                                                                         
22357                                                                                 
22358                                                                                 <xref linkend="actor.table.org-unit"/>
22359                                                                                 
22360                                                                         
22361                                                                         </para></entry>
22362                                                         </row>
22363                                                 
22364                                                         <row>
22365                                                                 <entry>name</entry>
22366                                                                 <entry>text</entry>
22367                                                                 <entry><para>
22368                                                                         
22369                                                                                                                 
22370                                                                         
22371                                                                                 UNIQUE#1
22372                                                                                 ;
22373                                                                                 
22374                                                                         
22375                                                                         
22376                                                                                 NOT NULL;
22377                                                                         
22378                                                                         
22379                                                                         
22380                                                                                 
22381                                                                         
22382                                                                         </para></entry>
22383                                                         </row>
22384                                                 
22385                                                         <row>
22386                                                                 <entry>resource_type</entry>
22387                                                                 <entry>integer</entry>
22388                                                                 <entry><para>
22389                                                                         
22390                                                                                                                 
22391                                                                         
22392                                                                                 UNIQUE#1
22393                                                                                 ;
22394                                                                                 
22395                                                                         
22396                                                                                                                 
22397                                                                         
22398                                                                         
22399                                                                         
22400                                                                                 NOT NULL;
22401                                                                         
22402                                                                         
22403                                                                         
22404                                                                                 
22405                                                                         
22406                                                                                 
22407                                                                                 <xref linkend="booking.table.resource-type"/>
22408                                                                                 
22409                                                                         
22410                                                                         </para></entry>
22411                                                         </row>
22412                                                 
22413                                                         <row>
22414                                                                 <entry>required</entry>
22415                                                                 <entry>boolean</entry>
22416                                                                 <entry><para>
22417                                                                         
22418                                                                         
22419                                                                                 NOT NULL;
22420                                                                         
22421                                                                         
22422                                                                                 DEFAULT false;
22423                                                                         
22424                                                                         
22425                                                                         </para></entry>
22426                                                         </row>
22427                                                 
22428                                                 </tbody>
22429                                         </tgroup>
22430                                 </informaltable>
22431                                 <para>
22432                                 
22433                                 
22434                                 
22435                                         <itemizedlist>
22436                                                 <title>
22437                                                         Tables referencing booking.resource_attr_map via Foreign Key Constraints
22438                                                 </title>
22439                                 
22440                                                         <listitem>
22441                                                                 <para><xref linkend="booking.table.resource-attr-map"/></para>
22442                                                         </listitem>
22443                                                         
22444                                 
22445                                 
22446                                                         <listitem>
22447                                                                 <para><xref linkend="booking.table.resource-attr-value"/></para>
22448                                                         </listitem>
22449                                                         
22450                                         </itemizedlist>
22451                                 
22452                                 
22453                                 
22454                                 
22455                 </para>
22456                 </simplesect>
22457                 
22458                 <simplesect id="booking.table.resource-attr-map" xreflabel="booking.resource_attr_map">         
22459                         <title>resource_attr_map</title>
22460                         <informaltable>
22461                                 <tgroup cols="3">
22462                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
22463                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
22464                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
22465                                         <thead>
22466                                                 <row>
22467                                                         <entry>Field</entry>
22468                                                         <entry>Data Type</entry>
22469                                                         <entry>Constraints and References</entry>
22470                                                 </row>
22471                                                 </thead>
22472                                                 <tbody>
22473                                                 
22474                                                         <row>
22475                                                                 <entry>id</entry>
22476                                                                 <entry>serial</entry>
22477                                                                 <entry><para>
22478                                                                         
22479                                                                                 
22480                                                                                         PRIMARY KEY
22481                                                                                                                 
22482                                                                         
22483                                                                         
22484                                                                         
22485                                                                         
22486                                                                         
22487                                                                                 
22488                                                                         
22489                                                                         </para></entry>
22490                                                         </row>
22491                                                 
22492                                                         <row>
22493                                                                 <entry>resource</entry>
22494                                                                 <entry>integer</entry>
22495                                                                 <entry><para>
22496                                                                         
22497                                                                                                                 
22498                                                                         
22499                                                                                 UNIQUE#1
22500                                                                                 ;
22501                                                                                 
22502                                                                         
22503                                                                                                                 
22504                                                                         
22505                                                                         
22506                                                                         
22507                                                                                 NOT NULL;
22508                                                                         
22509                                                                         
22510                                                                         
22511                                                                                 
22512                                                                         
22513                                                                                 
22514                                                                                 <xref linkend="booking.table.resource"/>
22515                                                                                 
22516                                                                         
22517                                                                         </para></entry>
22518                                                         </row>
22519                                                 
22520                                                         <row>
22521                                                                 <entry>resource_attr</entry>
22522                                                                 <entry>integer</entry>
22523                                                                 <entry><para>
22524                                                                         
22525                                                                                                                 
22526                                                                         
22527                                                                                 UNIQUE#1
22528                                                                                 ;
22529                                                                                 
22530                                                                         
22531                                                                                                                 
22532                                                                         
22533                                                                         
22534                                                                         
22535                                                                                 NOT NULL;
22536                                                                         
22537                                                                         
22538                                                                         
22539                                                                                 
22540                                                                         
22541                                                                                 
22542                                                                                 <xref linkend="booking.table.resource-attr"/>
22543                                                                                 
22544                                                                         
22545                                                                         </para></entry>
22546                                                         </row>
22547                                                 
22548                                                         <row>
22549                                                                 <entry>value</entry>
22550                                                                 <entry>integer</entry>
22551                                                                 <entry><para>
22552                                                                         
22553                                                                                                                 
22554                                                                         
22555                                                                         
22556                                                                         
22557                                                                                 NOT NULL;
22558                                                                         
22559                                                                         
22560                                                                         
22561                                                                                 
22562                                                                                 <xref linkend="booking.table.resource-attr-value"/>
22563                                                                                 
22564                                                                         
22565                                                                         </para></entry>
22566                                                         </row>
22567                                                 
22568                                                 </tbody>
22569                                         </tgroup>
22570                                 </informaltable>
22571                                 <para>
22572                                 
22573                                 
22574                                 
22575                                 
22576                 </para>
22577                 </simplesect>
22578                 
22579                 <simplesect id="booking.table.resource-attr-value" xreflabel="booking.resource_attr_value">             
22580                         <title>resource_attr_value</title>
22581                         <informaltable>
22582                                 <tgroup cols="3">
22583                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
22584                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
22585                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
22586                                         <thead>
22587                                                 <row>
22588                                                         <entry>Field</entry>
22589                                                         <entry>Data Type</entry>
22590                                                         <entry>Constraints and References</entry>
22591                                                 </row>
22592                                                 </thead>
22593                                                 <tbody>
22594                                                 
22595                                                         <row>
22596                                                                 <entry>id</entry>
22597                                                                 <entry>serial</entry>
22598                                                                 <entry><para>
22599                                                                         
22600                                                                                 
22601                                                                                         PRIMARY KEY
22602                                                                                                                 
22603                                                                         
22604                                                                         
22605                                                                         
22606                                                                         
22607                                                                         
22608                                                                                 
22609                                                                         
22610                                                                         </para></entry>
22611                                                         </row>
22612                                                 
22613                                                         <row>
22614                                                                 <entry>owner</entry>
22615                                                                 <entry>integer</entry>
22616                                                                 <entry><para>
22617                                                                         
22618                                                                                                                 
22619                                                                         
22620                                                                                 UNIQUE#1
22621                                                                                 ;
22622                                                                                 
22623                                                                         
22624                                                                                                                 
22625                                                                         
22626                                                                         
22627                                                                         
22628                                                                                 NOT NULL;
22629                                                                         
22630                                                                         
22631                                                                         
22632                                                                                 
22633                                                                         
22634                                                                                 
22635                                                                                 <xref linkend="actor.table.org-unit"/>
22636                                                                                 
22637                                                                         
22638                                                                         </para></entry>
22639                                                         </row>
22640                                                 
22641                                                         <row>
22642                                                                 <entry>attr</entry>
22643                                                                 <entry>integer</entry>
22644                                                                 <entry><para>
22645                                                                         
22646                                                                                                                 
22647                                                                         
22648                                                                                 UNIQUE#1
22649                                                                                 ;
22650                                                                                 
22651                                                                         
22652                                                                                                                 
22653                                                                         
22654                                                                         
22655                                                                         
22656                                                                                 NOT NULL;
22657                                                                         
22658                                                                         
22659                                                                         
22660                                                                                 
22661                                                                         
22662                                                                                 
22663                                                                                 <xref linkend="booking.table.resource-attr"/>
22664                                                                                 
22665                                                                         
22666                                                                         </para></entry>
22667                                                         </row>
22668                                                 
22669                                                         <row>
22670                                                                 <entry>valid_value</entry>
22671                                                                 <entry>text</entry>
22672                                                                 <entry><para>
22673                                                                         
22674                                                                                                                 
22675                                                                         
22676                                                                                 UNIQUE#1
22677                                                                                 ;
22678                                                                                 
22679                                                                         
22680                                                                         
22681                                                                                 NOT NULL;
22682                                                                         
22683                                                                         
22684                                                                         
22685                                                                                 
22686                                                                         
22687                                                                         </para></entry>
22688                                                         </row>
22689                                                 
22690                                                 </tbody>
22691                                         </tgroup>
22692                                 </informaltable>
22693                                 <para>
22694                                 
22695                                 
22696                                 
22697                                         <itemizedlist>
22698                                                 <title>
22699                                                         Tables referencing booking.reservation_attr_value_map via Foreign Key Constraints
22700                                                 </title>
22701                                 
22702                                                         <listitem>
22703                                                                 <para><xref linkend="booking.table.reservation-attr-value-map"/></para>
22704                                                         </listitem>
22705                                                         
22706                                 
22707                                 
22708                                                         <listitem>
22709                                                                 <para><xref linkend="booking.table.resource-attr-map"/></para>
22710                                                         </listitem>
22711                                                         
22712                                         </itemizedlist>
22713                                 
22714                                 
22715                                 
22716                                 
22717                 </para>
22718                 </simplesect>
22719                 
22720                 <simplesect id="booking.table.resource-type" xreflabel="booking.resource_type">         
22721                         <title>resource_type</title>
22722                         <informaltable>
22723                                 <tgroup cols="3">
22724                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
22725                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
22726                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
22727                                         <thead>
22728                                                 <row>
22729                                                         <entry>Field</entry>
22730                                                         <entry>Data Type</entry>
22731                                                         <entry>Constraints and References</entry>
22732                                                 </row>
22733                                                 </thead>
22734                                                 <tbody>
22735                                                 
22736                                                         <row>
22737                                                                 <entry>id</entry>
22738                                                                 <entry>serial</entry>
22739                                                                 <entry><para>
22740                                                                         
22741                                                                                 
22742                                                                                         PRIMARY KEY
22743                                                                                                                 
22744                                                                         
22745                                                                         
22746                                                                         
22747                                                                         
22748                                                                         
22749                                                                                 
22750                                                                         
22751                                                                         </para></entry>
22752                                                         </row>
22753                                                 
22754                                                         <row>
22755                                                                 <entry>name</entry>
22756                                                                 <entry>text</entry>
22757                                                                 <entry><para>
22758                                                                         
22759                                                                                                                 
22760                                                                         
22761                                                                                 UNIQUE#1
22762                                                                                 ;
22763                                                                                 
22764                                                                         
22765                                                                         
22766                                                                                 NOT NULL;
22767                                                                         
22768                                                                         
22769                                                                         
22770                                                                                 
22771                                                                         
22772                                                                         </para></entry>
22773                                                         </row>
22774                                                 
22775                                                         <row>
22776                                                                 <entry>fine_interval</entry>
22777                                                                 <entry>interval</entry>
22778                                                                 <entry><para>
22779                                                                         
22780                                                                         
22781                                                                         
22782                                                                         
22783                                                                         </para></entry>
22784                                                         </row>
22785                                                 
22786                                                         <row>
22787                                                                 <entry>fine_amount</entry>
22788                                                                 <entry>numeric(8,2)</entry>
22789                                                                 <entry><para>
22790                                                                         
22791                                                                         
22792                                                                                 NOT NULL;
22793                                                                         
22794                                                                         
22795                                                                         
22796                                                                         </para></entry>
22797                                                         </row>
22798                                                 
22799                                                         <row>
22800                                                                 <entry>owner</entry>
22801                                                                 <entry>integer</entry>
22802                                                                 <entry><para>
22803                                                                         
22804                                                                                                                 
22805                                                                         
22806                                                                                 UNIQUE#1
22807                                                                                 ;
22808                                                                                 
22809                                                                         
22810                                                                                                                 
22811                                                                         
22812                                                                         
22813                                                                         
22814                                                                                 NOT NULL;
22815                                                                         
22816                                                                         
22817                                                                         
22818                                                                                 
22819                                                                         
22820                                                                                 
22821                                                                                 <xref linkend="actor.table.org-unit"/>
22822                                                                                 
22823                                                                         
22824                                                                         </para></entry>
22825                                                         </row>
22826                                                 
22827                                                         <row>
22828                                                                 <entry>catalog_item</entry>
22829                                                                 <entry>boolean</entry>
22830                                                                 <entry><para>
22831                                                                         
22832                                                                         
22833                                                                                 NOT NULL;
22834                                                                         
22835                                                                         
22836                                                                                 DEFAULT false;
22837                                                                         
22838                                                                         
22839                                                                         </para></entry>
22840                                                         </row>
22841                                                 
22842                                                         <row>
22843                                                                 <entry>transferable</entry>
22844                                                                 <entry>boolean</entry>
22845                                                                 <entry><para>
22846                                                                         
22847                                                                         
22848                                                                                 NOT NULL;
22849                                                                         
22850                                                                         
22851                                                                                 DEFAULT false;
22852                                                                         
22853                                                                         
22854                                                                         </para></entry>
22855                                                         </row>
22856                                                 
22857                                                         <row>
22858                                                                 <entry>record</entry>
22859                                                                 <entry>bigint</entry>
22860                                                                 <entry><para>
22861                                                                         
22862                                                                                                                 
22863                                                                         
22864                                                                                 UNIQUE#1
22865                                                                                 ;
22866                                                                                 
22867                                                                         
22868                                                                                                                 
22869                                                                         
22870                                                                         
22871                                                                         
22872                                                                         
22873                                                                         
22874                                                                                 
22875                                                                         
22876                                                                                 
22877                                                                                 <xref linkend="biblio.table.record-entry"/>
22878                                                                                 
22879                                                                         
22880                                                                         </para></entry>
22881                                                         </row>
22882                                                 
22883                                                         <row>
22884                                                                 <entry>max_fine</entry>
22885                                                                 <entry>numeric(8,2)</entry>
22886                                                                 <entry><para>
22887                                                                         
22888                                                                         
22889                                                                         
22890                                                                         
22891                                                                         </para></entry>
22892                                                         </row>
22893                                                 
22894                                                         <row>
22895                                                                 <entry>elbow_room</entry>
22896                                                                 <entry>interval</entry>
22897                                                                 <entry><para>
22898                                                                         
22899                                                                         
22900                                                                         
22901                                                                         
22902                                                                         </para></entry>
22903                                                         </row>
22904                                                 
22905                                                 </tbody>
22906                                         </tgroup>
22907                                 </informaltable>
22908                                 <para>
22909                                 
22910                                 
22911                                 
22912                                         <itemizedlist>
22913                                                 <title>
22914                                                         Tables referencing booking.reservation via Foreign Key Constraints
22915                                                 </title>
22916                                 
22917                                                         <listitem>
22918                                                                 <para><xref linkend="booking.table.reservation"/></para>
22919                                                         </listitem>
22920                                                         
22921                                 
22922                                 
22923                                                         <listitem>
22924                                                                 <para><xref linkend="booking.table.resource"/></para>
22925                                                         </listitem>
22926                                                         
22927                                 
22928                                 
22929                                                         <listitem>
22930                                                                 <para><xref linkend="booking.table.resource-attr"/></para>
22931                                                         </listitem>
22932                                                         
22933                                         </itemizedlist>
22934                                 
22935                                 
22936                                 
22937                                 
22938                 </para>
22939                 </simplesect>
22940                 
22941         </section>
22942         
22943         <section id="config.schema">
22944                 <title>Schema config</title>
22945                 
22946                 <simplesect id="config.table.audience-map" xreflabel="config.audience_map">             
22947                         <title>audience_map</title>
22948                         <informaltable>
22949                                 <tgroup cols="3">
22950                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
22951                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
22952                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
22953                                         <thead>
22954                                                 <row>
22955                                                         <entry>Field</entry>
22956                                                         <entry>Data Type</entry>
22957                                                         <entry>Constraints and References</entry>
22958                                                 </row>
22959                                                 </thead>
22960                                                 <tbody>
22961                                                 
22962                                                         <row>
22963                                                                 <entry>code</entry>
22964                                                                 <entry>text</entry>
22965                                                                 <entry><para>
22966                                                                         
22967                                                                                 
22968                                                                                         PRIMARY KEY
22969                                                                                                                 
22970                                                                         
22971                                                                         
22972                                                                         
22973                                                                         
22974                                                                         
22975                                                                                 
22976                                                                         
22977                                                                         </para></entry>
22978                                                         </row>
22979                                                 
22980                                                         <row>
22981                                                                 <entry>value</entry>
22982                                                                 <entry>text</entry>
22983                                                                 <entry><para>
22984                                                                         
22985                                                                         
22986                                                                                 NOT NULL;
22987                                                                         
22988                                                                         
22989                                                                         
22990                                                                         </para></entry>
22991                                                         </row>
22992                                                 
22993                                                         <row>
22994                                                                 <entry>description</entry>
22995                                                                 <entry>text</entry>
22996                                                                 <entry><para>
22997                                                                         
22998                                                                         
22999                                                                         
23000                                                                         
23001                                                                         </para></entry>
23002                                                         </row>
23003                                                 
23004                                                 </tbody>
23005                                         </tgroup>
23006                                 </informaltable>
23007                                 <para>
23008                                 
23009                                 
23010                                 
23011                                 
23012                 </para>
23013                 </simplesect>
23014                 
23015                 <simplesect id="config.table.bib-level-map" xreflabel="config.bib_level_map">           
23016                         <title>bib_level_map</title>
23017                         <informaltable>
23018                                 <tgroup cols="3">
23019                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
23020                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
23021                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
23022                                         <thead>
23023                                                 <row>
23024                                                         <entry>Field</entry>
23025                                                         <entry>Data Type</entry>
23026                                                         <entry>Constraints and References</entry>
23027                                                 </row>
23028                                                 </thead>
23029                                                 <tbody>
23030                                                 
23031                                                         <row>
23032                                                                 <entry>code</entry>
23033                                                                 <entry>text</entry>
23034                                                                 <entry><para>
23035                                                                         
23036                                                                                 
23037                                                                                         PRIMARY KEY
23038                                                                                                                 
23039                                                                         
23040                                                                         
23041                                                                         
23042                                                                         
23043                                                                         
23044                                                                                 
23045                                                                         
23046                                                                         </para></entry>
23047                                                         </row>
23048                                                 
23049                                                         <row>
23050                                                                 <entry>value</entry>
23051                                                                 <entry>text</entry>
23052                                                                 <entry><para>
23053                                                                         
23054                                                                         
23055                                                                                 NOT NULL;
23056                                                                         
23057                                                                         
23058                                                                         
23059                                                                         </para></entry>
23060                                                         </row>
23061                                                 
23062                                                 </tbody>
23063                                         </tgroup>
23064                                 </informaltable>
23065                                 <para>
23066                                 
23067                                 
23068                                 
23069                                 
23070                 </para>
23071                 </simplesect>
23072                 
23073                 <simplesect id="config.table.bib-source" xreflabel="config.bib_source">         
23074                         <title>bib_source</title>
23075                         <informaltable>
23076                                 <tgroup cols="3">
23077                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
23078                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
23079                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
23080                                         <thead>
23081                                                 <row>
23082                                                         <entry>Field</entry>
23083                                                         <entry>Data Type</entry>
23084                                                         <entry>Constraints and References</entry>
23085                                                 </row>
23086                                                 </thead>
23087                                                 <tbody>
23088                                                 
23089                                                         <row>
23090                                                                 <entry>id</entry>
23091                                                                 <entry>serial</entry>
23092                                                                 <entry><para>
23093                                                                         
23094                                                                                 
23095                                                                                         PRIMARY KEY
23096                                                                                                                 
23097                                                                         
23098                                                                         
23099                                                                         
23100                                                                         
23101                                                                         
23102                                                                                 
23103                                                                         
23104                                                                         </para></entry>
23105                                                         </row>
23106                                                 
23107                                                         <row>
23108                                                                 <entry>quality</entry>
23109                                                                 <entry>integer</entry>
23110                                                                 <entry><para>
23111                                                                         
23112                                                                         
23113                                                                         
23114                                                                         
23115                                                                         </para></entry>
23116                                                         </row>
23117                                                 
23118                                                         <row>
23119                                                                 <entry>source</entry>
23120                                                                 <entry>text</entry>
23121                                                                 <entry><para>
23122                                                                         
23123                                                                                                                 
23124                                                                         
23125                                                                                 UNIQUE;
23126                                                                                 
23127                                                                         
23128                                                                         
23129                                                                                 NOT NULL;
23130                                                                         
23131                                                                         
23132                                                                         
23133                                                                                 
23134                                                                         
23135                                                                         </para></entry>
23136                                                         </row>
23137                                                 
23138                                                         <row>
23139                                                                 <entry>transcendant</entry>
23140                                                                 <entry>boolean</entry>
23141                                                                 <entry><para>
23142                                                                         
23143                                                                         
23144                                                                                 NOT NULL;
23145                                                                         
23146                                                                         
23147                                                                                 DEFAULT false;
23148                                                                         
23149                                                                         
23150                                                                         </para></entry>
23151                                                         </row>
23152                                                 
23153                                                 </tbody>
23154                                         </tgroup>
23155                                 </informaltable>
23156                                 <para>
23157                                 
23158                                 
23159                                         <variablelist>
23160                                                 <title>Constraints on bib_source</title>
23161                                                 
23162                                                 <varlistentry>
23163                                                         <term>bib_source_quality_check</term>
23164                                                         <listitem><para>CHECK (((quality &gt;= 0) AND (quality &lt;= 100)))</para></listitem>
23165                                                 </varlistentry>
23166                                                 
23167                                         </variablelist>
23168                                 
23169                                 
23170                                 
23171                                 
23172                                         <itemizedlist>
23173                                                 <title>
23174                                                         Tables referencing vandelay.queued_bib_record via Foreign Key Constraints
23175                                                 </title>
23176                                 
23177                                                         <listitem>
23178                                                                 <para><xref linkend="vandelay.table.queued-bib-record"/></para>
23179                                                         </listitem>
23180                                                         
23181                                         </itemizedlist>
23182                                 
23183                                 
23184                                 
23185                                 
23186                 </para>
23187                 </simplesect>
23188                 
23189                 <simplesect id="config.table.billing-type" xreflabel="config.billing_type">             
23190                         <title>billing_type</title>
23191                         <informaltable>
23192                                 <tgroup cols="3">
23193                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
23194                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
23195                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
23196                                         <thead>
23197                                                 <row>
23198                                                         <entry>Field</entry>
23199                                                         <entry>Data Type</entry>
23200                                                         <entry>Constraints and References</entry>
23201                                                 </row>
23202                                                 </thead>
23203                                                 <tbody>
23204                                                 
23205                                                         <row>
23206                                                                 <entry>id</entry>
23207                                                                 <entry>serial</entry>
23208                                                                 <entry><para>
23209                                                                         
23210                                                                                 
23211                                                                                         PRIMARY KEY
23212                                                                                                                 
23213                                                                         
23214                                                                         
23215                                                                         
23216                                                                         
23217                                                                         
23218                                                                                 
23219                                                                         
23220                                                                         </para></entry>
23221                                                         </row>
23222                                                 
23223                                                         <row>
23224                                                                 <entry>name</entry>
23225                                                                 <entry>text</entry>
23226                                                                 <entry><para>
23227                                                                         
23228                                                                                                                 
23229                                                                         
23230                                                                                 UNIQUE#1
23231                                                                                 ;
23232                                                                                 
23233                                                                         
23234                                                                         
23235                                                                                 NOT NULL;
23236                                                                         
23237                                                                         
23238                                                                         
23239                                                                                 
23240                                                                         
23241                                                                         </para></entry>
23242                                                         </row>
23243                                                 
23244                                                         <row>
23245                                                                 <entry>owner</entry>
23246                                                                 <entry>integer</entry>
23247                                                                 <entry><para>
23248                                                                         
23249                                                                                                                 
23250                                                                         
23251                                                                                 UNIQUE#1
23252                                                                                 ;
23253                                                                                 
23254                                                                         
23255                                                                                                                 
23256                                                                         
23257                                                                         
23258                                                                         
23259                                                                                 NOT NULL;
23260                                                                         
23261                                                                         
23262                                                                         
23263                                                                                 
23264                                                                         
23265                                                                                 
23266                                                                                 <xref linkend="actor.table.org-unit"/>
23267                                                                                 
23268                                                                         
23269                                                                         </para></entry>
23270                                                         </row>
23271                                                 
23272                                                         <row>
23273                                                                 <entry>default_price</entry>
23274                                                                 <entry>numeric(6,2)</entry>
23275                                                                 <entry><para>
23276                                                                         
23277                                                                         
23278                                                                         
23279                                                                         
23280                                                                         </para></entry>
23281                                                         </row>
23282                                                 
23283                                                 </tbody>
23284                                         </tgroup>
23285                                 </informaltable>
23286                                 <para>
23287                                 
23288                                 
23289                                 
23290                                         <itemizedlist>
23291                                                 <title>
23292                                                         Tables referencing money.billing via Foreign Key Constraints
23293                                                 </title>
23294                                 
23295                                                         <listitem>
23296                                                                 <para><xref linkend="money.table.billing"/></para>
23297                                                         </listitem>
23298                                                         
23299                                         </itemizedlist>
23300                                 
23301                                 
23302                                 
23303                                 
23304                 </para>
23305                 </simplesect>
23306                 
23307                 <simplesect id="config.table.circ-matrix-circ-mod-test" xreflabel="config.circ_matrix_circ_mod_test">           
23308                         <title>circ_matrix_circ_mod_test</title>
23309                         <informaltable>
23310                                 <tgroup cols="3">
23311                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
23312                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
23313                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
23314                                         <thead>
23315                                                 <row>
23316                                                         <entry>Field</entry>
23317                                                         <entry>Data Type</entry>
23318                                                         <entry>Constraints and References</entry>
23319                                                 </row>
23320                                                 </thead>
23321                                                 <tbody>
23322                                                 
23323                                                         <row>
23324                                                                 <entry>id</entry>
23325                                                                 <entry>serial</entry>
23326                                                                 <entry><para>
23327                                                                         
23328                                                                                 
23329                                                                                         PRIMARY KEY
23330                                                                                                                 
23331                                                                         
23332                                                                         
23333                                                                         
23334                                                                         
23335                                                                         
23336                                                                                 
23337                                                                         
23338                                                                         </para></entry>
23339                                                         </row>
23340                                                 
23341                                                         <row>
23342                                                                 <entry>matchpoint</entry>
23343                                                                 <entry>integer</entry>
23344                                                                 <entry><para>
23345                                                                         
23346                                                                                                                 
23347                                                                         
23348                                                                         
23349                                                                         
23350                                                                                 NOT NULL;
23351                                                                         
23352                                                                         
23353                                                                         
23354                                                                                 
23355                                                                                 <xref linkend="config.table.circ-matrix-matchpoint"/>
23356                                                                                 
23357                                                                         
23358                                                                         </para></entry>
23359                                                         </row>
23360                                                 
23361                                                         <row>
23362                                                                 <entry>items_out</entry>
23363                                                                 <entry>integer</entry>
23364                                                                 <entry><para>
23365                                                                         
23366                                                                         
23367                                                                                 NOT NULL;
23368                                                                         
23369                                                                         
23370                                                                         
23371                                                                         </para></entry>
23372                                                         </row>
23373                                                 
23374                                                 </tbody>
23375                                         </tgroup>
23376                                 </informaltable>
23377                                 <para>
23378                                 
23379                                 
23380                                 
23381                                         <itemizedlist>
23382                                                 <title>
23383                                                         Tables referencing config.circ_matrix_circ_mod_test_map via Foreign Key Constraints
23384                                                 </title>
23385                                 
23386                                                         <listitem>
23387                                                                 <para><xref linkend="config.table.circ-matrix-circ-mod-test-map"/></para>
23388                                                         </listitem>
23389                                                         
23390                                         </itemizedlist>
23391                                 
23392                                 
23393                                 
23394                                 
23395                 </para>
23396                 </simplesect>
23397                 
23398                 <simplesect id="config.table.circ-matrix-circ-mod-test-map" xreflabel="config.circ_matrix_circ_mod_test_map">           
23399                         <title>circ_matrix_circ_mod_test_map</title>
23400                         <informaltable>
23401                                 <tgroup cols="3">
23402                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
23403                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
23404                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
23405                                         <thead>
23406                                                 <row>
23407                                                         <entry>Field</entry>
23408                                                         <entry>Data Type</entry>
23409                                                         <entry>Constraints and References</entry>
23410                                                 </row>
23411                                                 </thead>
23412                                                 <tbody>
23413                                                 
23414                                                         <row>
23415                                                                 <entry>id</entry>
23416                                                                 <entry>serial</entry>
23417                                                                 <entry><para>
23418                                                                         
23419                                                                                 
23420                                                                                         PRIMARY KEY
23421                                                                                                                 
23422                                                                         
23423                                                                         
23424                                                                         
23425                                                                         
23426                                                                         
23427                                                                                 
23428                                                                         
23429                                                                         </para></entry>
23430                                                         </row>
23431                                                 
23432                                                         <row>
23433                                                                 <entry>circ_mod_test</entry>
23434                                                                 <entry>integer</entry>
23435                                                                 <entry><para>
23436                                                                         
23437                                                                                                                 
23438                                                                         
23439                                                                         
23440                                                                                                                 
23441                                                                         
23442                                                                                 UNIQUE#1
23443                                                                                 ;
23444                                                                                 
23445                                                                         
23446                                                                         
23447                                                                                 NOT NULL;
23448                                                                         
23449                                                                         
23450                                                                         
23451                                                                                 
23452                                                                                 <xref linkend="config.table.circ-matrix-circ-mod-test"/>
23453                                                                                 
23454                                                                         
23455                                                                                 
23456                                                                         
23457                                                                         </para></entry>
23458                                                         </row>
23459                                                 
23460                                                         <row>
23461                                                                 <entry>circ_mod</entry>
23462                                                                 <entry>text</entry>
23463                                                                 <entry><para>
23464                                                                         
23465                                                                                                                 
23466                                                                         
23467                                                                         
23468                                                                                                                 
23469                                                                         
23470                                                                                 UNIQUE#1
23471                                                                                 ;
23472                                                                                 
23473                                                                         
23474                                                                         
23475                                                                                 NOT NULL;
23476                                                                         
23477                                                                         
23478                                                                         
23479                                                                                 
23480                                                                                 <xref linkend="config.table.circ-modifier"/>
23481                                                                                 
23482                                                                         
23483                                                                                 
23484                                                                         
23485                                                                         </para></entry>
23486                                                         </row>
23487                                                 
23488                                                 </tbody>
23489                                         </tgroup>
23490                                 </informaltable>
23491                                 <para>
23492                                 
23493                                 
23494                                 
23495                                 
23496                 </para>
23497                 </simplesect>
23498                 
23499                 <simplesect id="config.table.circ-matrix-matchpoint" xreflabel="config.circ_matrix_matchpoint">         
23500                         <title>circ_matrix_matchpoint</title>
23501                         <informaltable>
23502                                 <tgroup cols="3">
23503                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
23504                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
23505                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
23506                                         <thead>
23507                                                 <row>
23508                                                         <entry>Field</entry>
23509                                                         <entry>Data Type</entry>
23510                                                         <entry>Constraints and References</entry>
23511                                                 </row>
23512                                                 </thead>
23513                                                 <tbody>
23514                                                 
23515                                                         <row>
23516                                                                 <entry>id</entry>
23517                                                                 <entry>serial</entry>
23518                                                                 <entry><para>
23519                                                                         
23520                                                                                 
23521                                                                                         PRIMARY KEY
23522                                                                                                                 
23523                                                                         
23524                                                                         
23525                                                                         
23526                                                                         
23527                                                                         
23528                                                                                 
23529                                                                         
23530                                                                         </para></entry>
23531                                                         </row>
23532                                                 
23533                                                         <row>
23534                                                                 <entry>active</entry>
23535                                                                 <entry>boolean</entry>
23536                                                                 <entry><para>
23537                                                                         
23538                                                                         
23539                                                                                 NOT NULL;
23540                                                                         
23541                                                                         
23542                                                                                 DEFAULT true;
23543                                                                         
23544                                                                         
23545                                                                         </para></entry>
23546                                                         </row>
23547                                                 
23548                                                         <row>
23549                                                                 <entry>org_unit</entry>
23550                                                                 <entry>integer</entry>
23551                                                                 <entry><para>
23552                                                                         
23553                                                                                                                 
23554                                                                         
23555                                                                         
23556                                                                                                                 
23557                                                                         
23558                                                                                 UNIQUE#1
23559                                                                                 ;
23560                                                                                 
23561                                                                         
23562                                                                         
23563                                                                                 NOT NULL;
23564                                                                         
23565                                                                         
23566                                                                         
23567                                                                                 
23568                                                                                 <xref linkend="actor.table.org-unit"/>
23569                                                                                 
23570                                                                         
23571                                                                                 
23572                                                                         
23573                                                                         </para></entry>
23574                                                         </row>
23575                                                 
23576                                                         <row>
23577                                                                 <entry>grp</entry>
23578                                                                 <entry>integer</entry>
23579                                                                 <entry><para>
23580                                                                         
23581                                                                                                                 
23582                                                                         
23583                                                                         
23584                                                                                                                 
23585                                                                         
23586                                                                                 UNIQUE#1
23587                                                                                 ;
23588                                                                                 
23589                                                                         
23590                                                                         
23591                                                                                 NOT NULL;
23592                                                                         
23593                                                                         
23594                                                                         
23595                                                                                 
23596                                                                                 <xref linkend="permission.table.grp-tree"/>
23597                                                                                 
23598                                                                         
23599                                                                                 
23600                                                                         
23601                                                                         </para></entry>
23602                                                         </row>
23603                                                 
23604                                                         <row>
23605                                                                 <entry>circ_modifier</entry>
23606                                                                 <entry>text</entry>
23607                                                                 <entry><para>
23608                                                                         
23609                                                                                                                 
23610                                                                         
23611                                                                         
23612                                                                                                                 
23613                                                                         
23614                                                                                 UNIQUE#1
23615                                                                                 ;
23616                                                                                 
23617                                                                         
23618                                                                         
23619                                                                         
23620                                                                         
23621                                                                                 
23622                                                                                 <xref linkend="config.table.circ-modifier"/>
23623                                                                                 
23624                                                                         
23625                                                                                 
23626                                                                         
23627                                                                         </para></entry>
23628                                                         </row>
23629                                                 
23630                                                         <row>
23631                                                                 <entry>marc_type</entry>
23632                                                                 <entry>text</entry>
23633                                                                 <entry><para>
23634                                                                         
23635                                                                                                                 
23636                                                                         
23637                                                                         
23638                                                                                                                 
23639                                                                         
23640                                                                                 UNIQUE#1
23641                                                                                 ;
23642                                                                                 
23643                                                                         
23644                                                                         
23645                                                                         
23646                                                                         
23647                                                                                 
23648                                                                                 <xref linkend="config.table.item-type-map"/>
23649                                                                                 
23650                                                                         
23651                                                                                 
23652                                                                         
23653                                                                         </para></entry>
23654                                                         </row>
23655                                                 
23656                                                         <row>
23657                                                                 <entry>marc_form</entry>
23658                                                                 <entry>text</entry>
23659                                                                 <entry><para>
23660                                                                         
23661                                                                                                                 
23662                                                                         
23663                                                                         
23664                                                                                                                 
23665                                                                         
23666                                                                                 UNIQUE#1
23667                                                                                 ;
23668                                                                                 
23669                                                                         
23670                                                                         
23671                                                                         
23672                                                                         
23673                                                                                 
23674                                                                                 <xref linkend="config.table.item-form-map"/>
23675                                                                                 
23676                                                                         
23677                                                                                 
23678                                                                         
23679                                                                         </para></entry>
23680                                                         </row>
23681                                                 
23682                                                         <row>
23683                                                                 <entry>marc_vr_format</entry>
23684                                                                 <entry>text</entry>
23685                                                                 <entry><para>
23686                                                                         
23687                                                                                                                 
23688                                                                         
23689                                                                         
23690                                                                                                                 
23691                                                                         
23692                                                                                 UNIQUE#1
23693                                                                                 ;
23694                                                                                 
23695                                                                         
23696                                                                         
23697                                                                         
23698                                                                         
23699                                                                                 
23700                                                                                 <xref linkend="config.table.videorecording-format-map"/>
23701                                                                                 
23702                                                                         
23703                                                                                 
23704                                                                         
23705                                                                         </para></entry>
23706                                                         </row>
23707                                                 
23708                                                         <row>
23709                                                                 <entry>ref_flag</entry>
23710                                                                 <entry>boolean</entry>
23711                                                                 <entry><para>
23712                                                                         
23713                                                                                                                 
23714                                                                         
23715                                                                                 UNIQUE#1
23716                                                                                 ;
23717                                                                                 
23718                                                                         
23719                                                                         
23720                                                                         
23721                                                                         
23722                                                                                 
23723                                                                         
23724                                                                         </para></entry>
23725                                                         </row>
23726                                                 
23727                                                         <row>
23728                                                                 <entry>is_renewal</entry>
23729                                                                 <entry>boolean</entry>
23730                                                                 <entry><para>
23731                                                                         
23732                                                                                                                 
23733                                                                         
23734                                                                                 UNIQUE#1
23735                                                                                 ;
23736                                                                                 
23737                                                                         
23738                                                                         
23739                                                                         
23740                                                                         
23741                                                                                 
23742                                                                         
23743                                                                         </para></entry>
23744                                                         </row>
23745                                                 
23746                                                         <row>
23747                                                                 <entry>usr_age_lower_bound</entry>
23748                                                                 <entry>interval</entry>
23749                                                                 <entry><para>
23750                                                                         
23751                                                                                                                 
23752                                                                         
23753                                                                                 UNIQUE#1
23754                                                                                 ;
23755                                                                                 
23756                                                                         
23757                                                                         
23758                                                                         
23759                                                                         
23760                                                                                 
23761                                                                         
23762                                                                         </para></entry>
23763                                                         </row>
23764                                                 
23765                                                         <row>
23766                                                                 <entry>usr_age_upper_bound</entry>
23767                                                                 <entry>interval</entry>
23768                                                                 <entry><para>
23769                                                                         
23770                                                                                                                 
23771                                                                         
23772                                                                                 UNIQUE#1
23773                                                                                 ;
23774                                                                                 
23775                                                                         
23776                                                                         
23777                                                                         
23778                                                                         
23779                                                                                 
23780                                                                         
23781                                                                         </para></entry>
23782                                                         </row>
23783                                                 
23784                                                         <row>
23785                                                                 <entry>juvenile_flag</entry>
23786                                                                 <entry>boolean</entry>
23787                                                                 <entry><para>
23788                                                                         
23789                                                                                                                 
23790                                                                         
23791                                                                                 UNIQUE#1
23792                                                                                 ;
23793                                                                                 
23794                                                                         
23795                                                                         
23796                                                                         
23797                                                                         
23798                                                                                 
23799                                                                         
23800                                                                         </para></entry>
23801                                                         </row>
23802                                                 
23803                                                         <row>
23804                                                                 <entry>circulate</entry>
23805                                                                 <entry>boolean</entry>
23806                                                                 <entry><para>
23807                                                                         
23808                                                                         
23809                                                                                 NOT NULL;
23810                                                                         
23811                                                                         
23812                                                                                 DEFAULT true;
23813                                                                         
23814                                                                         
23815                                                                         </para></entry>
23816                                                         </row>
23817                                                 
23818                                                         <row>
23819                                                                 <entry>duration_rule</entry>
23820                                                                 <entry>integer</entry>
23821                                                                 <entry><para>
23822                                                                         
23823                                                                                                                 
23824                                                                         
23825                                                                         
23826                                                                         
23827                                                                                 NOT NULL;
23828                                                                         
23829                                                                         
23830                                                                         
23831                                                                                 
23832                                                                                 <xref linkend="config.table.rule-circ-duration"/>
23833                                                                                 
23834                                                                         
23835                                                                         </para></entry>
23836                                                         </row>
23837                                                 
23838                                                         <row>
23839                                                                 <entry>recurring_fine_rule</entry>
23840                                                                 <entry>integer</entry>
23841                                                                 <entry><para>
23842                                                                         
23843                                                                                                                 
23844                                                                         
23845                                                                         
23846                                                                         
23847                                                                                 NOT NULL;
23848                                                                         
23849                                                                         
23850                                                                         
23851                                                                                 
23852                                                                                 <xref linkend="config.table.rule-recuring-fine"/>
23853                                                                                 
23854                                                                         
23855                                                                         </para></entry>
23856                                                         </row>
23857                                                 
23858                                                         <row>
23859                                                                 <entry>max_fine_rule</entry>
23860                                                                 <entry>integer</entry>
23861                                                                 <entry><para>
23862                                                                         
23863                                                                                                                 
23864                                                                         
23865                                                                         
23866                                                                         
23867                                                                                 NOT NULL;
23868                                                                         
23869                                                                         
23870                                                                         
23871                                                                                 
23872                                                                                 <xref linkend="config.table.rule-max-fine"/>
23873                                                                                 
23874                                                                         
23875                                                                         </para></entry>
23876                                                         </row>
23877                                                 
23878                                                         <row>
23879                                                                 <entry>script_test</entry>
23880                                                                 <entry>text</entry>
23881                                                                 <entry><para>
23882                                                                         
23883                                                                         
23884                                                                         
23885                                                                         
23886                                                                         </para></entry>
23887                                                         </row>
23888                                                 
23889                                                 </tbody>
23890                                         </tgroup>
23891                                 </informaltable>
23892                                 <para>
23893                                 
23894                                 
23895                                 
23896                                         <itemizedlist>
23897                                                 <title>
23898                                                         Tables referencing config.circ_matrix_circ_mod_test via Foreign Key Constraints
23899                                                 </title>
23900                                 
23901                                                         <listitem>
23902                                                                 <para><xref linkend="config.table.circ-matrix-circ-mod-test"/></para>
23903                                                         </listitem>
23904                                                         
23905                                 
23906                                 
23907                                                         <listitem>
23908                                                                 <para><xref linkend="config.table.circ-matrix-test"/></para>
23909                                                         </listitem>
23910                                                         
23911                                         </itemizedlist>
23912                                 
23913                                 
23914                                 
23915                                 
23916                 </para>
23917                 </simplesect>
23918                 
23919                 <simplesect id="config.table.circ-matrix-test" xreflabel="config.circ_matrix_test">             
23920                         <title>circ_matrix_test</title>
23921                         <informaltable>
23922                                 <tgroup cols="3">
23923                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
23924                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
23925                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
23926                                         <thead>
23927                                                 <row>
23928                                                         <entry>Field</entry>
23929                                                         <entry>Data Type</entry>
23930                                                         <entry>Constraints and References</entry>
23931                                                 </row>
23932                                                 </thead>
23933                                                 <tbody>
23934                                                 
23935                                                         <row>
23936                                                                 <entry>matchpoint</entry>
23937                                                                 <entry>integer</entry>
23938                                                                 <entry><para>
23939                                                                         
23940                                                                                                                 
23941                                                                         
23942                                                                         
23943                                                                                 
23944                                                                                         PRIMARY KEY
23945                                                                                                                 
23946                                                                         
23947                                                                         
23948                                                                         
23949                                                                         
23950                                                                         
23951                                                                                 
23952                                                                                 <xref linkend="config.table.circ-matrix-matchpoint"/>
23953                                                                                 
23954                                                                         
23955                                                                                 
23956                                                                         
23957                                                                         </para></entry>
23958                                                         </row>
23959                                                 
23960                                                         <row>
23961                                                                 <entry>circulate</entry>
23962                                                                 <entry>boolean</entry>
23963                                                                 <entry><para>
23964                                                                         
23965                                                                         
23966                                                                                 NOT NULL;
23967                                                                         
23968                                                                         
23969                                                                                 DEFAULT true;
23970                                                                         
23971                                                                         
23972                                                                         </para></entry>
23973                                                         </row>
23974                                                 
23975                                                         <row>
23976                                                                 <entry>max_items_out</entry>
23977                                                                 <entry>integer</entry>
23978                                                                 <entry><para>
23979                                                                         
23980                                                                         
23981                                                                         
23982                                                                         
23983                                                                         </para></entry>
23984                                                         </row>
23985                                                 
23986                                                         <row>
23987                                                                 <entry>max_overdue</entry>
23988                                                                 <entry>integer</entry>
23989                                                                 <entry><para>
23990                                                                         
23991                                                                         
23992                                                                         
23993                                                                         
23994                                                                         </para></entry>
23995                                                         </row>
23996                                                 
23997                                                         <row>
23998                                                                 <entry>max_fines</entry>
23999                                                                 <entry>numeric(8,2)</entry>
24000                                                                 <entry><para>
24001                                                                         
24002                                                                         
24003                                                                         
24004                                                                         
24005                                                                         </para></entry>
24006                                                         </row>
24007                                                 
24008                                                         <row>
24009                                                                 <entry>org_depth</entry>
24010                                                                 <entry>integer</entry>
24011                                                                 <entry><para>
24012                                                                         
24013                                                                         
24014                                                                         
24015                                                                         
24016                                                                         </para></entry>
24017                                                         </row>
24018                                                 
24019                                                         <row>
24020                                                                 <entry>script_test</entry>
24021                                                                 <entry>text</entry>
24022                                                                 <entry><para>
24023                                                                         
24024                                                                         
24025                                                                         
24026                                                                         
24027                                                                         </para></entry>
24028                                                         </row>
24029                                                 
24030                                                 </tbody>
24031                                         </tgroup>
24032                                 </informaltable>
24033                                 <para>
24034                                 
24035                                 
24036                                 
24037                                 
24038                 </para>
24039                 </simplesect>
24040                 
24041                 <simplesect id="config.table.circ-modifier" xreflabel="config.circ_modifier">           
24042                         <title>circ_modifier</title>
24043                         <informaltable>
24044                                 <tgroup cols="3">
24045                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
24046                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
24047                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
24048                                         <thead>
24049                                                 <row>
24050                                                         <entry>Field</entry>
24051                                                         <entry>Data Type</entry>
24052                                                         <entry>Constraints and References</entry>
24053                                                 </row>
24054                                                 </thead>
24055                                                 <tbody>
24056                                                 
24057                                                         <row>
24058                                                                 <entry>code</entry>
24059                                                                 <entry>text</entry>
24060                                                                 <entry><para>
24061                                                                         
24062                                                                                 
24063                                                                                         PRIMARY KEY
24064                                                                                                                 
24065                                                                         
24066                                                                         
24067                                                                         
24068                                                                         
24069                                                                         
24070                                                                                 
24071                                                                         
24072                                                                         </para></entry>
24073                                                         </row>
24074                                                 
24075                                                         <row>
24076                                                                 <entry>name</entry>
24077                                                                 <entry>text</entry>
24078                                                                 <entry><para>
24079                                                                         
24080                                                                                                                 
24081                                                                         
24082                                                                                 UNIQUE;
24083                                                                                 
24084                                                                         
24085                                                                         
24086                                                                                 NOT NULL;
24087                                                                         
24088                                                                         
24089                                                                         
24090                                                                                 
24091                                                                         
24092                                                                         </para></entry>
24093                                                         </row>
24094                                                 
24095                                                         <row>
24096                                                                 <entry>description</entry>
24097                                                                 <entry>text</entry>
24098                                                                 <entry><para>
24099                                                                         
24100                                                                         
24101                                                                                 NOT NULL;
24102                                                                         
24103                                                                         
24104                                                                         
24105                                                                         </para></entry>
24106                                                         </row>
24107                                                 
24108                                                         <row>
24109                                                                 <entry>sip2_media_type</entry>
24110                                                                 <entry>text</entry>
24111                                                                 <entry><para>
24112                                                                         
24113                                                                         
24114                                                                                 NOT NULL;
24115                                                                         
24116                                                                         
24117                                                                         
24118                                                                         </para></entry>
24119                                                         </row>
24120                                                 
24121                                                         <row>
24122                                                                 <entry>magnetic_media</entry>
24123                                                                 <entry>boolean</entry>
24124                                                                 <entry><para>
24125                                                                         
24126                                                                         
24127                                                                                 NOT NULL;
24128                                                                         
24129                                                                         
24130                                                                                 DEFAULT true;
24131                                                                         
24132                                                                         
24133                                                                         </para></entry>
24134                                                         </row>
24135                                                 
24136                                                 </tbody>
24137                                         </tgroup>
24138                                 </informaltable>
24139                                 <para>
24140                                 
24141                                 
24142                                 
24143                                         <itemizedlist>
24144                                                 <title>
24145                                                         Tables referencing acq.lineitem_detail via Foreign Key Constraints
24146                                                 </title>
24147                                 
24148                                                         <listitem>
24149                                                                 <para><xref linkend="acq.table.lineitem-detail"/></para>
24150                                                         </listitem>
24151                                                         
24152                                 
24153                                 
24154                                                         <listitem>
24155                                                                 <para><xref linkend="asset.table.copy"/></para>
24156                                                         </listitem>
24157                                                         
24158                                 
24159                                 
24160                                                         <listitem>
24161                                                                 <para><xref linkend="config.table.circ-matrix-circ-mod-test-map"/></para>
24162                                                         </listitem>
24163                                                         
24164                                 
24165                                 
24166                                                         <listitem>
24167                                                                 <para><xref linkend="config.table.circ-matrix-matchpoint"/></para>
24168                                                         </listitem>
24169                                                         
24170                                 
24171                                 
24172                                                         <listitem>
24173                                                                 <para><xref linkend="config.table.hold-matrix-matchpoint"/></para>
24174                                                         </listitem>
24175                                                         
24176                                         </itemizedlist>
24177                                 
24178                                 
24179                                 
24180                                 
24181                 </para>
24182                 </simplesect>
24183                 
24184                 <simplesect id="config.table.copy-status" xreflabel="config.copy_status">               
24185                         <title>copy_status</title>
24186                         <informaltable>
24187                                 <tgroup cols="3">
24188                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
24189                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
24190                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
24191                                         <thead>
24192                                                 <row>
24193                                                         <entry>Field</entry>
24194                                                         <entry>Data Type</entry>
24195                                                         <entry>Constraints and References</entry>
24196                                                 </row>
24197                                                 </thead>
24198                                                 <tbody>
24199                                                 
24200                                                         <row>
24201                                                                 <entry>id</entry>
24202                                                                 <entry>serial</entry>
24203                                                                 <entry><para>
24204                                                                         
24205                                                                                 
24206                                                                                         PRIMARY KEY
24207                                                                                                                 
24208                                                                         
24209                                                                         
24210                                                                         
24211                                                                         
24212                                                                         
24213                                                                                 
24214                                                                         
24215                                                                         </para></entry>
24216                                                         </row>
24217                                                 
24218                                                         <row>
24219                                                                 <entry>name</entry>
24220                                                                 <entry>text</entry>
24221                                                                 <entry><para>
24222                                                                         
24223                                                                                                                 
24224                                                                         
24225                                                                                 UNIQUE;
24226                                                                                 
24227                                                                         
24228                                                                         
24229                                                                                 NOT NULL;
24230                                                                         
24231                                                                         
24232                                                                         
24233                                                                                 
24234                                                                         
24235                                                                         </para></entry>
24236                                                         </row>
24237                                                 
24238                                                         <row>
24239                                                                 <entry>holdable</entry>
24240                                                                 <entry>boolean</entry>
24241                                                                 <entry><para>
24242                                                                         
24243                                                                         
24244                                                                                 NOT NULL;
24245                                                                         
24246                                                                         
24247                                                                                 DEFAULT false;
24248                                                                         
24249                                                                         
24250                                                                         </para></entry>
24251                                                         </row>
24252                                                 
24253                                                         <row>
24254                                                                 <entry>opac_visible</entry>
24255                                                                 <entry>boolean</entry>
24256                                                                 <entry><para>
24257                                                                         
24258                                                                         
24259                                                                                 NOT NULL;
24260                                                                         
24261                                                                         
24262                                                                                 DEFAULT false;
24263                                                                         
24264                                                                         
24265                                                                         </para></entry>
24266                                                         </row>
24267                                                 
24268                                                 </tbody>
24269                                         </tgroup>
24270                                 </informaltable>
24271                                 <para>
24272                                 
24273                                 
24274                                 
24275                                         <itemizedlist>
24276                                                 <title>
24277                                                         Tables referencing action.transit_copy via Foreign Key Constraints
24278                                                 </title>
24279                                 
24280                                                         <listitem>
24281                                                                 <para><xref linkend="action.table.transit-copy"/></para>
24282                                                         </listitem>
24283                                                         
24284                                 
24285                                 
24286                                                         <listitem>
24287                                                                 <para><xref linkend="asset.table.copy"/></para>
24288                                                         </listitem>
24289                                                         
24290                                         </itemizedlist>
24291                                 
24292                                 
24293                                 
24294                                 
24295                 </para>
24296                 </simplesect>
24297                 
24298                 <simplesect id="config.table.hold-matrix-matchpoint" xreflabel="config.hold_matrix_matchpoint">         
24299                         <title>hold_matrix_matchpoint</title>
24300                         <informaltable>
24301                                 <tgroup cols="3">
24302                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
24303                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
24304                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
24305                                         <thead>
24306                                                 <row>
24307                                                         <entry>Field</entry>
24308                                                         <entry>Data Type</entry>
24309                                                         <entry>Constraints and References</entry>
24310                                                 </row>
24311                                                 </thead>
24312                                                 <tbody>
24313                                                 
24314                                                         <row>
24315                                                                 <entry>id</entry>
24316                                                                 <entry>serial</entry>
24317                                                                 <entry><para>
24318                                                                         
24319                                                                                 
24320                                                                                         PRIMARY KEY
24321                                                                                                                 
24322                                                                         
24323                                                                         
24324                                                                         
24325                                                                         
24326                                                                         
24327                                                                                 
24328                                                                         
24329                                                                         </para></entry>
24330                                                         </row>
24331                                                 
24332                                                         <row>
24333                                                                 <entry>active</entry>
24334                                                                 <entry>boolean</entry>
24335                                                                 <entry><para>
24336                                                                         
24337                                                                         
24338                                                                                 NOT NULL;
24339                                                                         
24340                                                                         
24341                                                                                 DEFAULT true;
24342                                                                         
24343                                                                         
24344                                                                         </para></entry>
24345                                                         </row>
24346                                                 
24347                                                         <row>
24348                                                                 <entry>user_home_ou</entry>
24349                                                                 <entry>integer</entry>
24350                                                                 <entry><para>
24351                                                                         
24352                                                                                                                 
24353                                                                         
24354                                                                         
24355                                                                                                                 
24356                                                                         
24357                                                                                 UNIQUE#1
24358                                                                                 ;
24359                                                                                 
24360                                                                         
24361                                                                         
24362                                                                         
24363                                                                         
24364                                                                                 
24365                                                                                 <xref linkend="actor.table.org-unit"/>
24366                                                                                 
24367                                                                         
24368                                                                                 
24369                                                                         
24370                                                                         </para></entry>
24371                                                         </row>
24372                                                 
24373                                                         <row>
24374                                                                 <entry>request_ou</entry>
24375                                                                 <entry>integer</entry>
24376                                                                 <entry><para>
24377                                                                         
24378                                                                                                                 
24379                                                                         
24380                                                                         
24381                                                                                                                 
24382                                                                         
24383                                                                                 UNIQUE#1
24384                                                                                 ;
24385                                                                                 
24386                                                                         
24387                                                                         
24388                                                                         
24389                                                                         
24390                                                                                 
24391                                                                                 <xref linkend="actor.table.org-unit"/>
24392                                                                                 
24393                                                                         
24394                                                                                 
24395                                                                         
24396                                                                         </para></entry>
24397                                                         </row>
24398                                                 
24399                                                         <row>
24400                                                                 <entry>pickup_ou</entry>
24401                                                                 <entry>integer</entry>
24402                                                                 <entry><para>
24403                                                                         
24404                                                                                                                 
24405                                                                         
24406                                                                         
24407                                                                                                                 
24408                                                                         
24409                                                                                 UNIQUE#1
24410                                                                                 ;
24411                                                                                 
24412                                                                         
24413                                                                         
24414                                                                         
24415                                                                         
24416                                                                                 
24417                                                                                 <xref linkend="actor.table.org-unit"/>
24418                                                                                 
24419                                                                         
24420                                                                                 
24421                                                                         
24422                                                                         </para></entry>
24423                                                         </row>
24424                                                 
24425                                                         <row>
24426                                                                 <entry>item_owning_ou</entry>
24427                                                                 <entry>integer</entry>
24428                                                                 <entry><para>
24429                                                                         
24430                                                                                                                 
24431                                                                         
24432                                                                         
24433                                                                                                                 
24434                                                                         
24435                                                                                 UNIQUE#1
24436                                                                                 ;
24437                                                                                 
24438                                                                         
24439                                                                         
24440                                                                         
24441                                                                         
24442                                                                                 
24443                                                                                 <xref linkend="actor.table.org-unit"/>
24444                                                                                 
24445                                                                         
24446                                                                                 
24447                                                                         
24448                                                                         </para></entry>
24449                                                         </row>
24450                                                 
24451                                                         <row>
24452                                                                 <entry>item_circ_ou</entry>
24453                                                                 <entry>integer</entry>
24454                                                                 <entry><para>
24455                                                                         
24456                                                                                                                 
24457                                                                         
24458                                                                         
24459                                                                                                                 
24460                                                                         
24461                                                                                 UNIQUE#1
24462                                                                                 ;
24463                                                                                 
24464                                                                         
24465                                                                         
24466                                                                         
24467                                                                         
24468                                                                                 
24469                                                                                 <xref linkend="actor.table.org-unit"/>
24470                                                                                 
24471                                                                         
24472                                                                                 
24473                                                                         
24474                                                                         </para></entry>
24475                                                         </row>
24476                                                 
24477                                                         <row>
24478                                                                 <entry>usr_grp</entry>
24479                                                                 <entry>integer</entry>
24480                                                                 <entry><para>
24481                                                                         
24482                                                                                                                 
24483                                                                         
24484                                                                         
24485                                                                                                                 
24486                                                                         
24487                                                                                 UNIQUE#1
24488                                                                                 ;
24489                                                                                 
24490                                                                         
24491                                                                         
24492                                                                         
24493                                                                         
24494                                                                                 
24495                                                                                 <xref linkend="permission.table.grp-tree"/>
24496                                                                                 
24497                                                                         
24498                                                                                 
24499                                                                         
24500                                                                         </para></entry>
24501                                                         </row>
24502                                                 
24503                                                         <row>
24504                                                                 <entry>requestor_grp</entry>
24505                                                                 <entry>integer</entry>
24506                                                                 <entry><para>
24507                                                                         
24508                                                                                                                 
24509                                                                         
24510                                                                         
24511                                                                                                                 
24512                                                                         
24513                                                                                 UNIQUE#1
24514                                                                                 ;
24515                                                                                 
24516                                                                         
24517                                                                         
24518                                                                                 NOT NULL;
24519                                                                         
24520                                                                         
24521                                                                         
24522                                                                                 
24523                                                                                 <xref linkend="permission.table.grp-tree"/>
24524                                                                                 
24525                                                                         
24526                                                                                 
24527                                                                         
24528                                                                         </para></entry>
24529                                                         </row>
24530                                                 
24531                                                         <row>
24532                                                                 <entry>circ_modifier</entry>
24533                                                                 <entry>text</entry>
24534                                                                 <entry><para>
24535                                                                         
24536                                                                                                                 
24537                                                                         
24538                                                                         
24539                                                                                                                 
24540                                                                         
24541                                                                                 UNIQUE#1
24542                                                                                 ;
24543                                                                                 
24544                                                                         
24545                                                                         
24546                                                                         
24547                                                                         
24548                                                                                 
24549                                                                                 <xref linkend="config.table.circ-modifier"/>
24550                                                                                 
24551                                                                         
24552                                                                                 
24553                                                                         
24554                                                                         </para></entry>
24555                                                         </row>
24556                                                 
24557                                                         <row>
24558                                                                 <entry>marc_type</entry>
24559                                                                 <entry>text</entry>
24560                                                                 <entry><para>
24561                                                                         
24562                                                                                                                 
24563                                                                         
24564                                                                         
24565                                                                                                                 
24566                                                                         
24567                                                                                 UNIQUE#1
24568                                                                                 ;
24569                                                                                 
24570                                                                         
24571                                                                         
24572                                                                         
24573                                                                         
24574                                                                                 
24575                                                                                 <xref linkend="config.table.item-type-map"/>
24576                                                                                 
24577                                                                         
24578                                                                                 
24579                                                                         
24580                                                                         </para></entry>
24581                                                         </row>
24582                                                 
24583                                                         <row>
24584                                                                 <entry>marc_form</entry>
24585                                                                 <entry>text</entry>
24586                                                                 <entry><para>
24587                                                                         
24588                                                                                                                 
24589                                                                         
24590                                                                         
24591                                                                                                                 
24592                                                                         
24593                                                                                 UNIQUE#1
24594                                                                                 ;
24595                                                                                 
24596                                                                         
24597                                                                         
24598                                                                         
24599                                                                         
24600                                                                                 
24601                                                                                 <xref linkend="config.table.item-form-map"/>
24602                                                                                 
24603                                                                         
24604                                                                                 
24605                                                                         
24606                                                                         </para></entry>
24607                                                         </row>
24608                                                 
24609                                                         <row>
24610                                                                 <entry>marc_vr_format</entry>
24611                                                                 <entry>text</entry>
24612                                                                 <entry><para>
24613                                                                         
24614                                                                                                                 
24615                                                                         
24616                                                                         
24617                                                                                                                 
24618                                                                         
24619                                                                                 UNIQUE#1
24620                                                                                 ;
24621                                                                                 
24622                                                                         
24623                                                                         
24624                                                                         
24625                                                                         
24626                                                                                 
24627                                                                                 <xref linkend="config.table.videorecording-format-map"/>
24628                                                                                 
24629                                                                         
24630                                                                                 
24631                                                                         
24632                                                                         </para></entry>
24633                                                         </row>
24634                                                 
24635                                                         <row>
24636                                                                 <entry>ref_flag</entry>
24637                                                                 <entry>boolean</entry>
24638                                                                 <entry><para>
24639                                                                         
24640                                                                         
24641                                                                         
24642                                                                         
24643                                                                         </para></entry>
24644                                                         </row>
24645                                                 
24646                                                         <row>
24647                                                                 <entry>juvenile_flag</entry>
24648                                                                 <entry>boolean</entry>
24649                                                                 <entry><para>
24650                                                                         
24651                                                                         
24652                                                                         
24653                                                                         
24654                                                                         </para></entry>
24655                                                         </row>
24656                                                 
24657                                                         <row>
24658                                                                 <entry>age_hold_protect_rule</entry>
24659                                                                 <entry>integer</entry>
24660                                                                 <entry><para>
24661                                                                         
24662                                                                                                                 
24663                                                                         
24664                                                                         
24665                                                                         
24666                                                                         
24667                                                                         
24668                                                                                 
24669                                                                                 <xref linkend="config.table.rule-age-hold-protect"/>
24670                                                                                 
24671                                                                         
24672                                                                         </para></entry>
24673                                                         </row>
24674                                                 
24675                                                         <row>
24676                                                                 <entry>holdable</entry>
24677                                                                 <entry>boolean</entry>
24678                                                                 <entry><para>
24679                                                                         
24680                                                                         
24681                                                                                 NOT NULL;
24682                                                                         
24683                                                                         
24684                                                                                 DEFAULT true;
24685                                                                         
24686                                                                         
24687                                                                         </para></entry>
24688                                                         </row>
24689                                                 
24690                                                         <row>
24691                                                                 <entry>distance_is_from_owner</entry>
24692                                                                 <entry>boolean</entry>
24693                                                                 <entry><para>
24694                                                                         
24695                                                                         
24696                                                                                 NOT NULL;
24697                                                                         
24698                                                                         
24699                                                                                 DEFAULT false;
24700                                                                         
24701                                                                         
24702                                                                         </para></entry>
24703                                                         </row>
24704                                                 
24705                                                         <row>
24706                                                                 <entry>transit_range</entry>
24707                                                                 <entry>integer</entry>
24708                                                                 <entry><para>
24709                                                                         
24710                                                                                                                 
24711                                                                         
24712                                                                         
24713                                                                         
24714                                                                         
24715                                                                         
24716                                                                                 
24717                                                                                 <xref linkend="actor.table.org-unit-type"/>
24718                                                                                 
24719                                                                         
24720                                                                         </para></entry>
24721                                                         </row>
24722                                                 
24723                                                         <row>
24724                                                                 <entry>max_holds</entry>
24725                                                                 <entry>integer</entry>
24726                                                                 <entry><para>
24727                                                                         
24728                                                                         
24729                                                                         
24730                                                                         
24731                                                                         </para></entry>
24732                                                         </row>
24733                                                 
24734                                                         <row>
24735                                                                 <entry>include_frozen_holds</entry>
24736                                                                 <entry>boolean</entry>
24737                                                                 <entry><para>
24738                                                                         
24739                                                                         
24740                                                                                 NOT NULL;
24741                                                                         
24742                                                                         
24743                                                                                 DEFAULT true;
24744                                                                         
24745                                                                         
24746                                                                         </para></entry>
24747                                                         </row>
24748                                                 
24749                                                         <row>
24750                                                                 <entry>stop_blocked_user</entry>
24751                                                                 <entry>boolean</entry>
24752                                                                 <entry><para>
24753                                                                         
24754                                                                         
24755                                                                                 NOT NULL;
24756                                                                         
24757                                                                         
24758                                                                                 DEFAULT false;
24759                                                                         
24760                                                                         
24761                                                                         </para></entry>
24762                                                         </row>
24763                                                 
24764                                                 </tbody>
24765                                         </tgroup>
24766                                 </informaltable>
24767                                 <para>
24768                                 
24769                                 
24770                                 
24771                                         <itemizedlist>
24772                                                 <title>
24773                                                         Tables referencing config.hold_matrix_test via Foreign Key Constraints
24774                                                 </title>
24775                                 
24776                                                         <listitem>
24777                                                                 <para><xref linkend="config.table.hold-matrix-test"/></para>
24778                                                         </listitem>
24779                                                         
24780                                         </itemizedlist>
24781                                 
24782                                 
24783                                 
24784                                 
24785                 </para>
24786                 </simplesect>
24787                 
24788                 <simplesect id="config.table.hold-matrix-test" xreflabel="config.hold_matrix_test">             
24789                         <title>hold_matrix_test</title>
24790                         <informaltable>
24791                                 <tgroup cols="3">
24792                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
24793                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
24794                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
24795                                         <thead>
24796                                                 <row>
24797                                                         <entry>Field</entry>
24798                                                         <entry>Data Type</entry>
24799                                                         <entry>Constraints and References</entry>
24800                                                 </row>
24801                                                 </thead>
24802                                                 <tbody>
24803                                                 
24804                                                         <row>
24805                                                                 <entry>matchpoint</entry>
24806                                                                 <entry>integer</entry>
24807                                                                 <entry><para>
24808                                                                         
24809                                                                                                                 
24810                                                                         
24811                                                                         
24812                                                                                 
24813                                                                                         PRIMARY KEY
24814                                                                                                                 
24815                                                                         
24816                                                                         
24817                                                                         
24818                                                                         
24819                                                                         
24820                                                                                 
24821                                                                                 <xref linkend="config.table.hold-matrix-matchpoint"/>
24822                                                                                 
24823                                                                         
24824                                                                                 
24825                                                                         
24826                                                                         </para></entry>
24827                                                         </row>
24828                                                 
24829                                                         <row>
24830                                                                 <entry>holdable</entry>
24831                                                                 <entry>boolean</entry>
24832                                                                 <entry><para>
24833                                                                         
24834                                                                         
24835                                                                                 NOT NULL;
24836                                                                         
24837                                                                         
24838                                                                                 DEFAULT true;
24839                                                                         
24840                                                                         
24841                                                                         </para></entry>
24842                                                         </row>
24843                                                 
24844                                                         <row>
24845                                                                 <entry>distance_is_from_owner</entry>
24846                                                                 <entry>boolean</entry>
24847                                                                 <entry><para>
24848                                                                         
24849                                                                         
24850                                                                                 NOT NULL;
24851                                                                         
24852                                                                         
24853                                                                                 DEFAULT false;
24854                                                                         
24855                                                                         
24856                                                                         </para></entry>
24857                                                         </row>
24858                                                 
24859                                                         <row>
24860                                                                 <entry>transit_range</entry>
24861                                                                 <entry>integer</entry>
24862                                                                 <entry><para>
24863                                                                         
24864                                                                                                                 
24865                                                                         
24866                                                                         
24867                                                                         
24868                                                                         
24869                                                                         
24870                                                                                 
24871                                                                                 <xref linkend="actor.table.org-unit-type"/>
24872                                                                                 
24873                                                                         
24874                                                                         </para></entry>
24875                                                         </row>
24876                                                 
24877                                                         <row>
24878                                                                 <entry>max_holds</entry>
24879                                                                 <entry>integer</entry>
24880                                                                 <entry><para>
24881                                                                         
24882                                                                         
24883                                                                         
24884                                                                         
24885                                                                         </para></entry>
24886                                                         </row>
24887                                                 
24888                                                         <row>
24889                                                                 <entry>include_frozen_holds</entry>
24890                                                                 <entry>boolean</entry>
24891                                                                 <entry><para>
24892                                                                         
24893                                                                         
24894                                                                                 NOT NULL;
24895                                                                         
24896                                                                         
24897                                                                                 DEFAULT true;
24898                                                                         
24899                                                                         
24900                                                                         </para></entry>
24901                                                         </row>
24902                                                 
24903                                                         <row>
24904                                                                 <entry>stop_blocked_user</entry>
24905                                                                 <entry>boolean</entry>
24906                                                                 <entry><para>
24907                                                                         
24908                                                                         
24909                                                                                 NOT NULL;
24910                                                                         
24911                                                                         
24912                                                                                 DEFAULT false;
24913                                                                         
24914                                                                         
24915                                                                         </para></entry>
24916                                                         </row>
24917                                                 
24918                                                         <row>
24919                                                                 <entry>age_hold_protect_rule</entry>
24920                                                                 <entry>integer</entry>
24921                                                                 <entry><para>
24922                                                                         
24923                                                                                                                 
24924                                                                         
24925                                                                         
24926                                                                         
24927                                                                         
24928                                                                         
24929                                                                                 
24930                                                                                 <xref linkend="config.table.rule-age-hold-protect"/>
24931                                                                                 
24932                                                                         
24933                                                                         </para></entry>
24934                                                         </row>
24935                                                 
24936                                                 </tbody>
24937                                         </tgroup>
24938                                 </informaltable>
24939                                 <para>
24940                                 
24941                                 
24942                                 
24943                                 
24944                 </para>
24945                 </simplesect>
24946                 
24947                 <simplesect id="config.table.i18n-core" xreflabel="config.i18n_core">           
24948                         <title>i18n_core</title>
24949                         <informaltable>
24950                                 <tgroup cols="3">
24951                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
24952                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
24953                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
24954                                         <thead>
24955                                                 <row>
24956                                                         <entry>Field</entry>
24957                                                         <entry>Data Type</entry>
24958                                                         <entry>Constraints and References</entry>
24959                                                 </row>
24960                                                 </thead>
24961                                                 <tbody>
24962                                                 
24963                                                         <row>
24964                                                                 <entry>id</entry>
24965                                                                 <entry>bigserial</entry>
24966                                                                 <entry><para>
24967                                                                         
24968                                                                                 
24969                                                                                         PRIMARY KEY
24970                                                                                                                 
24971                                                                         
24972                                                                         
24973                                                                         
24974                                                                         
24975                                                                         
24976                                                                                 
24977                                                                         
24978                                                                         </para></entry>
24979                                                         </row>
24980                                                 
24981                                                         <row>
24982                                                                 <entry>fq_field</entry>
24983                                                                 <entry>text</entry>
24984                                                                 <entry><para>
24985                                                                         
24986                                                                         
24987                                                                                 NOT NULL;
24988                                                                         
24989                                                                         
24990                                                                         
24991                                                                         </para></entry>
24992                                                         </row>
24993                                                 
24994                                                         <row>
24995                                                                 <entry>identity_value</entry>
24996                                                                 <entry>text</entry>
24997                                                                 <entry><para>
24998                                                                         
24999                                                                         
25000                                                                                 NOT NULL;
25001                                                                         
25002                                                                         
25003                                                                         
25004                                                                         </para></entry>
25005                                                         </row>
25006                                                 
25007                                                         <row>
25008                                                                 <entry>translation</entry>
25009                                                                 <entry>text</entry>
25010                                                                 <entry><para>
25011                                                                         
25012                                                                                                                 
25013                                                                         
25014                                                                         
25015                                                                         
25016                                                                                 NOT NULL;
25017                                                                         
25018                                                                         
25019                                                                         
25020                                                                                 
25021                                                                                 <xref linkend="config.table.i18n-locale"/>
25022                                                                                 
25023                                                                         
25024                                                                         </para></entry>
25025                                                         </row>
25026                                                 
25027                                                         <row>
25028                                                                 <entry>string</entry>
25029                                                                 <entry>text</entry>
25030                                                                 <entry><para>
25031                                                                         
25032                                                                         
25033                                                                                 NOT NULL;
25034                                                                         
25035                                                                         
25036                                                                         
25037                                                                         </para></entry>
25038                                                         </row>
25039                                                 
25040                                                 </tbody>
25041                                         </tgroup>
25042                                 </informaltable>
25043                                 <para>
25044                                 
25045                                 
25046                                 
25047                                 
25048                 </para>
25049                 </simplesect>
25050                 
25051                 <simplesect id="config.table.i18n-locale" xreflabel="config.i18n_locale">               
25052                         <title>i18n_locale</title>
25053                         <informaltable>
25054                                 <tgroup cols="3">
25055                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
25056                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
25057                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
25058                                         <thead>
25059                                                 <row>
25060                                                         <entry>Field</entry>
25061                                                         <entry>Data Type</entry>
25062                                                         <entry>Constraints and References</entry>
25063                                                 </row>
25064                                                 </thead>
25065                                                 <tbody>
25066                                                 
25067                                                         <row>
25068                                                                 <entry>code</entry>
25069                                                                 <entry>text</entry>
25070                                                                 <entry><para>
25071                                                                         
25072                                                                                 
25073                                                                                         PRIMARY KEY
25074                                                                                                                 
25075                                                                         
25076                                                                         
25077                                                                         
25078                                                                         
25079                                                                         
25080                                                                                 
25081                                                                         
25082                                                                         </para></entry>
25083                                                         </row>
25084                                                 
25085                                                         <row>
25086                                                                 <entry>marc_code</entry>
25087                                                                 <entry>text</entry>
25088                                                                 <entry><para>
25089                                                                         
25090                                                                                                                 
25091                                                                         
25092                                                                         
25093                                                                         
25094                                                                                 NOT NULL;
25095                                                                         
25096                                                                         
25097                                                                         
25098                                                                                 
25099                                                                                 <xref linkend="config.table.language-map"/>
25100                                                                                 
25101                                                                         
25102                                                                         </para></entry>
25103                                                         </row>
25104                                                 
25105                                                         <row>
25106                                                                 <entry>name</entry>
25107                                                                 <entry>text</entry>
25108                                                                 <entry><para>
25109                                                                         
25110                                                                                                                 
25111                                                                         
25112                                                                                 UNIQUE;
25113                                                                                 
25114                                                                         
25115                                                                         
25116                                                                                 NOT NULL;
25117                                                                         
25118                                                                         
25119                                                                         
25120                                                                                 
25121                                                                         
25122                                                                         </para></entry>
25123                                                         </row>
25124                                                 
25125                                                         <row>
25126                                                                 <entry>description</entry>
25127                                                                 <entry>text</entry>
25128                                                                 <entry><para>
25129                                                                         
25130                                                                         
25131                                                                         
25132                                                                         
25133                                                                         </para></entry>
25134                                                         </row>
25135                                                 
25136                                                 </tbody>
25137                                         </tgroup>
25138                                 </informaltable>
25139                                 <para>
25140                                 
25141                                 
25142                                 
25143                                         <itemizedlist>
25144                                                 <title>
25145                                                         Tables referencing config.i18n_core via Foreign Key Constraints
25146                                                 </title>
25147                                 
25148                                                         <listitem>
25149                                                                 <para><xref linkend="config.table.i18n-core"/></para>
25150                                                         </listitem>
25151                                                         
25152                                         </itemizedlist>
25153                                 
25154                                 
25155                                 
25156                                 
25157                 </para>
25158                 </simplesect>
25159                 
25160                 <simplesect id="config.table.identification-type" xreflabel="config.identification_type">               
25161                         <title>identification_type</title>
25162                         <informaltable>
25163                                 <tgroup cols="3">
25164                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
25165                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
25166                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
25167                                         <thead>
25168                                                 <row>
25169                                                         <entry>Field</entry>
25170                                                         <entry>Data Type</entry>
25171                                                         <entry>Constraints and References</entry>
25172                                                 </row>
25173                                                 </thead>
25174                                                 <tbody>
25175                                                 
25176                                                         <row>
25177                                                                 <entry>id</entry>
25178                                                                 <entry>serial</entry>
25179                                                                 <entry><para>
25180                                                                         
25181                                                                                 
25182                                                                                         PRIMARY KEY
25183                                                                                                                 
25184                                                                         
25185                                                                         
25186                                                                         
25187                                                                         
25188                                                                         
25189                                                                                 
25190                                                                         
25191                                                                         </para></entry>
25192                                                         </row>
25193                                                 
25194                                                         <row>
25195                                                                 <entry>name</entry>
25196                                                                 <entry>text</entry>
25197                                                                 <entry><para>
25198                                                                         
25199                                                                                                                 
25200                                                                         
25201                                                                                 UNIQUE;
25202                                                                                 
25203                                                                         
25204                                                                         
25205                                                                                 NOT NULL;
25206                                                                         
25207                                                                         
25208                                                                         
25209                                                                                 
25210                                                                         
25211                                                                         </para></entry>
25212                                                         </row>
25213                                                 
25214                                                 </tbody>
25215                                         </tgroup>
25216                                 </informaltable>
25217                                 <para>
25218                                 
25219                                 
25220                                 
25221                                         <itemizedlist>
25222                                                 <title>
25223                                                         Tables referencing actor.usr via Foreign Key Constraints
25224                                                 </title>
25225                                 
25226                                                         <listitem>
25227                                                                 <para><xref linkend="actor.table.usr"/></para>
25228                                                         </listitem>
25229                                                         
25230                                         </itemizedlist>
25231                                 
25232                                 
25233                                 
25234                                 
25235                 </para>
25236                 </simplesect>
25237                 
25238                 <simplesect id="config.table.idl-field-doc" xreflabel="config.idl_field_doc">           
25239                         <title>idl_field_doc</title>
25240                         <informaltable>
25241                                 <tgroup cols="3">
25242                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
25243                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
25244                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
25245                                         <thead>
25246                                                 <row>
25247                                                         <entry>Field</entry>
25248                                                         <entry>Data Type</entry>
25249                                                         <entry>Constraints and References</entry>
25250                                                 </row>
25251                                                 </thead>
25252                                                 <tbody>
25253                                                 
25254                                                         <row>
25255                                                                 <entry>id</entry>
25256                                                                 <entry>bigserial</entry>
25257                                                                 <entry><para>
25258                                                                         
25259                                                                                 
25260                                                                                         PRIMARY KEY
25261                                                                                                                 
25262                                                                         
25263                                                                         
25264                                                                         
25265                                                                         
25266                                                                         
25267                                                                                 
25268                                                                         
25269                                                                         </para></entry>
25270                                                         </row>
25271                                                 
25272                                                         <row>
25273                                                                 <entry>fm_class</entry>
25274                                                                 <entry>text</entry>
25275                                                                 <entry><para>
25276                                                                         
25277                                                                         
25278                                                                                 NOT NULL;
25279                                                                         
25280                                                                         
25281                                                                         
25282                                                                         </para></entry>
25283                                                         </row>
25284                                                 
25285                                                         <row>
25286                                                                 <entry>field</entry>
25287                                                                 <entry>text</entry>
25288                                                                 <entry><para>
25289                                                                         
25290                                                                         
25291                                                                                 NOT NULL;
25292                                                                         
25293                                                                         
25294                                                                         
25295                                                                         </para></entry>
25296                                                         </row>
25297                                                 
25298                                                         <row>
25299                                                                 <entry>owner</entry>
25300                                                                 <entry>integer</entry>
25301                                                                 <entry><para>
25302                                                                         
25303                                                                                                                 
25304                                                                         
25305                                                                         
25306                                                                         
25307                                                                                 NOT NULL;
25308                                                                         
25309                                                                         
25310                                                                         
25311                                                                                 
25312                                                                                 <xref linkend="actor.table.org-unit"/>
25313                                                                                 
25314                                                                         
25315                                                                         </para></entry>
25316                                                         </row>
25317                                                 
25318                                                         <row>
25319                                                                 <entry>string</entry>
25320                                                                 <entry>text</entry>
25321                                                                 <entry><para>
25322                                                                         
25323                                                                         
25324                                                                                 NOT NULL;
25325                                                                         
25326                                                                         
25327                                                                         
25328                                                                         </para></entry>
25329                                                         </row>
25330                                                 
25331                                                 </tbody>
25332                                         </tgroup>
25333                                 </informaltable>
25334                                 <para>
25335                                 
25336                                 
25337                                 
25338                                 
25339                 </para>
25340                 </simplesect>
25341                 
25342                 <simplesect id="config.table.item-form-map" xreflabel="config.item_form_map">           
25343                         <title>item_form_map</title>
25344                         <informaltable>
25345                                 <tgroup cols="3">
25346                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
25347                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
25348                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
25349                                         <thead>
25350                                                 <row>
25351                                                         <entry>Field</entry>
25352                                                         <entry>Data Type</entry>
25353                                                         <entry>Constraints and References</entry>
25354                                                 </row>
25355                                                 </thead>
25356                                                 <tbody>
25357                                                 
25358                                                         <row>
25359                                                                 <entry>code</entry>
25360                                                                 <entry>text</entry>
25361                                                                 <entry><para>
25362                                                                         
25363                                                                                 
25364                                                                                         PRIMARY KEY
25365                                                                                                                 
25366                                                                         
25367                                                                         
25368                                                                         
25369                                                                         
25370                                                                         
25371                                                                                 
25372                                                                         
25373                                                                         </para></entry>
25374                                                         </row>
25375                                                 
25376                                                         <row>
25377                                                                 <entry>value</entry>
25378                                                                 <entry>text</entry>
25379                                                                 <entry><para>
25380                                                                         
25381                                                                         
25382                                                                                 NOT NULL;
25383                                                                         
25384                                                                         
25385                                                                         
25386                                                                         </para></entry>
25387                                                         </row>
25388                                                 
25389                                                 </tbody>
25390                                         </tgroup>
25391                                 </informaltable>
25392                                 <para>
25393                                 
25394                                 
25395                                 
25396                                         <itemizedlist>
25397                                                 <title>
25398                                                         Tables referencing config.circ_matrix_matchpoint via Foreign Key Constraints
25399                                                 </title>
25400                                 
25401                                                         <listitem>
25402                                                                 <para><xref linkend="config.table.circ-matrix-matchpoint"/></para>
25403                                                         </listitem>
25404                                                         
25405                                 
25406                                 
25407                                                         <listitem>
25408                                                                 <para><xref linkend="config.table.hold-matrix-matchpoint"/></para>
25409                                                         </listitem>
25410                                                         
25411                                         </itemizedlist>
25412                                 
25413                                 
25414                                 
25415                                 
25416                 </para>
25417                 </simplesect>
25418                 
25419                 <simplesect id="config.table.item-type-map" xreflabel="config.item_type_map">           
25420                         <title>item_type_map</title>
25421                         <informaltable>
25422                                 <tgroup cols="3">
25423                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
25424                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
25425                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
25426                                         <thead>
25427                                                 <row>
25428                                                         <entry>Field</entry>
25429                                                         <entry>Data Type</entry>
25430                                                         <entry>Constraints and References</entry>
25431                                                 </row>
25432                                                 </thead>
25433                                                 <tbody>
25434                                                 
25435                                                         <row>
25436                                                                 <entry>code</entry>
25437                                                                 <entry>text</entry>
25438                                                                 <entry><para>
25439                                                                         
25440                                                                                 
25441                                                                                         PRIMARY KEY
25442                                                                                                                 
25443                                                                         
25444                                                                         
25445                                                                         
25446                                                                         
25447                                                                         
25448                                                                                 
25449                                                                         
25450                                                                         </para></entry>
25451                                                         </row>
25452                                                 
25453                                                         <row>
25454                                                                 <entry>value</entry>
25455                                                                 <entry>text</entry>
25456                                                                 <entry><para>
25457                                                                         
25458                                                                         
25459                                                                                 NOT NULL;
25460                                                                         
25461                                                                         
25462                                                                         
25463                                                                         </para></entry>
25464                                                         </row>
25465                                                 
25466                                                 </tbody>
25467                                         </tgroup>
25468                                 </informaltable>
25469                                 <para>
25470                                 
25471                                 
25472                                 
25473                                         <itemizedlist>
25474                                                 <title>
25475                                                         Tables referencing config.circ_matrix_matchpoint via Foreign Key Constraints
25476                                                 </title>
25477                                 
25478                                                         <listitem>
25479                                                                 <para><xref linkend="config.table.circ-matrix-matchpoint"/></para>
25480                                                         </listitem>
25481                                                         
25482                                 
25483                                 
25484                                                         <listitem>
25485                                                                 <para><xref linkend="config.table.hold-matrix-matchpoint"/></para>
25486                                                         </listitem>
25487                                                         
25488                                         </itemizedlist>
25489                                 
25490                                 
25491                                 
25492                                 
25493                 </para>
25494                 </simplesect>
25495                 
25496                 <simplesect id="config.table.language-map" xreflabel="config.language_map">             
25497                         <title>language_map</title>
25498                         <informaltable>
25499                                 <tgroup cols="3">
25500                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
25501                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
25502                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
25503                                         <thead>
25504                                                 <row>
25505                                                         <entry>Field</entry>
25506                                                         <entry>Data Type</entry>
25507                                                         <entry>Constraints and References</entry>
25508                                                 </row>
25509                                                 </thead>
25510                                                 <tbody>
25511                                                 
25512                                                         <row>
25513                                                                 <entry>code</entry>
25514                                                                 <entry>text</entry>
25515                                                                 <entry><para>
25516                                                                         
25517                                                                                 
25518                                                                                         PRIMARY KEY
25519                                                                                                                 
25520                                                                         
25521                                                                         
25522                                                                         
25523                                                                         
25524                                                                         
25525                                                                                 
25526                                                                         
25527                                                                         </para></entry>
25528                                                         </row>
25529                                                 
25530                                                         <row>
25531                                                                 <entry>value</entry>
25532                                                                 <entry>text</entry>
25533                                                                 <entry><para>
25534                                                                         
25535                                                                         
25536                                                                                 NOT NULL;
25537                                                                         
25538                                                                         
25539                                                                         
25540                                                                         </para></entry>
25541                                                         </row>
25542                                                 
25543                                                 </tbody>
25544                                         </tgroup>
25545                                 </informaltable>
25546                                 <para>
25547                                 
25548                                 
25549                                 
25550                                         <itemizedlist>
25551                                                 <title>
25552                                                         Tables referencing config.i18n_locale via Foreign Key Constraints
25553                                                 </title>
25554                                 
25555                                                         <listitem>
25556                                                                 <para><xref linkend="config.table.i18n-locale"/></para>
25557                                                         </listitem>
25558                                                         
25559                                         </itemizedlist>
25560                                 
25561                                 
25562                                 
25563                                 
25564                 </para>
25565                 </simplesect>
25566                 
25567                 <simplesect id="config.table.lit-form-map" xreflabel="config.lit_form_map">             
25568                         <title>lit_form_map</title>
25569                         <informaltable>
25570                                 <tgroup cols="3">
25571                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
25572                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
25573                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
25574                                         <thead>
25575                                                 <row>
25576                                                         <entry>Field</entry>
25577                                                         <entry>Data Type</entry>
25578                                                         <entry>Constraints and References</entry>
25579                                                 </row>
25580                                                 </thead>
25581                                                 <tbody>
25582                                                 
25583                                                         <row>
25584                                                                 <entry>code</entry>
25585                                                                 <entry>text</entry>
25586                                                                 <entry><para>
25587                                                                         
25588                                                                                 
25589                                                                                         PRIMARY KEY
25590                                                                                                                 
25591                                                                         
25592                                                                         
25593                                                                         
25594                                                                         
25595                                                                         
25596                                                                                 
25597                                                                         
25598                                                                         </para></entry>
25599                                                         </row>
25600                                                 
25601                                                         <row>
25602                                                                 <entry>value</entry>
25603                                                                 <entry>text</entry>
25604                                                                 <entry><para>
25605                                                                         
25606                                                                         
25607                                                                                 NOT NULL;
25608                                                                         
25609                                                                         
25610                                                                         
25611                                                                         </para></entry>
25612                                                         </row>
25613                                                 
25614                                                         <row>
25615                                                                 <entry>description</entry>
25616                                                                 <entry>text</entry>
25617                                                                 <entry><para>
25618                                                                         
25619                                                                         
25620                                                                         
25621                                                                         
25622                                                                         </para></entry>
25623                                                         </row>
25624                                                 
25625                                                 </tbody>
25626                                         </tgroup>
25627                                 </informaltable>
25628                                 <para>
25629                                 
25630                                 
25631                                 
25632                                 
25633                 </para>
25634                 </simplesect>
25635                 
25636                 <simplesect id="config.table.metabib-field" xreflabel="config.metabib_field">           
25637                         <title>metabib_field</title>
25638                         <informaltable>
25639                                 <tgroup cols="3">
25640                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
25641                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
25642                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
25643                                         <thead>
25644                                                 <row>
25645                                                         <entry>Field</entry>
25646                                                         <entry>Data Type</entry>
25647                                                         <entry>Constraints and References</entry>
25648                                                 </row>
25649                                                 </thead>
25650                                                 <tbody>
25651                                                 
25652                                                         <row>
25653                                                                 <entry>id</entry>
25654                                                                 <entry>serial</entry>
25655                                                                 <entry><para>
25656                                                                         
25657                                                                                 
25658                                                                                         PRIMARY KEY
25659                                                                                                                 
25660                                                                         
25661                                                                         
25662                                                                         
25663                                                                         
25664                                                                         
25665                                                                                 
25666                                                                         
25667                                                                         </para></entry>
25668                                                         </row>
25669                                                 
25670                                                         <row>
25671                                                                 <entry>field_class</entry>
25672                                                                 <entry>text</entry>
25673                                                                 <entry><para>
25674                                                                         
25675                                                                         
25676                                                                                 NOT NULL;
25677                                                                         
25678                                                                         
25679                                                                         
25680                                                                         </para></entry>
25681                                                         </row>
25682                                                 
25683                                                         <row>
25684                                                                 <entry>name</entry>
25685                                                                 <entry>text</entry>
25686                                                                 <entry><para>
25687                                                                         
25688                                                                         
25689                                                                                 NOT NULL;
25690                                                                         
25691                                                                         
25692                                                                         
25693                                                                         </para></entry>
25694                                                         </row>
25695                                                 
25696                                                         <row>
25697                                                                 <entry>xpath</entry>
25698                                                                 <entry>text</entry>
25699                                                                 <entry><para>
25700                                                                         
25701                                                                         
25702                                                                                 NOT NULL;
25703                                                                         
25704                                                                         
25705                                                                         
25706                                                                         </para></entry>
25707                                                         </row>
25708                                                 
25709                                                         <row>
25710                                                                 <entry>weight</entry>
25711                                                                 <entry>integer</entry>
25712                                                                 <entry><para>
25713                                                                         
25714                                                                         
25715                                                                                 NOT NULL;
25716                                                                         
25717                                                                         
25718                                                                                 DEFAULT 1;
25719                                                                         
25720                                                                         
25721                                                                         </para></entry>
25722                                                         </row>
25723                                                 
25724                                                         <row>
25725                                                                 <entry>format</entry>
25726                                                                 <entry>text</entry>
25727                                                                 <entry><para>
25728                                                                         
25729                                                                         
25730                                                                                 NOT NULL;
25731                                                                         
25732                                                                         
25733                                                                                 DEFAULT &apos;mods32&apos;::text;
25734                                                                         
25735                                                                         
25736                                                                         </para></entry>
25737                                                         </row>
25738                                                 
25739                                                         <row>
25740                                                                 <entry>search_field</entry>
25741                                                                 <entry>boolean</entry>
25742                                                                 <entry><para>
25743                                                                         
25744                                                                         
25745                                                                                 NOT NULL;
25746                                                                         
25747                                                                         
25748                                                                                 DEFAULT true;
25749                                                                         
25750                                                                         
25751                                                                         </para></entry>
25752                                                         </row>
25753                                                 
25754                                                         <row>
25755                                                                 <entry>facet_field</entry>
25756                                                                 <entry>boolean</entry>
25757                                                                 <entry><para>
25758                                                                         
25759                                                                         
25760                                                                                 NOT NULL;
25761                                                                         
25762                                                                         
25763                                                                                 DEFAULT false;
25764                                                                         
25765                                                                         
25766                                                                         </para></entry>
25767                                                         </row>
25768                                                 
25769                                                 </tbody>
25770                                         </tgroup>
25771                                 </informaltable>
25772                                 <para>
25773                                 
25774                                 
25775                                         <variablelist>
25776                                                 <title>Constraints on metabib_field</title>
25777                                                 
25778                                                 <varlistentry>
25779                                                         <term>metabib_field_field_class_check</term>
25780                                                         <listitem><para>CHECK ((lower(field_class) = ANY (ARRAY[&apos;title&apos;::text, &apos;author&apos;::text, &apos;subject&apos;::text, &apos;keyword&apos;::text, &apos;series&apos;::text])))</para></listitem>
25781                                                 </varlistentry>
25782                                                 
25783                                         </variablelist>
25784                                 
25785                                 
25786                                 
25787                                 
25788                                         <itemizedlist>
25789                                                 <title>
25790                                                         Tables referencing metabib.author_field_entry via Foreign Key Constraints
25791                                                 </title>
25792                                 
25793                                                         <listitem>
25794                                                                 <para><xref linkend="metabib.table.author-field-entry"/></para>
25795                                                         </listitem>
25796                                                         
25797                                 
25798                                 
25799                                                         <listitem>
25800                                                                 <para><xref linkend="metabib.table.keyword-field-entry"/></para>
25801                                                         </listitem>
25802                                                         
25803                                 
25804                                 
25805                                                         <listitem>
25806                                                                 <para><xref linkend="metabib.table.subject-field-entry"/></para>
25807                                                         </listitem>
25808                                                         
25809                                 
25810                                 
25811                                                         <listitem>
25812                                                                 <para><xref linkend="metabib.table.title-field-entry"/></para>
25813                                                         </listitem>
25814                                                         
25815                                 
25816                                 
25817                                                         <listitem>
25818                                                                 <para><xref linkend="search.table.relevance-adjustment"/></para>
25819                                                         </listitem>
25820                                                         
25821                                         </itemizedlist>
25822                                 
25823                                 
25824                                 
25825                                 
25826                 </para>
25827                 </simplesect>
25828                 
25829                 <simplesect id="config.table.net-access-level" xreflabel="config.net_access_level">             
25830                         <title>net_access_level</title>
25831                         <informaltable>
25832                                 <tgroup cols="3">
25833                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
25834                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
25835                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
25836                                         <thead>
25837                                                 <row>
25838                                                         <entry>Field</entry>
25839                                                         <entry>Data Type</entry>
25840                                                         <entry>Constraints and References</entry>
25841                                                 </row>
25842                                                 </thead>
25843                                                 <tbody>
25844                                                 
25845                                                         <row>
25846                                                                 <entry>id</entry>
25847                                                                 <entry>serial</entry>
25848                                                                 <entry><para>
25849                                                                         
25850                                                                                 
25851                                                                                         PRIMARY KEY
25852                                                                                                                 
25853                                                                         
25854                                                                         
25855                                                                         
25856                                                                         
25857                                                                         
25858                                                                                 
25859                                                                         
25860                                                                         </para></entry>
25861                                                         </row>
25862                                                 
25863                                                         <row>
25864                                                                 <entry>name</entry>
25865                                                                 <entry>text</entry>
25866                                                                 <entry><para>
25867                                                                         
25868                                                                                                                 
25869                                                                         
25870                                                                                 UNIQUE;
25871                                                                                 
25872                                                                         
25873                                                                         
25874                                                                                 NOT NULL;
25875                                                                         
25876                                                                         
25877                                                                         
25878                                                                                 
25879                                                                         
25880                                                                         </para></entry>
25881                                                         </row>
25882                                                 
25883                                                 </tbody>
25884                                         </tgroup>
25885                                 </informaltable>
25886                                 <para>
25887                                 
25888                                 
25889                                 
25890                                         <itemizedlist>
25891                                                 <title>
25892                                                         Tables referencing actor.usr via Foreign Key Constraints
25893                                                 </title>
25894                                 
25895                                                         <listitem>
25896                                                                 <para><xref linkend="actor.table.usr"/></para>
25897                                                         </listitem>
25898                                                         
25899                                         </itemizedlist>
25900                                 
25901                                 
25902                                 
25903                                 
25904                 </para>
25905                 </simplesect>
25906                 
25907                 <simplesect id="config.table.non-cataloged-type" xreflabel="config.non_cataloged_type">         
25908                         <title>non_cataloged_type</title>
25909                         <informaltable>
25910                                 <tgroup cols="3">
25911                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
25912                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
25913                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
25914                                         <thead>
25915                                                 <row>
25916                                                         <entry>Field</entry>
25917                                                         <entry>Data Type</entry>
25918                                                         <entry>Constraints and References</entry>
25919                                                 </row>
25920                                                 </thead>
25921                                                 <tbody>
25922                                                 
25923                                                         <row>
25924                                                                 <entry>id</entry>
25925                                                                 <entry>serial</entry>
25926                                                                 <entry><para>
25927                                                                         
25928                                                                                 
25929                                                                                         PRIMARY KEY
25930                                                                                                                 
25931                                                                         
25932                                                                         
25933                                                                         
25934                                                                         
25935                                                                         
25936                                                                                 
25937                                                                         
25938                                                                         </para></entry>
25939                                                         </row>
25940                                                 
25941                                                         <row>
25942                                                                 <entry>owning_lib</entry>
25943                                                                 <entry>integer</entry>
25944                                                                 <entry><para>
25945                                                                         
25946                                                                                                                 
25947                                                                         
25948                                                                                 UNIQUE#1
25949                                                                                 ;
25950                                                                                 
25951                                                                         
25952                                                                         
25953                                                                                 NOT NULL;
25954                                                                         
25955                                                                         
25956                                                                         
25957                                                                                 
25958                                                                         
25959                                                                         </para></entry>
25960                                                         </row>
25961                                                 
25962                                                         <row>
25963                                                                 <entry>name</entry>
25964                                                                 <entry>text</entry>
25965                                                                 <entry><para>
25966                                                                         
25967                                                                                                                 
25968                                                                         
25969                                                                                 UNIQUE#1
25970                                                                                 ;
25971                                                                                 
25972                                                                         
25973                                                                         
25974                                                                                 NOT NULL;
25975                                                                         
25976                                                                         
25977                                                                         
25978                                                                                 
25979                                                                         
25980                                                                         </para></entry>
25981                                                         </row>
25982                                                 
25983                                                         <row>
25984                                                                 <entry>circ_duration</entry>
25985                                                                 <entry>interval</entry>
25986                                                                 <entry><para>
25987                                                                         
25988                                                                         
25989                                                                                 NOT NULL;
25990                                                                         
25991                                                                         
25992                                                                                 DEFAULT &apos;14 days&apos;::interval;
25993                                                                         
25994                                                                         
25995                                                                         </para></entry>
25996                                                         </row>
25997                                                 
25998                                                         <row>
25999                                                                 <entry>in_house</entry>
26000                                                                 <entry>boolean</entry>
26001                                                                 <entry><para>
26002                                                                         
26003                                                                         
26004                                                                                 NOT NULL;
26005                                                                         
26006                                                                         
26007                                                                                 DEFAULT false;
26008                                                                         
26009                                                                         
26010                                                                         </para></entry>
26011                                                         </row>
26012                                                 
26013                                                 </tbody>
26014                                         </tgroup>
26015                                 </informaltable>
26016                                 <para>
26017                                 
26018                                 
26019                                 
26020                                         <itemizedlist>
26021                                                 <title>
26022                                                         Tables referencing action.non_cat_in_house_use via Foreign Key Constraints
26023                                                 </title>
26024                                 
26025                                                         <listitem>
26026                                                                 <para><xref linkend="action.table.non-cat-in-house-use"/></para>
26027                                                         </listitem>
26028                                                         
26029                                 
26030                                 
26031                                                         <listitem>
26032                                                                 <para><xref linkend="action.table.non-cataloged-circulation"/></para>
26033                                                         </listitem>
26034                                                         
26035                                         </itemizedlist>
26036                                 
26037                                 
26038                                 
26039                                 
26040                 </para>
26041                 </simplesect>
26042                 
26043                 <simplesect id="config.table.rule-age-hold-protect" xreflabel="config.rule_age_hold_protect">           
26044                         <title>rule_age_hold_protect</title>
26045                         <informaltable>
26046                                 <tgroup cols="3">
26047                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
26048                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
26049                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
26050                                         <thead>
26051                                                 <row>
26052                                                         <entry>Field</entry>
26053                                                         <entry>Data Type</entry>
26054                                                         <entry>Constraints and References</entry>
26055                                                 </row>
26056                                                 </thead>
26057                                                 <tbody>
26058                                                 
26059                                                         <row>
26060                                                                 <entry>id</entry>
26061                                                                 <entry>serial</entry>
26062                                                                 <entry><para>
26063                                                                         
26064                                                                                 
26065                                                                                         PRIMARY KEY
26066                                                                                                                 
26067                                                                         
26068                                                                         
26069                                                                         
26070                                                                         
26071                                                                         
26072                                                                                 
26073                                                                         
26074                                                                         </para></entry>
26075                                                         </row>
26076                                                 
26077                                                         <row>
26078                                                                 <entry>name</entry>
26079                                                                 <entry>text</entry>
26080                                                                 <entry><para>
26081                                                                         
26082                                                                                                                 
26083                                                                         
26084                                                                                 UNIQUE;
26085                                                                                 
26086                                                                         
26087                                                                         
26088                                                                                 NOT NULL;
26089                                                                         
26090                                                                         
26091                                                                         
26092                                                                                 
26093                                                                         
26094                                                                         </para></entry>
26095                                                         </row>
26096                                                 
26097                                                         <row>
26098                                                                 <entry>age</entry>
26099                                                                 <entry>interval</entry>
26100                                                                 <entry><para>
26101                                                                         
26102                                                                         
26103                                                                                 NOT NULL;
26104                                                                         
26105                                                                         
26106                                                                         
26107                                                                         </para></entry>
26108                                                         </row>
26109                                                 
26110                                                         <row>
26111                                                                 <entry>prox</entry>
26112                                                                 <entry>integer</entry>
26113                                                                 <entry><para>
26114                                                                         
26115                                                                         
26116                                                                                 NOT NULL;
26117                                                                         
26118                                                                         
26119                                                                         
26120                                                                         </para></entry>
26121                                                         </row>
26122                                                 
26123                                                 </tbody>
26124                                         </tgroup>
26125                                 </informaltable>
26126                                 <para>
26127                                 
26128                                 
26129                                         <variablelist>
26130                                                 <title>Constraints on rule_age_hold_protect</title>
26131                                                 
26132                                                 <varlistentry>
26133                                                         <term>rule_age_hold_protect_name_check</term>
26134                                                         <listitem><para>CHECK ((name ~ &apos;^\\w+$&apos;::text))</para></listitem>
26135                                                 </varlistentry>
26136                                                 
26137                                         </variablelist>
26138                                 
26139                                 
26140                                 
26141                                 
26142                                         <itemizedlist>
26143                                                 <title>
26144                                                         Tables referencing config.hold_matrix_matchpoint via Foreign Key Constraints
26145                                                 </title>
26146                                 
26147                                                         <listitem>
26148                                                                 <para><xref linkend="config.table.hold-matrix-matchpoint"/></para>
26149                                                         </listitem>
26150                                                         
26151                                 
26152                                 
26153                                                         <listitem>
26154                                                                 <para><xref linkend="config.table.hold-matrix-test"/></para>
26155                                                         </listitem>
26156                                                         
26157                                         </itemizedlist>
26158                                 
26159                                 
26160                                 
26161                                 
26162                 </para>
26163                 </simplesect>
26164                 
26165                 <simplesect id="config.table.rule-circ-duration" xreflabel="config.rule_circ_duration">         
26166                         <title>rule_circ_duration</title>
26167                         <informaltable>
26168                                 <tgroup cols="3">
26169                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
26170                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
26171                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
26172                                         <thead>
26173                                                 <row>
26174                                                         <entry>Field</entry>
26175                                                         <entry>Data Type</entry>
26176                                                         <entry>Constraints and References</entry>
26177                                                 </row>
26178                                                 </thead>
26179                                                 <tbody>
26180                                                 
26181                                                         <row>
26182                                                                 <entry>id</entry>
26183                                                                 <entry>serial</entry>
26184                                                                 <entry><para>
26185                                                                         
26186                                                                                 
26187                                                                                         PRIMARY KEY
26188                                                                                                                 
26189                                                                         
26190                                                                         
26191                                                                         
26192                                                                         
26193                                                                         
26194                                                                                 
26195                                                                         
26196                                                                         </para></entry>
26197                                                         </row>
26198                                                 
26199                                                         <row>
26200                                                                 <entry>name</entry>
26201                                                                 <entry>text</entry>
26202                                                                 <entry><para>
26203                                                                         
26204                                                                                                                 
26205                                                                         
26206                                                                                 UNIQUE;
26207                                                                                 
26208                                                                         
26209                                                                         
26210                                                                                 NOT NULL;
26211                                                                         
26212                                                                         
26213                                                                         
26214                                                                                 
26215                                                                         
26216                                                                         </para></entry>
26217                                                         </row>
26218                                                 
26219                                                         <row>
26220                                                                 <entry>extended</entry>
26221                                                                 <entry>interval</entry>
26222                                                                 <entry><para>
26223                                                                         
26224                                                                         
26225                                                                                 NOT NULL;
26226                                                                         
26227                                                                         
26228                                                                         
26229                                                                         </para></entry>
26230                                                         </row>
26231                                                 
26232                                                         <row>
26233                                                                 <entry>normal</entry>
26234                                                                 <entry>interval</entry>
26235                                                                 <entry><para>
26236                                                                         
26237                                                                         
26238                                                                                 NOT NULL;
26239                                                                         
26240                                                                         
26241                                                                         
26242                                                                         </para></entry>
26243                                                         </row>
26244                                                 
26245                                                         <row>
26246                                                                 <entry>shrt</entry>
26247                                                                 <entry>interval</entry>
26248                                                                 <entry><para>
26249                                                                         
26250                                                                         
26251                                                                                 NOT NULL;
26252                                                                         
26253                                                                         
26254                                                                         
26255                                                                         </para></entry>
26256                                                         </row>
26257                                                 
26258                                                         <row>
26259                                                                 <entry>max_renewals</entry>
26260                                                                 <entry>integer</entry>
26261                                                                 <entry><para>
26262                                                                         
26263                                                                         
26264                                                                                 NOT NULL;
26265                                                                         
26266                                                                         
26267                                                                         
26268                                                                         </para></entry>
26269                                                         </row>
26270                                                 
26271                                                 </tbody>
26272                                         </tgroup>
26273                                 </informaltable>
26274                                 <para>
26275                                 
26276                                 
26277                                         <variablelist>
26278                                                 <title>Constraints on rule_circ_duration</title>
26279                                                 
26280                                                 <varlistentry>
26281                                                         <term>rule_circ_duration_name_check</term>
26282                                                         <listitem><para>CHECK ((name ~ &apos;^\\w+$&apos;::text))</para></listitem>
26283                                                 </varlistentry>
26284                                                 
26285                                         </variablelist>
26286                                 
26287                                 
26288                                 
26289                                 
26290                                         <itemizedlist>
26291                                                 <title>
26292                                                         Tables referencing config.circ_matrix_matchpoint via Foreign Key Constraints
26293                                                 </title>
26294                                 
26295                                                         <listitem>
26296                                                                 <para><xref linkend="config.table.circ-matrix-matchpoint"/></para>
26297                                                         </listitem>
26298                                                         
26299                                         </itemizedlist>
26300                                 
26301                                 
26302                                 
26303                                 
26304                 </para>
26305                 </simplesect>
26306                 
26307                 <simplesect id="config.table.rule-max-fine" xreflabel="config.rule_max_fine">           
26308                         <title>rule_max_fine</title>
26309                         <informaltable>
26310                                 <tgroup cols="3">
26311                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
26312                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
26313                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
26314                                         <thead>
26315                                                 <row>
26316                                                         <entry>Field</entry>
26317                                                         <entry>Data Type</entry>
26318                                                         <entry>Constraints and References</entry>
26319                                                 </row>
26320                                                 </thead>
26321                                                 <tbody>
26322                                                 
26323                                                         <row>
26324                                                                 <entry>id</entry>
26325                                                                 <entry>serial</entry>
26326                                                                 <entry><para>
26327                                                                         
26328                                                                                 
26329                                                                                         PRIMARY KEY
26330                                                                                                                 
26331                                                                         
26332                                                                         
26333                                                                         
26334                                                                         
26335                                                                         
26336                                                                                 
26337                                                                         
26338                                                                         </para></entry>
26339                                                         </row>
26340                                                 
26341                                                         <row>
26342                                                                 <entry>name</entry>
26343                                                                 <entry>text</entry>
26344                                                                 <entry><para>
26345                                                                         
26346                                                                                                                 
26347                                                                         
26348                                                                                 UNIQUE;
26349                                                                                 
26350                                                                         
26351                                                                         
26352                                                                                 NOT NULL;
26353                                                                         
26354                                                                         
26355                                                                         
26356                                                                                 
26357                                                                         
26358                                                                         </para></entry>
26359                                                         </row>
26360                                                 
26361                                                         <row>
26362                                                                 <entry>amount</entry>
26363                                                                 <entry>numeric(6,2)</entry>
26364                                                                 <entry><para>
26365                                                                         
26366                                                                         
26367                                                                                 NOT NULL;
26368                                                                         
26369                                                                         
26370                                                                         
26371                                                                         </para></entry>
26372                                                         </row>
26373                                                 
26374                                                         <row>
26375                                                                 <entry>is_percent</entry>
26376                                                                 <entry>boolean</entry>
26377                                                                 <entry><para>
26378                                                                         
26379                                                                         
26380                                                                                 NOT NULL;
26381                                                                         
26382                                                                         
26383                                                                                 DEFAULT false;
26384                                                                         
26385                                                                         
26386                                                                         </para></entry>
26387                                                         </row>
26388                                                 
26389                                                 </tbody>
26390                                         </tgroup>
26391                                 </informaltable>
26392                                 <para>
26393                                 
26394                                 
26395                                         <variablelist>
26396                                                 <title>Constraints on rule_max_fine</title>
26397                                                 
26398                                                 <varlistentry>
26399                                                         <term>rule_max_fine_name_check</term>
26400                                                         <listitem><para>CHECK ((name ~ &apos;^\\w+$&apos;::text))</para></listitem>
26401                                                 </varlistentry>
26402                                                 
26403                                         </variablelist>
26404                                 
26405                                 
26406                                 
26407                                 
26408                                         <itemizedlist>
26409                                                 <title>
26410                                                         Tables referencing config.circ_matrix_matchpoint via Foreign Key Constraints
26411                                                 </title>
26412                                 
26413                                                         <listitem>
26414                                                                 <para><xref linkend="config.table.circ-matrix-matchpoint"/></para>
26415                                                         </listitem>
26416                                                         
26417                                         </itemizedlist>
26418                                 
26419                                 
26420                                 
26421                                 
26422                 </para>
26423                 </simplesect>
26424                 
26425                 <simplesect id="config.table.rule-recuring-fine" xreflabel="config.rule_recuring_fine">         
26426                         <title>rule_recuring_fine</title>
26427                         <informaltable>
26428                                 <tgroup cols="3">
26429                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
26430                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
26431                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
26432                                         <thead>
26433                                                 <row>
26434                                                         <entry>Field</entry>
26435                                                         <entry>Data Type</entry>
26436                                                         <entry>Constraints and References</entry>
26437                                                 </row>
26438                                                 </thead>
26439                                                 <tbody>
26440                                                 
26441                                                         <row>
26442                                                                 <entry>id</entry>
26443                                                                 <entry>serial</entry>
26444                                                                 <entry><para>
26445                                                                         
26446                                                                                 
26447                                                                                         PRIMARY KEY
26448                                                                                                                 
26449                                                                         
26450                                                                         
26451                                                                         
26452                                                                         
26453                                                                         
26454                                                                                 
26455                                                                         
26456                                                                         </para></entry>
26457                                                         </row>
26458                                                 
26459                                                         <row>
26460                                                                 <entry>name</entry>
26461                                                                 <entry>text</entry>
26462                                                                 <entry><para>
26463                                                                         
26464                                                                                                                 
26465                                                                         
26466                                                                                 UNIQUE;
26467                                                                                 
26468                                                                         
26469                                                                         
26470                                                                                 NOT NULL;
26471                                                                         
26472                                                                         
26473                                                                         
26474                                                                                 
26475                                                                         
26476                                                                         </para></entry>
26477                                                         </row>
26478                                                 
26479                                                         <row>
26480                                                                 <entry>high</entry>
26481                                                                 <entry>numeric(6,2)</entry>
26482                                                                 <entry><para>
26483                                                                         
26484                                                                         
26485                                                                                 NOT NULL;
26486                                                                         
26487                                                                         
26488                                                                         
26489                                                                         </para></entry>
26490                                                         </row>
26491                                                 
26492                                                         <row>
26493                                                                 <entry>normal</entry>
26494                                                                 <entry>numeric(6,2)</entry>
26495                                                                 <entry><para>
26496                                                                         
26497                                                                         
26498                                                                                 NOT NULL;
26499                                                                         
26500                                                                         
26501                                                                         
26502                                                                         </para></entry>
26503                                                         </row>
26504                                                 
26505                                                         <row>
26506                                                                 <entry>low</entry>
26507                                                                 <entry>numeric(6,2)</entry>
26508                                                                 <entry><para>
26509                                                                         
26510                                                                         
26511                                                                                 NOT NULL;
26512                                                                         
26513                                                                         
26514                                                                         
26515                                                                         </para></entry>
26516                                                         </row>
26517                                                 
26518                                                         <row>
26519                                                                 <entry>recurance_interval</entry>
26520                                                                 <entry>interval</entry>
26521                                                                 <entry><para>
26522                                                                         
26523                                                                         
26524                                                                                 NOT NULL;
26525                                                                         
26526                                                                         
26527                                                                                 DEFAULT &apos;1 day&apos;::interval;
26528                                                                         
26529                                                                         
26530                                                                         </para></entry>
26531                                                         </row>
26532                                                 
26533                                                 </tbody>
26534                                         </tgroup>
26535                                 </informaltable>
26536                                 <para>
26537                                 
26538                                 
26539                                         <variablelist>
26540                                                 <title>Constraints on rule_recuring_fine</title>
26541                                                 
26542                                                 <varlistentry>
26543                                                         <term>rule_recuring_fine_name_check</term>
26544                                                         <listitem><para>CHECK ((name ~ &apos;^\\w+$&apos;::text))</para></listitem>
26545                                                 </varlistentry>
26546                                                 
26547                                         </variablelist>
26548                                 
26549                                 
26550                                 
26551                                 
26552                                         <itemizedlist>
26553                                                 <title>
26554                                                         Tables referencing config.circ_matrix_matchpoint via Foreign Key Constraints
26555                                                 </title>
26556                                 
26557                                                         <listitem>
26558                                                                 <para><xref linkend="config.table.circ-matrix-matchpoint"/></para>
26559                                                         </listitem>
26560                                                         
26561                                         </itemizedlist>
26562                                 
26563                                 
26564                                 
26565                                 
26566                 </para>
26567                 </simplesect>
26568                 
26569                 <simplesect id="config.table.standing" xreflabel="config.standing">             
26570                         <title>standing</title>
26571                         <informaltable>
26572                                 <tgroup cols="3">
26573                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
26574                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
26575                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
26576                                         <thead>
26577                                                 <row>
26578                                                         <entry>Field</entry>
26579                                                         <entry>Data Type</entry>
26580                                                         <entry>Constraints and References</entry>
26581                                                 </row>
26582                                                 </thead>
26583                                                 <tbody>
26584                                                 
26585                                                         <row>
26586                                                                 <entry>id</entry>
26587                                                                 <entry>serial</entry>
26588                                                                 <entry><para>
26589                                                                         
26590                                                                                 
26591                                                                                         PRIMARY KEY
26592                                                                                                                 
26593                                                                         
26594                                                                         
26595                                                                         
26596                                                                         
26597                                                                         
26598                                                                                 
26599                                                                         
26600                                                                         </para></entry>
26601                                                         </row>
26602                                                 
26603                                                         <row>
26604                                                                 <entry>value</entry>
26605                                                                 <entry>text</entry>
26606                                                                 <entry><para>
26607                                                                         
26608                                                                                                                 
26609                                                                         
26610                                                                                 UNIQUE;
26611                                                                                 
26612                                                                         
26613                                                                         
26614                                                                                 NOT NULL;
26615                                                                         
26616                                                                         
26617                                                                         
26618                                                                                 
26619                                                                         
26620                                                                         </para></entry>
26621                                                         </row>
26622                                                 
26623                                                 </tbody>
26624                                         </tgroup>
26625                                 </informaltable>
26626                                 <para>
26627                                 
26628                                 
26629                                 
26630                                         <itemizedlist>
26631                                                 <title>
26632                                                         Tables referencing actor.usr via Foreign Key Constraints
26633                                                 </title>
26634                                 
26635                                                         <listitem>
26636                                                                 <para><xref linkend="actor.table.usr"/></para>
26637                                                         </listitem>
26638                                                         
26639                                         </itemizedlist>
26640                                 
26641                                 
26642                                 
26643                                 
26644                 </para>
26645                 </simplesect>
26646                 
26647                 <simplesect id="config.table.standing-penalty" xreflabel="config.standing_penalty">             
26648                         <title>standing_penalty</title>
26649                         <informaltable>
26650                                 <tgroup cols="3">
26651                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
26652                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
26653                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
26654                                         <thead>
26655                                                 <row>
26656                                                         <entry>Field</entry>
26657                                                         <entry>Data Type</entry>
26658                                                         <entry>Constraints and References</entry>
26659                                                 </row>
26660                                                 </thead>
26661                                                 <tbody>
26662                                                 
26663                                                         <row>
26664                                                                 <entry>id</entry>
26665                                                                 <entry>serial</entry>
26666                                                                 <entry><para>
26667                                                                         
26668                                                                                 
26669                                                                                         PRIMARY KEY
26670                                                                                                                 
26671                                                                         
26672                                                                         
26673                                                                         
26674                                                                         
26675                                                                         
26676                                                                                 
26677                                                                         
26678                                                                         </para></entry>
26679                                                         </row>
26680                                                 
26681                                                         <row>
26682                                                                 <entry>name</entry>
26683                                                                 <entry>text</entry>
26684                                                                 <entry><para>
26685                                                                         
26686                                                                                                                 
26687                                                                         
26688                                                                                 UNIQUE;
26689                                                                                 
26690                                                                         
26691                                                                         
26692                                                                                 NOT NULL;
26693                                                                         
26694                                                                         
26695                                                                         
26696                                                                                 
26697                                                                         
26698                                                                         </para></entry>
26699                                                         </row>
26700                                                 
26701                                                         <row>
26702                                                                 <entry>label</entry>
26703                                                                 <entry>text</entry>
26704                                                                 <entry><para>
26705                                                                         
26706                                                                         
26707                                                                                 NOT NULL;
26708                                                                         
26709                                                                         
26710                                                                         
26711                                                                         </para></entry>
26712                                                         </row>
26713                                                 
26714                                                         <row>
26715                                                                 <entry>block_list</entry>
26716                                                                 <entry>text</entry>
26717                                                                 <entry><para>
26718                                                                         
26719                                                                         
26720                                                                         
26721                                                                         
26722                                                                         </para></entry>
26723                                                         </row>
26724                                                 
26725                                                 </tbody>
26726                                         </tgroup>
26727                                 </informaltable>
26728                                 <para>
26729                                 
26730                                 
26731                                 
26732                                         <itemizedlist>
26733                                                 <title>
26734                                                         Tables referencing actor.usr_standing_penalty via Foreign Key Constraints
26735                                                 </title>
26736                                 
26737                                                         <listitem>
26738                                                                 <para><xref linkend="actor.table.usr-standing-penalty"/></para>
26739                                                         </listitem>
26740                                                         
26741                                 
26742                                 
26743                                                         <listitem>
26744                                                                 <para><xref linkend="permission.table.grp-penalty-threshold"/></para>
26745                                                         </listitem>
26746                                                         
26747                                         </itemizedlist>
26748                                 
26749                                 
26750                                 
26751                                 
26752                 </para>
26753                 </simplesect>
26754                 
26755                 <simplesect id="config.table.upgrade-log" xreflabel="config.upgrade_log">               
26756                         <title>upgrade_log</title>
26757                         <informaltable>
26758                                 <tgroup cols="3">
26759                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
26760                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
26761                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
26762                                         <thead>
26763                                                 <row>
26764                                                         <entry>Field</entry>
26765                                                         <entry>Data Type</entry>
26766                                                         <entry>Constraints and References</entry>
26767                                                 </row>
26768                                                 </thead>
26769                                                 <tbody>
26770                                                 
26771                                                         <row>
26772                                                                 <entry>version</entry>
26773                                                                 <entry>text</entry>
26774                                                                 <entry><para>
26775                                                                         
26776                                                                                 
26777                                                                                         PRIMARY KEY
26778                                                                                                                 
26779                                                                         
26780                                                                         
26781                                                                         
26782                                                                         
26783                                                                         
26784                                                                                 
26785                                                                         
26786                                                                         </para></entry>
26787                                                         </row>
26788                                                 
26789                                                         <row>
26790                                                                 <entry>install_date</entry>
26791                                                                 <entry>timestamp with time zone</entry>
26792                                                                 <entry><para>
26793                                                                         
26794                                                                         
26795                                                                                 NOT NULL;
26796                                                                         
26797                                                                         
26798                                                                                 DEFAULT now();
26799                                                                         
26800                                                                         
26801                                                                         </para></entry>
26802                                                         </row>
26803                                                 
26804                                                 </tbody>
26805                                         </tgroup>
26806                                 </informaltable>
26807                                 <para>
26808                                 
26809                                 
26810                                 
26811                                 
26812                 </para>
26813                 </simplesect>
26814                 
26815                 <simplesect id="config.table.videorecording-format-map" xreflabel="config.videorecording_format_map">           
26816                         <title>videorecording_format_map</title>
26817                         <informaltable>
26818                                 <tgroup cols="3">
26819                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
26820                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
26821                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
26822                                         <thead>
26823                                                 <row>
26824                                                         <entry>Field</entry>
26825                                                         <entry>Data Type</entry>
26826                                                         <entry>Constraints and References</entry>
26827                                                 </row>
26828                                                 </thead>
26829                                                 <tbody>
26830                                                 
26831                                                         <row>
26832                                                                 <entry>code</entry>
26833                                                                 <entry>text</entry>
26834                                                                 <entry><para>
26835                                                                         
26836                                                                                 
26837                                                                                         PRIMARY KEY
26838                                                                                                                 
26839                                                                         
26840                                                                         
26841                                                                         
26842                                                                         
26843                                                                         
26844                                                                                 
26845                                                                         
26846                                                                         </para></entry>
26847                                                         </row>
26848                                                 
26849                                                         <row>
26850                                                                 <entry>value</entry>
26851                                                                 <entry>text</entry>
26852                                                                 <entry><para>
26853                                                                         
26854                                                                         
26855                                                                                 NOT NULL;
26856                                                                         
26857                                                                         
26858                                                                         
26859                                                                         </para></entry>
26860                                                         </row>
26861                                                 
26862                                                 </tbody>
26863                                         </tgroup>
26864                                 </informaltable>
26865                                 <para>
26866                                 
26867                                 
26868                                 
26869                                         <itemizedlist>
26870                                                 <title>
26871                                                         Tables referencing config.circ_matrix_matchpoint via Foreign Key Constraints
26872                                                 </title>
26873                                 
26874                                                         <listitem>
26875                                                                 <para><xref linkend="config.table.circ-matrix-matchpoint"/></para>
26876                                                         </listitem>
26877                                                         
26878                                 
26879                                 
26880                                                         <listitem>
26881                                                                 <para><xref linkend="config.table.hold-matrix-matchpoint"/></para>
26882                                                         </listitem>
26883                                                         
26884                                         </itemizedlist>
26885                                 
26886                                 
26887                                 
26888                                 
26889                 </para>
26890                 </simplesect>
26891                 
26892                 <simplesect id="config.table.xml-transform" xreflabel="config.xml_transform">           
26893                         <title>xml_transform</title>
26894                         <informaltable>
26895                                 <tgroup cols="3">
26896                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
26897                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
26898                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
26899                                         <thead>
26900                                                 <row>
26901                                                         <entry>Field</entry>
26902                                                         <entry>Data Type</entry>
26903                                                         <entry>Constraints and References</entry>
26904                                                 </row>
26905                                                 </thead>
26906                                                 <tbody>
26907                                                 
26908                                                         <row>
26909                                                                 <entry>name</entry>
26910                                                                 <entry>text</entry>
26911                                                                 <entry><para>
26912                                                                         
26913                                                                                 
26914                                                                                         PRIMARY KEY
26915                                                                                                                 
26916                                                                         
26917                                                                         
26918                                                                         
26919                                                                         
26920                                                                         
26921                                                                                 
26922                                                                         
26923                                                                         </para></entry>
26924                                                         </row>
26925                                                 
26926                                                         <row>
26927                                                                 <entry>namespace_uri</entry>
26928                                                                 <entry>text</entry>
26929                                                                 <entry><para>
26930                                                                         
26931                                                                         
26932                                                                                 NOT NULL;
26933                                                                         
26934                                                                         
26935                                                                         
26936                                                                         </para></entry>
26937                                                         </row>
26938                                                 
26939                                                         <row>
26940                                                                 <entry>prefix</entry>
26941                                                                 <entry>text</entry>
26942                                                                 <entry><para>
26943                                                                         
26944                                                                         
26945                                                                                 NOT NULL;
26946                                                                         
26947                                                                         
26948                                                                         
26949                                                                         </para></entry>
26950                                                         </row>
26951                                                 
26952                                                         <row>
26953                                                                 <entry>xslt</entry>
26954                                                                 <entry>text</entry>
26955                                                                 <entry><para>
26956                                                                         
26957                                                                         
26958                                                                                 NOT NULL;
26959                                                                         
26960                                                                         
26961                                                                         
26962                                                                         </para></entry>
26963                                                         </row>
26964                                                 
26965                                                 </tbody>
26966                                         </tgroup>
26967                                 </informaltable>
26968                                 <para>
26969                                 
26970                                 
26971                                 
26972                                 
26973                 </para>
26974                 </simplesect>
26975                 
26976                 <simplesect id="config.table.z3950-attr" xreflabel="config.z3950_attr">         
26977                         <title>z3950_attr</title>
26978                         <informaltable>
26979                                 <tgroup cols="3">
26980                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
26981                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
26982                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
26983                                         <thead>
26984                                                 <row>
26985                                                         <entry>Field</entry>
26986                                                         <entry>Data Type</entry>
26987                                                         <entry>Constraints and References</entry>
26988                                                 </row>
26989                                                 </thead>
26990                                                 <tbody>
26991                                                 
26992                                                         <row>
26993                                                                 <entry>id</entry>
26994                                                                 <entry>serial</entry>
26995                                                                 <entry><para>
26996                                                                         
26997                                                                                 
26998                                                                                         PRIMARY KEY
26999                                                                                                                 
27000                                                                         
27001                                                                         
27002                                                                         
27003                                                                         
27004                                                                         
27005                                                                                 
27006                                                                         
27007                                                                         </para></entry>
27008                                                         </row>
27009                                                 
27010                                                         <row>
27011                                                                 <entry>source</entry>
27012                                                                 <entry>text</entry>
27013                                                                 <entry><para>
27014                                                                         
27015                                                                                                                 
27016                                                                         
27017                                                                         
27018                                                                                                                 
27019                                                                         
27020                                                                                 UNIQUE#1
27021                                                                                 ;
27022                                                                                 
27023                                                                         
27024                                                                         
27025                                                                                 NOT NULL;
27026                                                                         
27027                                                                         
27028                                                                         
27029                                                                                 
27030                                                                                 <xref linkend="config.table.z3950-source"/>
27031                                                                                 
27032                                                                         
27033                                                                                 
27034                                                                         
27035                                                                         </para></entry>
27036                                                         </row>
27037                                                 
27038                                                         <row>
27039                                                                 <entry>name</entry>
27040                                                                 <entry>text</entry>
27041                                                                 <entry><para>
27042                                                                         
27043                                                                         
27044                                                                                 NOT NULL;
27045                                                                         
27046                                                                         
27047                                                                         
27048                                                                         </para></entry>
27049                                                         </row>
27050                                                 
27051                                                         <row>
27052                                                                 <entry>label</entry>
27053                                                                 <entry>text</entry>
27054                                                                 <entry><para>
27055                                                                         
27056                                                                         
27057                                                                                 NOT NULL;
27058                                                                         
27059                                                                         
27060                                                                         
27061                                                                         </para></entry>
27062                                                         </row>
27063                                                 
27064                                                         <row>
27065                                                                 <entry>code</entry>
27066                                                                 <entry>integer</entry>
27067                                                                 <entry><para>
27068                                                                         
27069                                                                                                                 
27070                                                                         
27071                                                                                 UNIQUE#1
27072                                                                                 ;
27073                                                                                 
27074                                                                         
27075                                                                         
27076                                                                                 NOT NULL;
27077                                                                         
27078                                                                         
27079                                                                         
27080                                                                                 
27081                                                                         
27082                                                                         </para></entry>
27083                                                         </row>
27084                                                 
27085                                                         <row>
27086                                                                 <entry>format</entry>
27087                                                                 <entry>integer</entry>
27088                                                                 <entry><para>
27089                                                                         
27090                                                                                                                 
27091                                                                         
27092                                                                                 UNIQUE#1
27093                                                                                 ;
27094                                                                                 
27095                                                                         
27096                                                                         
27097                                                                                 NOT NULL;
27098                                                                         
27099                                                                         
27100                                                                         
27101                                                                                 
27102                                                                         
27103                                                                         </para></entry>
27104                                                         </row>
27105                                                 
27106                                                         <row>
27107                                                                 <entry>truncation</entry>
27108                                                                 <entry>integer</entry>
27109                                                                 <entry><para>
27110                                                                         
27111                                                                         
27112                                                                                 NOT NULL;
27113                                                                         
27114                                                                         
27115                                                                         
27116                                                                         </para></entry>
27117                                                         </row>
27118                                                 
27119                                                 </tbody>
27120                                         </tgroup>
27121                                 </informaltable>
27122                                 <para>
27123                                 
27124                                 
27125                                 
27126                                 
27127                 </para>
27128                 </simplesect>
27129                 
27130                 <simplesect id="config.table.z3950-source" xreflabel="config.z3950_source">             
27131                         <title>z3950_source</title>
27132                         <informaltable>
27133                                 <tgroup cols="3">
27134                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
27135                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
27136                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
27137                                         <thead>
27138                                                 <row>
27139                                                         <entry>Field</entry>
27140                                                         <entry>Data Type</entry>
27141                                                         <entry>Constraints and References</entry>
27142                                                 </row>
27143                                                 </thead>
27144                                                 <tbody>
27145                                                 
27146                                                         <row>
27147                                                                 <entry>name</entry>
27148                                                                 <entry>text</entry>
27149                                                                 <entry><para>
27150                                                                         
27151                                                                                 
27152                                                                                         PRIMARY KEY
27153                                                                                                                 
27154                                                                         
27155                                                                         
27156                                                                         
27157                                                                         
27158                                                                         
27159                                                                                 
27160                                                                         
27161                                                                         </para></entry>
27162                                                         </row>
27163                                                 
27164                                                         <row>
27165                                                                 <entry>label</entry>
27166                                                                 <entry>text</entry>
27167                                                                 <entry><para>
27168                                                                         
27169                                                                                                                 
27170                                                                         
27171                                                                                 UNIQUE;
27172                                                                                 
27173                                                                         
27174                                                                         
27175                                                                                 NOT NULL;
27176                                                                         
27177                                                                         
27178                                                                         
27179                                                                                 
27180                                                                         
27181                                                                         </para></entry>
27182                                                         </row>
27183                                                 
27184                                                         <row>
27185                                                                 <entry>host</entry>
27186                                                                 <entry>text</entry>
27187                                                                 <entry><para>
27188                                                                         
27189                                                                         
27190                                                                                 NOT NULL;
27191                                                                         
27192                                                                         
27193                                                                         
27194                                                                         </para></entry>
27195                                                         </row>
27196                                                 
27197                                                         <row>
27198                                                                 <entry>port</entry>
27199                                                                 <entry>integer</entry>
27200                                                                 <entry><para>
27201                                                                         
27202                                                                         
27203                                                                                 NOT NULL;
27204                                                                         
27205                                                                         
27206                                                                         
27207                                                                         </para></entry>
27208                                                         </row>
27209                                                 
27210                                                         <row>
27211                                                                 <entry>db</entry>
27212                                                                 <entry>text</entry>
27213                                                                 <entry><para>
27214                                                                         
27215                                                                         
27216                                                                                 NOT NULL;
27217                                                                         
27218                                                                         
27219                                                                         
27220                                                                         </para></entry>
27221                                                         </row>
27222                                                 
27223                                                         <row>
27224                                                                 <entry>record_format</entry>
27225                                                                 <entry>text</entry>
27226                                                                 <entry><para>
27227                                                                         
27228                                                                         
27229                                                                                 NOT NULL;
27230                                                                         
27231                                                                         
27232                                                                                 DEFAULT &apos;FI&apos;::text;
27233                                                                         
27234                                                                         
27235                                                                         </para></entry>
27236                                                         </row>
27237                                                 
27238                                                         <row>
27239                                                                 <entry>transmission_format</entry>
27240                                                                 <entry>text</entry>
27241                                                                 <entry><para>
27242                                                                         
27243                                                                         
27244                                                                                 NOT NULL;
27245                                                                         
27246                                                                         
27247                                                                                 DEFAULT &apos;usmarc&apos;::text;
27248                                                                         
27249                                                                         
27250                                                                         </para></entry>
27251                                                         </row>
27252                                                 
27253                                                         <row>
27254                                                                 <entry>auth</entry>
27255                                                                 <entry>boolean</entry>
27256                                                                 <entry><para>
27257                                                                         
27258                                                                         
27259                                                                                 NOT NULL;
27260                                                                         
27261                                                                         
27262                                                                                 DEFAULT true;
27263                                                                         
27264                                                                         
27265                                                                         </para></entry>
27266                                                         </row>
27267                                                 
27268                                                 </tbody>
27269                                         </tgroup>
27270                                 </informaltable>
27271                                 <para>
27272                                 
27273                                 
27274                                 
27275                                         <itemizedlist>
27276                                                 <title>
27277                                                         Tables referencing config.z3950_attr via Foreign Key Constraints
27278                                                 </title>
27279                                 
27280                                                         <listitem>
27281                                                                 <para><xref linkend="config.table.z3950-attr"/></para>
27282                                                         </listitem>
27283                                                         
27284                                         </itemizedlist>
27285                                 
27286                                 
27287                                 
27288                                 
27289                 </para>
27290                 </simplesect>
27291                 
27292         </section>
27293         
27294         <section id="container.schema">
27295                 <title>Schema container</title>
27296                 
27297                 <simplesect id="container.table.biblio-record-entry-bucket" xreflabel="container.biblio_record_entry_bucket">           
27298                         <title>biblio_record_entry_bucket</title>
27299                         <informaltable>
27300                                 <tgroup cols="3">
27301                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
27302                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
27303                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
27304                                         <thead>
27305                                                 <row>
27306                                                         <entry>Field</entry>
27307                                                         <entry>Data Type</entry>
27308                                                         <entry>Constraints and References</entry>
27309                                                 </row>
27310                                                 </thead>
27311                                                 <tbody>
27312                                                 
27313                                                         <row>
27314                                                                 <entry>id</entry>
27315                                                                 <entry>serial</entry>
27316                                                                 <entry><para>
27317                                                                         
27318                                                                                 
27319                                                                                         PRIMARY KEY
27320                                                                                                                 
27321                                                                         
27322                                                                         
27323                                                                         
27324                                                                         
27325                                                                         
27326                                                                                 
27327                                                                         
27328                                                                         </para></entry>
27329                                                         </row>
27330                                                 
27331                                                         <row>
27332                                                                 <entry>owner</entry>
27333                                                                 <entry>integer</entry>
27334                                                                 <entry><para>
27335                                                                         
27336                                                                                                                 
27337                                                                         
27338                                                                         
27339                                                                                                                 
27340                                                                         
27341                                                                                 UNIQUE#1
27342                                                                                 ;
27343                                                                                 
27344                                                                         
27345                                                                         
27346                                                                                 NOT NULL;
27347                                                                         
27348                                                                         
27349                                                                         
27350                                                                                 
27351                                                                                 <xref linkend="actor.table.usr"/>
27352                                                                                 
27353                                                                         
27354                                                                                 
27355                                                                         
27356                                                                         </para></entry>
27357                                                         </row>
27358                                                 
27359                                                         <row>
27360                                                                 <entry>name</entry>
27361                                                                 <entry>text</entry>
27362                                                                 <entry><para>
27363                                                                         
27364                                                                                                                 
27365                                                                         
27366                                                                                 UNIQUE#1
27367                                                                                 ;
27368                                                                                 
27369                                                                         
27370                                                                         
27371                                                                                 NOT NULL;
27372                                                                         
27373                                                                         
27374                                                                         
27375                                                                                 
27376                                                                         
27377                                                                         </para></entry>
27378                                                         </row>
27379                                                 
27380                                                         <row>
27381                                                                 <entry>btype</entry>
27382                                                                 <entry>text</entry>
27383                                                                 <entry><para>
27384                                                                         
27385                                                                                                                 
27386                                                                         
27387                                                                                 UNIQUE#1
27388                                                                                 ;
27389                                                                                 
27390                                                                         
27391                                                                         
27392                                                                                 NOT NULL;
27393                                                                         
27394                                                                         
27395                                                                                 DEFAULT &apos;misc&apos;::text;
27396                                                                         
27397                                                                         
27398                                                                                 
27399                                                                         
27400                                                                         </para></entry>
27401                                                         </row>
27402                                                 
27403                                                         <row>
27404                                                                 <entry>pub</entry>
27405                                                                 <entry>boolean</entry>
27406                                                                 <entry><para>
27407                                                                         
27408                                                                         
27409                                                                                 NOT NULL;
27410                                                                         
27411                                                                         
27412                                                                                 DEFAULT false;
27413                                                                         
27414                                                                         
27415                                                                         </para></entry>
27416                                                         </row>
27417                                                 
27418                                                         <row>
27419                                                                 <entry>create_time</entry>
27420                                                                 <entry>timestamp with time zone</entry>
27421                                                                 <entry><para>
27422                                                                         
27423                                                                         
27424                                                                                 NOT NULL;
27425                                                                         
27426                                                                         
27427                                                                                 DEFAULT now();
27428                                                                         
27429                                                                         
27430                                                                         </para></entry>
27431                                                         </row>
27432                                                 
27433                                                 </tbody>
27434                                         </tgroup>
27435                                 </informaltable>
27436                                 <para>
27437                                 
27438                                 
27439                                 
27440                                         <itemizedlist>
27441                                                 <title>
27442                                                         Tables referencing container.biblio_record_entry_bucket_item via Foreign Key Constraints
27443                                                 </title>
27444                                 
27445                                                         <listitem>
27446                                                                 <para><xref linkend="container.table.biblio-record-entry-bucket-item"/></para>
27447                                                         </listitem>
27448                                                         
27449                                 
27450                                 
27451                                                         <listitem>
27452                                                                 <para><xref linkend="container.table.biblio-record-entry-bucket-note"/></para>
27453                                                         </listitem>
27454                                                         
27455                                         </itemizedlist>
27456                                 
27457                                 
27458                                 
27459                                 
27460                 </para>
27461                 </simplesect>
27462                 
27463                 <simplesect id="container.table.biblio-record-entry-bucket-item" xreflabel="container.biblio_record_entry_bucket_item">         
27464                         <title>biblio_record_entry_bucket_item</title>
27465                         <informaltable>
27466                                 <tgroup cols="3">
27467                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
27468                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
27469                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
27470                                         <thead>
27471                                                 <row>
27472                                                         <entry>Field</entry>
27473                                                         <entry>Data Type</entry>
27474                                                         <entry>Constraints and References</entry>
27475                                                 </row>
27476                                                 </thead>
27477                                                 <tbody>
27478                                                 
27479                                                         <row>
27480                                                                 <entry>id</entry>
27481                                                                 <entry>serial</entry>
27482                                                                 <entry><para>
27483                                                                         
27484                                                                                 
27485                                                                                         PRIMARY KEY
27486                                                                                                                 
27487                                                                         
27488                                                                         
27489                                                                         
27490                                                                         
27491                                                                         
27492                                                                                 
27493                                                                         
27494                                                                         </para></entry>
27495                                                         </row>
27496                                                 
27497                                                         <row>
27498                                                                 <entry>bucket</entry>
27499                                                                 <entry>integer</entry>
27500                                                                 <entry><para>
27501                                                                         
27502                                                                                                                 
27503                                                                         
27504                                                                         
27505                                                                         
27506                                                                                 NOT NULL;
27507                                                                         
27508                                                                         
27509                                                                         
27510                                                                                 
27511                                                                                 <xref linkend="container.table.biblio-record-entry-bucket"/>
27512                                                                                 
27513                                                                         
27514                                                                         </para></entry>
27515                                                         </row>
27516                                                 
27517                                                         <row>
27518                                                                 <entry>target_biblio_record_entry</entry>
27519                                                                 <entry>integer</entry>
27520                                                                 <entry><para>
27521                                                                         
27522                                                                                                                 
27523                                                                         
27524                                                                         
27525                                                                         
27526                                                                                 NOT NULL;
27527                                                                         
27528                                                                         
27529                                                                         
27530                                                                                 
27531                                                                                 <xref linkend="biblio.table.record-entry"/>
27532                                                                                 
27533                                                                         
27534                                                                         </para></entry>
27535                                                         </row>
27536                                                 
27537                                                         <row>
27538                                                                 <entry>create_time</entry>
27539                                                                 <entry>timestamp with time zone</entry>
27540                                                                 <entry><para>
27541                                                                         
27542                                                                         
27543                                                                                 NOT NULL;
27544                                                                         
27545                                                                         
27546                                                                                 DEFAULT now();
27547                                                                         
27548                                                                         
27549                                                                         </para></entry>
27550                                                         </row>
27551                                                 
27552                                                         <row>
27553                                                                 <entry>pos</entry>
27554                                                                 <entry>integer</entry>
27555                                                                 <entry><para>
27556                                                                         
27557                                                                         
27558                                                                         
27559                                                                         
27560                                                                         </para></entry>
27561                                                         </row>
27562                                                 
27563                                                 </tbody>
27564                                         </tgroup>
27565                                 </informaltable>
27566                                 <para>
27567                                 
27568                                 
27569                                 
27570                                         <itemizedlist>
27571                                                 <title>
27572                                                         Tables referencing container.biblio_record_entry_bucket_item_note via Foreign Key Constraints
27573                                                 </title>
27574                                 
27575                                                         <listitem>
27576                                                                 <para><xref linkend="container.table.biblio-record-entry-bucket-item-note"/></para>
27577                                                         </listitem>
27578                                                         
27579                                         </itemizedlist>
27580                                 
27581                                 
27582                                 
27583                                 
27584                 </para>
27585                 </simplesect>
27586                 
27587                 <simplesect id="container.table.biblio-record-entry-bucket-item-note" xreflabel="container.biblio_record_entry_bucket_item_note">               
27588                         <title>biblio_record_entry_bucket_item_note</title>
27589                         <informaltable>
27590                                 <tgroup cols="3">
27591                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
27592                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
27593                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
27594                                         <thead>
27595                                                 <row>
27596                                                         <entry>Field</entry>
27597                                                         <entry>Data Type</entry>
27598                                                         <entry>Constraints and References</entry>
27599                                                 </row>
27600                                                 </thead>
27601                                                 <tbody>
27602                                                 
27603                                                         <row>
27604                                                                 <entry>id</entry>
27605                                                                 <entry>serial</entry>
27606                                                                 <entry><para>
27607                                                                         
27608                                                                                 
27609                                                                                         PRIMARY KEY
27610                                                                                                                 
27611                                                                         
27612                                                                         
27613                                                                         
27614                                                                         
27615                                                                         
27616                                                                                 
27617                                                                         
27618                                                                         </para></entry>
27619                                                         </row>
27620                                                 
27621                                                         <row>
27622                                                                 <entry>item</entry>
27623                                                                 <entry>integer</entry>
27624                                                                 <entry><para>
27625                                                                         
27626                                                                                                                 
27627                                                                         
27628                                                                         
27629                                                                         
27630                                                                                 NOT NULL;
27631                                                                         
27632                                                                         
27633                                                                         
27634                                                                                 
27635                                                                                 <xref linkend="container.table.biblio-record-entry-bucket-item"/>
27636                                                                                 
27637                                                                         
27638                                                                         </para></entry>
27639                                                         </row>
27640                                                 
27641                                                         <row>
27642                                                                 <entry>note</entry>
27643                                                                 <entry>text</entry>
27644                                                                 <entry><para>
27645                                                                         
27646                                                                         
27647                                                                                 NOT NULL;
27648                                                                         
27649                                                                         
27650                                                                         
27651                                                                         </para></entry>
27652                                                         </row>
27653                                                 
27654                                                 </tbody>
27655                                         </tgroup>
27656                                 </informaltable>
27657                                 <para>
27658                                 
27659                                 
27660                                 
27661                                 
27662                 </para>
27663                 </simplesect>
27664                 
27665                 <simplesect id="container.table.biblio-record-entry-bucket-note" xreflabel="container.biblio_record_entry_bucket_note">         
27666                         <title>biblio_record_entry_bucket_note</title>
27667                         <informaltable>
27668                                 <tgroup cols="3">
27669                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
27670                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
27671                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
27672                                         <thead>
27673                                                 <row>
27674                                                         <entry>Field</entry>
27675                                                         <entry>Data Type</entry>
27676                                                         <entry>Constraints and References</entry>
27677                                                 </row>
27678                                                 </thead>
27679                                                 <tbody>
27680                                                 
27681                                                         <row>
27682                                                                 <entry>id</entry>
27683                                                                 <entry>serial</entry>
27684                                                                 <entry><para>
27685                                                                         
27686                                                                                 
27687                                                                                         PRIMARY KEY
27688                                                                                                                 
27689                                                                         
27690                                                                         
27691                                                                         
27692                                                                         
27693                                                                         
27694                                                                                 
27695                                                                         
27696                                                                         </para></entry>
27697                                                         </row>
27698                                                 
27699                                                         <row>
27700                                                                 <entry>bucket</entry>
27701                                                                 <entry>integer</entry>
27702                                                                 <entry><para>
27703                                                                         
27704                                                                                                                 
27705                                                                         
27706                                                                         
27707                                                                         
27708                                                                                 NOT NULL;
27709                                                                         
27710                                                                         
27711                                                                         
27712                                                                                 
27713                                                                                 <xref linkend="container.table.biblio-record-entry-bucket"/>
27714                                                                                 
27715                                                                         
27716                                                                         </para></entry>
27717                                                         </row>
27718                                                 
27719                                                         <row>
27720                                                                 <entry>note</entry>
27721                                                                 <entry>text</entry>
27722                                                                 <entry><para>
27723                                                                         
27724                                                                         
27725                                                                                 NOT NULL;
27726                                                                         
27727                                                                         
27728                                                                         
27729                                                                         </para></entry>
27730                                                         </row>
27731                                                 
27732                                                 </tbody>
27733                                         </tgroup>
27734                                 </informaltable>
27735                                 <para>
27736                                 
27737                                 
27738                                 
27739                                 
27740                 </para>
27741                 </simplesect>
27742                 
27743                 <simplesect id="container.table.biblio-record-entry-bucket-type" xreflabel="container.biblio_record_entry_bucket_type">         
27744                         <title>biblio_record_entry_bucket_type</title>
27745                         <informaltable>
27746                                 <tgroup cols="3">
27747                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
27748                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
27749                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
27750                                         <thead>
27751                                                 <row>
27752                                                         <entry>Field</entry>
27753                                                         <entry>Data Type</entry>
27754                                                         <entry>Constraints and References</entry>
27755                                                 </row>
27756                                                 </thead>
27757                                                 <tbody>
27758                                                 
27759                                                         <row>
27760                                                                 <entry>code</entry>
27761                                                                 <entry>text</entry>
27762                                                                 <entry><para>
27763                                                                         
27764                                                                                 
27765                                                                                         PRIMARY KEY
27766                                                                                                                 
27767                                                                         
27768                                                                         
27769                                                                         
27770                                                                         
27771                                                                         
27772                                                                                 
27773                                                                         
27774                                                                         </para></entry>
27775                                                         </row>
27776                                                 
27777                                                         <row>
27778                                                                 <entry>label</entry>
27779                                                                 <entry>text</entry>
27780                                                                 <entry><para>
27781                                                                         
27782                                                                                                                 
27783                                                                         
27784                                                                                 UNIQUE;
27785                                                                                 
27786                                                                         
27787                                                                         
27788                                                                                 NOT NULL;
27789                                                                         
27790                                                                         
27791                                                                         
27792                                                                                 
27793                                                                         
27794                                                                         </para></entry>
27795                                                         </row>
27796                                                 
27797                                                 </tbody>
27798                                         </tgroup>
27799                                 </informaltable>
27800                                 <para>
27801                                 
27802                                 
27803                                 
27804                                 
27805                 </para>
27806                 </simplesect>
27807                 
27808                 <simplesect id="container.table.call-number-bucket" xreflabel="container.call_number_bucket">           
27809                         <title>call_number_bucket</title>
27810                         <informaltable>
27811                                 <tgroup cols="3">
27812                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
27813                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
27814                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
27815                                         <thead>
27816                                                 <row>
27817                                                         <entry>Field</entry>
27818                                                         <entry>Data Type</entry>
27819                                                         <entry>Constraints and References</entry>
27820                                                 </row>
27821                                                 </thead>
27822                                                 <tbody>
27823                                                 
27824                                                         <row>
27825                                                                 <entry>id</entry>
27826                                                                 <entry>serial</entry>
27827                                                                 <entry><para>
27828                                                                         
27829                                                                                 
27830                                                                                         PRIMARY KEY
27831                                                                                                                 
27832                                                                         
27833                                                                         
27834                                                                         
27835                                                                         
27836                                                                         
27837                                                                                 
27838                                                                         
27839                                                                         </para></entry>
27840                                                         </row>
27841                                                 
27842                                                         <row>
27843                                                                 <entry>owner</entry>
27844                                                                 <entry>integer</entry>
27845                                                                 <entry><para>
27846                                                                         
27847                                                                                                                 
27848                                                                         
27849                                                                         
27850                                                                                                                 
27851                                                                         
27852                                                                                 UNIQUE#1
27853                                                                                 ;
27854                                                                                 
27855                                                                         
27856                                                                         
27857                                                                                 NOT NULL;
27858                                                                         
27859                                                                         
27860                                                                         
27861                                                                                 
27862                                                                                 <xref linkend="actor.table.usr"/>
27863                                                                                 
27864                                                                         
27865                                                                                 
27866                                                                         
27867                                                                         </para></entry>
27868                                                         </row>
27869                                                 
27870                                                         <row>
27871                                                                 <entry>name</entry>
27872                                                                 <entry>text</entry>
27873                                                                 <entry><para>
27874                                                                         
27875                                                                                                                 
27876                                                                         
27877                                                                                 UNIQUE#1
27878                                                                                 ;
27879                                                                                 
27880                                                                         
27881                                                                         
27882                                                                                 NOT NULL;
27883                                                                         
27884                                                                         
27885                                                                         
27886                                                                                 
27887                                                                         
27888                                                                         </para></entry>
27889                                                         </row>
27890                                                 
27891                                                         <row>
27892                                                                 <entry>btype</entry>
27893                                                                 <entry>text</entry>
27894                                                                 <entry><para>
27895                                                                         
27896                                                                                                                 
27897                                                                         
27898                                                                                 UNIQUE#1
27899                                                                                 ;
27900                                                                                 
27901                                                                         
27902                                                                         
27903                                                                                 NOT NULL;
27904                                                                         
27905                                                                         
27906                                                                                 DEFAULT &apos;misc&apos;::text;
27907                                                                         
27908                                                                         
27909                                                                                 
27910                                                                         
27911                                                                         </para></entry>
27912                                                         </row>
27913                                                 
27914                                                         <row>
27915                                                                 <entry>pub</entry>
27916                                                                 <entry>boolean</entry>
27917                                                                 <entry><para>
27918                                                                         
27919                                                                         
27920                                                                                 NOT NULL;
27921                                                                         
27922                                                                         
27923                                                                                 DEFAULT false;
27924                                                                         
27925                                                                         
27926                                                                         </para></entry>
27927                                                         </row>
27928                                                 
27929                                                         <row>
27930                                                                 <entry>create_time</entry>
27931                                                                 <entry>timestamp with time zone</entry>
27932                                                                 <entry><para>
27933                                                                         
27934                                                                         
27935                                                                                 NOT NULL;
27936                                                                         
27937                                                                         
27938                                                                                 DEFAULT now();
27939                                                                         
27940                                                                         
27941                                                                         </para></entry>
27942                                                         </row>
27943                                                 
27944                                                 </tbody>
27945                                         </tgroup>
27946                                 </informaltable>
27947                                 <para>
27948                                 
27949                                 
27950                                 
27951                                         <itemizedlist>
27952                                                 <title>
27953                                                         Tables referencing container.call_number_bucket_item via Foreign Key Constraints
27954                                                 </title>
27955                                 
27956                                                         <listitem>
27957                                                                 <para><xref linkend="container.table.call-number-bucket-item"/></para>
27958                                                         </listitem>
27959                                                         
27960                                 
27961                                 
27962                                                         <listitem>
27963                                                                 <para><xref linkend="container.table.call-number-bucket-note"/></para>
27964                                                         </listitem>
27965                                                         
27966                                         </itemizedlist>
27967                                 
27968                                 
27969                                 
27970                                 
27971                 </para>
27972                 </simplesect>
27973                 
27974                 <simplesect id="container.table.call-number-bucket-item" xreflabel="container.call_number_bucket_item">         
27975                         <title>call_number_bucket_item</title>
27976                         <informaltable>
27977                                 <tgroup cols="3">
27978                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
27979                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
27980                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
27981                                         <thead>
27982                                                 <row>
27983                                                         <entry>Field</entry>
27984                                                         <entry>Data Type</entry>
27985                                                         <entry>Constraints and References</entry>
27986                                                 </row>
27987                                                 </thead>
27988                                                 <tbody>
27989                                                 
27990                                                         <row>
27991                                                                 <entry>id</entry>
27992                                                                 <entry>serial</entry>
27993                                                                 <entry><para>
27994                                                                         
27995                                                                                 
27996                                                                                         PRIMARY KEY
27997                                                                                                                 
27998                                                                         
27999                                                                         
28000                                                                         
28001                                                                         
28002                                                                         
28003                                                                                 
28004                                                                         
28005                                                                         </para></entry>
28006                                                         </row>
28007                                                 
28008                                                         <row>
28009                                                                 <entry>bucket</entry>
28010                                                                 <entry>integer</entry>
28011                                                                 <entry><para>
28012                                                                         
28013                                                                                                                 
28014                                                                         
28015                                                                         
28016                                                                         
28017                                                                                 NOT NULL;
28018                                                                         
28019                                                                         
28020                                                                         
28021                                                                                 
28022                                                                                 <xref linkend="container.table.call-number-bucket"/>
28023                                                                                 
28024                                                                         
28025                                                                         </para></entry>
28026                                                         </row>
28027                                                 
28028                                                         <row>
28029                                                                 <entry>target_call_number</entry>
28030                                                                 <entry>integer</entry>
28031                                                                 <entry><para>
28032                                                                         
28033                                                                                                                 
28034                                                                         
28035                                                                         
28036                                                                         
28037                                                                                 NOT NULL;
28038                                                                         
28039                                                                         
28040                                                                         
28041                                                                                 
28042                                                                                 <xref linkend="asset.table.call-number"/>
28043                                                                                 
28044                                                                         
28045                                                                         </para></entry>
28046                                                         </row>
28047                                                 
28048                                                         <row>
28049                                                                 <entry>create_time</entry>
28050                                                                 <entry>timestamp with time zone</entry>
28051                                                                 <entry><para>
28052                                                                         
28053                                                                         
28054                                                                                 NOT NULL;
28055                                                                         
28056                                                                         
28057                                                                                 DEFAULT now();
28058                                                                         
28059                                                                         
28060                                                                         </para></entry>
28061                                                         </row>
28062                                                 
28063                                                         <row>
28064                                                                 <entry>pos</entry>
28065                                                                 <entry>integer</entry>
28066                                                                 <entry><para>
28067                                                                         
28068                                                                         
28069                                                                         
28070                                                                         
28071                                                                         </para></entry>
28072                                                         </row>
28073                                                 
28074                                                 </tbody>
28075                                         </tgroup>
28076                                 </informaltable>
28077                                 <para>
28078                                 
28079                                 
28080                                 
28081                                         <itemizedlist>
28082                                                 <title>
28083                                                         Tables referencing container.call_number_bucket_item_note via Foreign Key Constraints
28084                                                 </title>
28085                                 
28086                                                         <listitem>
28087                                                                 <para><xref linkend="container.table.call-number-bucket-item-note"/></para>
28088                                                         </listitem>
28089                                                         
28090                                         </itemizedlist>
28091                                 
28092                                 
28093                                 
28094                                 
28095                 </para>
28096                 </simplesect>
28097                 
28098                 <simplesect id="container.table.call-number-bucket-item-note" xreflabel="container.call_number_bucket_item_note">               
28099                         <title>call_number_bucket_item_note</title>
28100                         <informaltable>
28101                                 <tgroup cols="3">
28102                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
28103                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
28104                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
28105                                         <thead>
28106                                                 <row>
28107                                                         <entry>Field</entry>
28108                                                         <entry>Data Type</entry>
28109                                                         <entry>Constraints and References</entry>
28110                                                 </row>
28111                                                 </thead>
28112                                                 <tbody>
28113                                                 
28114                                                         <row>
28115                                                                 <entry>id</entry>
28116                                                                 <entry>serial</entry>
28117                                                                 <entry><para>
28118                                                                         
28119                                                                                 
28120                                                                                         PRIMARY KEY
28121                                                                                                                 
28122                                                                         
28123                                                                         
28124                                                                         
28125                                                                         
28126                                                                         
28127                                                                                 
28128                                                                         
28129                                                                         </para></entry>
28130                                                         </row>
28131                                                 
28132                                                         <row>
28133                                                                 <entry>item</entry>
28134                                                                 <entry>integer</entry>
28135                                                                 <entry><para>
28136                                                                         
28137                                                                                                                 
28138                                                                         
28139                                                                         
28140                                                                         
28141                                                                                 NOT NULL;
28142                                                                         
28143                                                                         
28144                                                                         
28145                                                                                 
28146                                                                                 <xref linkend="container.table.call-number-bucket-item"/>
28147                                                                                 
28148                                                                         
28149                                                                         </para></entry>
28150                                                         </row>
28151                                                 
28152                                                         <row>
28153                                                                 <entry>note</entry>
28154                                                                 <entry>text</entry>
28155                                                                 <entry><para>
28156                                                                         
28157                                                                         
28158                                                                                 NOT NULL;
28159                                                                         
28160                                                                         
28161                                                                         
28162                                                                         </para></entry>
28163                                                         </row>
28164                                                 
28165                                                 </tbody>
28166                                         </tgroup>
28167                                 </informaltable>
28168                                 <para>
28169                                 
28170                                 
28171                                 
28172                                 
28173                 </para>
28174                 </simplesect>
28175                 
28176                 <simplesect id="container.table.call-number-bucket-note" xreflabel="container.call_number_bucket_note">         
28177                         <title>call_number_bucket_note</title>
28178                         <informaltable>
28179                                 <tgroup cols="3">
28180                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
28181                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
28182                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
28183                                         <thead>
28184                                                 <row>
28185                                                         <entry>Field</entry>
28186                                                         <entry>Data Type</entry>
28187                                                         <entry>Constraints and References</entry>
28188                                                 </row>
28189                                                 </thead>
28190                                                 <tbody>
28191                                                 
28192                                                         <row>
28193                                                                 <entry>id</entry>
28194                                                                 <entry>serial</entry>
28195                                                                 <entry><para>
28196                                                                         
28197                                                                                 
28198                                                                                         PRIMARY KEY
28199                                                                                                                 
28200                                                                         
28201                                                                         
28202                                                                         
28203                                                                         
28204                                                                         
28205                                                                                 
28206                                                                         
28207                                                                         </para></entry>
28208                                                         </row>
28209                                                 
28210                                                         <row>
28211                                                                 <entry>bucket</entry>
28212                                                                 <entry>integer</entry>
28213                                                                 <entry><para>
28214                                                                         
28215                                                                                                                 
28216                                                                         
28217                                                                         
28218                                                                         
28219                                                                                 NOT NULL;
28220                                                                         
28221                                                                         
28222                                                                         
28223                                                                                 
28224                                                                                 <xref linkend="container.table.call-number-bucket"/>
28225                                                                                 
28226                                                                         
28227                                                                         </para></entry>
28228                                                         </row>
28229                                                 
28230                                                         <row>
28231                                                                 <entry>note</entry>
28232                                                                 <entry>text</entry>
28233                                                                 <entry><para>
28234                                                                         
28235                                                                         
28236                                                                                 NOT NULL;
28237                                                                         
28238                                                                         
28239                                                                         
28240                                                                         </para></entry>
28241                                                         </row>
28242                                                 
28243                                                 </tbody>
28244                                         </tgroup>
28245                                 </informaltable>
28246                                 <para>
28247                                 
28248                                 
28249                                 
28250                                 
28251                 </para>
28252                 </simplesect>
28253                 
28254                 <simplesect id="container.table.call-number-bucket-type" xreflabel="container.call_number_bucket_type">         
28255                         <title>call_number_bucket_type</title>
28256                         <informaltable>
28257                                 <tgroup cols="3">
28258                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
28259                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
28260                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
28261                                         <thead>
28262                                                 <row>
28263                                                         <entry>Field</entry>
28264                                                         <entry>Data Type</entry>
28265                                                         <entry>Constraints and References</entry>
28266                                                 </row>
28267                                                 </thead>
28268                                                 <tbody>
28269                                                 
28270                                                         <row>
28271                                                                 <entry>code</entry>
28272                                                                 <entry>text</entry>
28273                                                                 <entry><para>
28274                                                                         
28275                                                                                 
28276                                                                                         PRIMARY KEY
28277                                                                                                                 
28278                                                                         
28279                                                                         
28280                                                                         
28281                                                                         
28282                                                                         
28283                                                                                 
28284                                                                         
28285                                                                         </para></entry>
28286                                                         </row>
28287                                                 
28288                                                         <row>
28289                                                                 <entry>label</entry>
28290                                                                 <entry>text</entry>
28291                                                                 <entry><para>
28292                                                                         
28293                                                                                                                 
28294                                                                         
28295                                                                                 UNIQUE;
28296                                                                                 
28297                                                                         
28298                                                                         
28299                                                                                 NOT NULL;
28300                                                                         
28301                                                                         
28302                                                                         
28303                                                                                 
28304                                                                         
28305                                                                         </para></entry>
28306                                                         </row>
28307                                                 
28308                                                 </tbody>
28309                                         </tgroup>
28310                                 </informaltable>
28311                                 <para>
28312                                 
28313                                 
28314                                 
28315                                 
28316                 </para>
28317                 </simplesect>
28318                 
28319                 <simplesect id="container.table.copy-bucket" xreflabel="container.copy_bucket">         
28320                         <title>copy_bucket</title>
28321                         <informaltable>
28322                                 <tgroup cols="3">
28323                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
28324                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
28325                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
28326                                         <thead>
28327                                                 <row>
28328                                                         <entry>Field</entry>
28329                                                         <entry>Data Type</entry>
28330                                                         <entry>Constraints and References</entry>
28331                                                 </row>
28332                                                 </thead>
28333                                                 <tbody>
28334                                                 
28335                                                         <row>
28336                                                                 <entry>id</entry>
28337                                                                 <entry>serial</entry>
28338                                                                 <entry><para>
28339                                                                         
28340                                                                                 
28341                                                                                         PRIMARY KEY
28342                                                                                                                 
28343                                                                         
28344                                                                         
28345                                                                         
28346                                                                         
28347                                                                         
28348                                                                                 
28349                                                                         
28350                                                                         </para></entry>
28351                                                         </row>
28352                                                 
28353                                                         <row>
28354                                                                 <entry>owner</entry>
28355                                                                 <entry>integer</entry>
28356                                                                 <entry><para>
28357                                                                         
28358                                                                                                                 
28359                                                                         
28360                                                                                 UNIQUE#1
28361                                                                                 ;
28362                                                                                 
28363                                                                         
28364                                                                                                                 
28365                                                                         
28366                                                                         
28367                                                                         
28368                                                                                 NOT NULL;
28369                                                                         
28370                                                                         
28371                                                                         
28372                                                                                 
28373                                                                         
28374                                                                                 
28375                                                                                 <xref linkend="actor.table.usr"/>
28376                                                                                 
28377                                                                         
28378                                                                         </para></entry>
28379                                                         </row>
28380                                                 
28381                                                         <row>
28382                                                                 <entry>name</entry>
28383                                                                 <entry>text</entry>
28384                                                                 <entry><para>
28385                                                                         
28386                                                                                                                 
28387                                                                         
28388                                                                                 UNIQUE#1
28389                                                                                 ;
28390                                                                                 
28391                                                                         
28392                                                                         
28393                                                                                 NOT NULL;
28394                                                                         
28395                                                                         
28396                                                                         
28397                                                                                 
28398                                                                         
28399                                                                         </para></entry>
28400                                                         </row>
28401                                                 
28402                                                         <row>
28403                                                                 <entry>btype</entry>
28404                                                                 <entry>text</entry>
28405                                                                 <entry><para>
28406                                                                         
28407                                                                                                                 
28408                                                                         
28409                                                                                 UNIQUE#1
28410                                                                                 ;
28411                                                                                 
28412                                                                         
28413                                                                         
28414                                                                                 NOT NULL;
28415                                                                         
28416                                                                         
28417                                                                                 DEFAULT &apos;misc&apos;::text;
28418                                                                         
28419                                                                         
28420                                                                                 
28421                                                                         
28422                                                                         </para></entry>
28423                                                         </row>
28424                                                 
28425                                                         <row>
28426                                                                 <entry>pub</entry>
28427                                                                 <entry>boolean</entry>
28428                                                                 <entry><para>
28429                                                                         
28430                                                                         
28431                                                                                 NOT NULL;
28432                                                                         
28433                                                                         
28434                                                                                 DEFAULT false;
28435                                                                         
28436                                                                         
28437                                                                         </para></entry>
28438                                                         </row>
28439                                                 
28440                                                         <row>
28441                                                                 <entry>create_time</entry>
28442                                                                 <entry>timestamp with time zone</entry>
28443                                                                 <entry><para>
28444                                                                         
28445                                                                         
28446                                                                                 NOT NULL;
28447                                                                         
28448                                                                         
28449                                                                                 DEFAULT now();
28450                                                                         
28451                                                                         
28452                                                                         </para></entry>
28453                                                         </row>
28454                                                 
28455                                                 </tbody>
28456                                         </tgroup>
28457                                 </informaltable>
28458                                 <para>
28459                                 
28460                                 
28461                                 
28462                                         <itemizedlist>
28463                                                 <title>
28464                                                         Tables referencing container.copy_bucket_item via Foreign Key Constraints
28465                                                 </title>
28466                                 
28467                                                         <listitem>
28468                                                                 <para><xref linkend="container.table.copy-bucket-item"/></para>
28469                                                         </listitem>
28470                                                         
28471                                 
28472                                 
28473                                                         <listitem>
28474                                                                 <para><xref linkend="container.table.copy-bucket-note"/></para>
28475                                                         </listitem>
28476                                                         
28477                                         </itemizedlist>
28478                                 
28479                                 
28480                                 
28481                                 
28482                 </para>
28483                 </simplesect>
28484                 
28485                 <simplesect id="container.table.copy-bucket-item" xreflabel="container.copy_bucket_item">               
28486                         <title>copy_bucket_item</title>
28487                         <informaltable>
28488                                 <tgroup cols="3">
28489                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
28490                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
28491                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
28492                                         <thead>
28493                                                 <row>
28494                                                         <entry>Field</entry>
28495                                                         <entry>Data Type</entry>
28496                                                         <entry>Constraints and References</entry>
28497                                                 </row>
28498                                                 </thead>
28499                                                 <tbody>
28500                                                 
28501                                                         <row>
28502                                                                 <entry>id</entry>
28503                                                                 <entry>serial</entry>
28504                                                                 <entry><para>
28505                                                                         
28506                                                                                 
28507                                                                                         PRIMARY KEY
28508                                                                                                                 
28509                                                                         
28510                                                                         
28511                                                                         
28512                                                                         
28513                                                                         
28514                                                                                 
28515                                                                         
28516                                                                         </para></entry>
28517                                                         </row>
28518                                                 
28519                                                         <row>
28520                                                                 <entry>bucket</entry>
28521                                                                 <entry>integer</entry>
28522                                                                 <entry><para>
28523                                                                         
28524                                                                                                                 
28525                                                                         
28526                                                                         
28527                                                                         
28528                                                                                 NOT NULL;
28529                                                                         
28530                                                                         
28531                                                                         
28532                                                                                 
28533                                                                                 <xref linkend="container.table.copy-bucket"/>
28534                                                                                 
28535                                                                         
28536                                                                         </para></entry>
28537                                                         </row>
28538                                                 
28539                                                         <row>
28540                                                                 <entry>target_copy</entry>
28541                                                                 <entry>integer</entry>
28542                                                                 <entry><para>
28543                                                                         
28544                                                                                                                 
28545                                                                         
28546                                                                         
28547                                                                         
28548                                                                                 NOT NULL;
28549                                                                         
28550                                                                         
28551                                                                         
28552                                                                                 
28553                                                                                 <xref linkend="asset.table.copy"/>
28554                                                                                 
28555                                                                         
28556                                                                         </para></entry>
28557                                                         </row>
28558                                                 
28559                                                         <row>
28560                                                                 <entry>create_time</entry>
28561                                                                 <entry>timestamp with time zone</entry>
28562                                                                 <entry><para>
28563                                                                         
28564                                                                         
28565                                                                                 NOT NULL;
28566                                                                         
28567                                                                         
28568                                                                                 DEFAULT now();
28569                                                                         
28570                                                                         
28571                                                                         </para></entry>
28572                                                         </row>
28573                                                 
28574                                                         <row>
28575                                                                 <entry>pos</entry>
28576                                                                 <entry>integer</entry>
28577                                                                 <entry><para>
28578                                                                         
28579                                                                         
28580                                                                         
28581                                                                         
28582                                                                         </para></entry>
28583                                                         </row>
28584                                                 
28585                                                 </tbody>
28586                                         </tgroup>
28587                                 </informaltable>
28588                                 <para>
28589                                 
28590                                 
28591                                 
28592                                         <itemizedlist>
28593                                                 <title>
28594                                                         Tables referencing container.copy_bucket_item_note via Foreign Key Constraints
28595                                                 </title>
28596                                 
28597                                                         <listitem>
28598                                                                 <para><xref linkend="container.table.copy-bucket-item-note"/></para>
28599                                                         </listitem>
28600                                                         
28601                                         </itemizedlist>
28602                                 
28603                                 
28604                                 
28605                                 
28606                 </para>
28607                 </simplesect>
28608                 
28609                 <simplesect id="container.table.copy-bucket-item-note" xreflabel="container.copy_bucket_item_note">             
28610                         <title>copy_bucket_item_note</title>
28611                         <informaltable>
28612                                 <tgroup cols="3">
28613                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
28614                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
28615                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
28616                                         <thead>
28617                                                 <row>
28618                                                         <entry>Field</entry>
28619                                                         <entry>Data Type</entry>
28620                                                         <entry>Constraints and References</entry>
28621                                                 </row>
28622                                                 </thead>
28623                                                 <tbody>
28624                                                 
28625                                                         <row>
28626                                                                 <entry>id</entry>
28627                                                                 <entry>serial</entry>
28628                                                                 <entry><para>
28629                                                                         
28630                                                                                 
28631                                                                                         PRIMARY KEY
28632                                                                                                                 
28633                                                                         
28634                                                                         
28635                                                                         
28636                                                                         
28637                                                                         
28638                                                                                 
28639                                                                         
28640                                                                         </para></entry>
28641                                                         </row>
28642                                                 
28643                                                         <row>
28644                                                                 <entry>item</entry>
28645                                                                 <entry>integer</entry>
28646                                                                 <entry><para>
28647                                                                         
28648                                                                                                                 
28649                                                                         
28650                                                                         
28651                                                                         
28652                                                                                 NOT NULL;
28653                                                                         
28654                                                                         
28655                                                                         
28656                                                                                 
28657                                                                                 <xref linkend="container.table.copy-bucket-item"/>
28658                                                                                 
28659                                                                         
28660                                                                         </para></entry>
28661                                                         </row>
28662                                                 
28663                                                         <row>
28664                                                                 <entry>note</entry>
28665                                                                 <entry>text</entry>
28666                                                                 <entry><para>
28667                                                                         
28668                                                                         
28669                                                                                 NOT NULL;
28670                                                                         
28671                                                                         
28672                                                                         
28673                                                                         </para></entry>
28674                                                         </row>
28675                                                 
28676                                                 </tbody>
28677                                         </tgroup>
28678                                 </informaltable>
28679                                 <para>
28680                                 
28681                                 
28682                                 
28683                                 
28684                 </para>
28685                 </simplesect>
28686                 
28687                 <simplesect id="container.table.copy-bucket-note" xreflabel="container.copy_bucket_note">               
28688                         <title>copy_bucket_note</title>
28689                         <informaltable>
28690                                 <tgroup cols="3">
28691                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
28692                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
28693                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
28694                                         <thead>
28695                                                 <row>
28696                                                         <entry>Field</entry>
28697                                                         <entry>Data Type</entry>
28698                                                         <entry>Constraints and References</entry>
28699                                                 </row>
28700                                                 </thead>
28701                                                 <tbody>
28702                                                 
28703                                                         <row>
28704                                                                 <entry>id</entry>
28705                                                                 <entry>serial</entry>
28706                                                                 <entry><para>
28707                                                                         
28708                                                                                 
28709                                                                                         PRIMARY KEY
28710                                                                                                                 
28711                                                                         
28712                                                                         
28713                                                                         
28714                                                                         
28715                                                                         
28716                                                                                 
28717                                                                         
28718                                                                         </para></entry>
28719                                                         </row>
28720                                                 
28721                                                         <row>
28722                                                                 <entry>bucket</entry>
28723                                                                 <entry>integer</entry>
28724                                                                 <entry><para>
28725                                                                         
28726                                                                                                                 
28727                                                                         
28728                                                                         
28729                                                                         
28730                                                                                 NOT NULL;
28731                                                                         
28732                                                                         
28733                                                                         
28734                                                                                 
28735                                                                                 <xref linkend="container.table.copy-bucket"/>
28736                                                                                 
28737                                                                         
28738                                                                         </para></entry>
28739                                                         </row>
28740                                                 
28741                                                         <row>
28742                                                                 <entry>note</entry>
28743                                                                 <entry>text</entry>
28744                                                                 <entry><para>
28745                                                                         
28746                                                                         
28747                                                                                 NOT NULL;
28748                                                                         
28749                                                                         
28750                                                                         
28751                                                                         </para></entry>
28752                                                         </row>
28753                                                 
28754                                                 </tbody>
28755                                         </tgroup>
28756                                 </informaltable>
28757                                 <para>
28758                                 
28759                                 
28760                                 
28761                                 
28762                 </para>
28763                 </simplesect>
28764                 
28765                 <simplesect id="container.table.copy-bucket-type" xreflabel="container.copy_bucket_type">               
28766                         <title>copy_bucket_type</title>
28767                         <informaltable>
28768                                 <tgroup cols="3">
28769                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
28770                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
28771                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
28772                                         <thead>
28773                                                 <row>
28774                                                         <entry>Field</entry>
28775                                                         <entry>Data Type</entry>
28776                                                         <entry>Constraints and References</entry>
28777                                                 </row>
28778                                                 </thead>
28779                                                 <tbody>
28780                                                 
28781                                                         <row>
28782                                                                 <entry>code</entry>
28783                                                                 <entry>text</entry>
28784                                                                 <entry><para>
28785                                                                         
28786                                                                                 
28787                                                                                         PRIMARY KEY
28788                                                                                                                 
28789                                                                         
28790                                                                         
28791                                                                         
28792                                                                         
28793                                                                         
28794                                                                                 
28795                                                                         
28796                                                                         </para></entry>
28797                                                         </row>
28798                                                 
28799                                                         <row>
28800                                                                 <entry>label</entry>
28801                                                                 <entry>text</entry>
28802                                                                 <entry><para>
28803                                                                         
28804                                                                                                                 
28805                                                                         
28806                                                                                 UNIQUE;
28807                                                                                 
28808                                                                         
28809                                                                         
28810                                                                                 NOT NULL;
28811                                                                         
28812                                                                         
28813                                                                         
28814                                                                                 
28815                                                                         
28816                                                                         </para></entry>
28817                                                         </row>
28818                                                 
28819                                                 </tbody>
28820                                         </tgroup>
28821                                 </informaltable>
28822                                 <para>
28823                                 
28824                                 
28825                                 
28826                                 
28827                 </para>
28828                 </simplesect>
28829                 
28830                 <simplesect id="container.table.user-bucket" xreflabel="container.user_bucket">         
28831                         <title>user_bucket</title>
28832                         <informaltable>
28833                                 <tgroup cols="3">
28834                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
28835                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
28836                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
28837                                         <thead>
28838                                                 <row>
28839                                                         <entry>Field</entry>
28840                                                         <entry>Data Type</entry>
28841                                                         <entry>Constraints and References</entry>
28842                                                 </row>
28843                                                 </thead>
28844                                                 <tbody>
28845                                                 
28846                                                         <row>
28847                                                                 <entry>id</entry>
28848                                                                 <entry>serial</entry>
28849                                                                 <entry><para>
28850                                                                         
28851                                                                                 
28852                                                                                         PRIMARY KEY
28853                                                                                                                 
28854                                                                         
28855                                                                         
28856                                                                         
28857                                                                         
28858                                                                         
28859                                                                                 
28860                                                                         
28861                                                                         </para></entry>
28862                                                         </row>
28863                                                 
28864                                                         <row>
28865                                                                 <entry>owner</entry>
28866                                                                 <entry>integer</entry>
28867                                                                 <entry><para>
28868                                                                         
28869                                                                                                                 
28870                                                                         
28871                                                                                 UNIQUE#1
28872                                                                                 ;
28873                                                                                 
28874                                                                         
28875                                                                                                                 
28876                                                                         
28877                                                                         
28878                                                                         
28879                                                                                 NOT NULL;
28880                                                                         
28881                                                                         
28882                                                                         
28883                                                                                 
28884                                                                         
28885                                                                                 
28886                                                                                 <xref linkend="actor.table.usr"/>
28887                                                                                 
28888                                                                         
28889                                                                         </para></entry>
28890                                                         </row>
28891                                                 
28892                                                         <row>
28893                                                                 <entry>name</entry>
28894                                                                 <entry>text</entry>
28895                                                                 <entry><para>
28896                                                                         
28897                                                                                                                 
28898                                                                         
28899                                                                                 UNIQUE#1
28900                                                                                 ;
28901                                                                                 
28902                                                                         
28903                                                                         
28904                                                                                 NOT NULL;
28905                                                                         
28906                                                                         
28907                                                                         
28908                                                                                 
28909                                                                         
28910                                                                         </para></entry>
28911                                                         </row>
28912                                                 
28913                                                         <row>
28914                                                                 <entry>btype</entry>
28915                                                                 <entry>text</entry>
28916                                                                 <entry><para>
28917                                                                         
28918                                                                                                                 
28919                                                                         
28920                                                                                 UNIQUE#1
28921                                                                                 ;
28922                                                                                 
28923                                                                         
28924                                                                         
28925                                                                                 NOT NULL;
28926                                                                         
28927                                                                         
28928                                                                                 DEFAULT &apos;misc&apos;::text;
28929                                                                         
28930                                                                         
28931                                                                                 
28932                                                                         
28933                                                                         </para></entry>
28934                                                         </row>
28935                                                 
28936                                                         <row>
28937                                                                 <entry>pub</entry>
28938                                                                 <entry>boolean</entry>
28939                                                                 <entry><para>
28940                                                                         
28941                                                                         
28942                                                                                 NOT NULL;
28943                                                                         
28944                                                                         
28945                                                                                 DEFAULT false;
28946                                                                         
28947                                                                         
28948                                                                         </para></entry>
28949                                                         </row>
28950                                                 
28951                                                         <row>
28952                                                                 <entry>create_time</entry>
28953                                                                 <entry>timestamp with time zone</entry>
28954                                                                 <entry><para>
28955                                                                         
28956                                                                         
28957                                                                                 NOT NULL;
28958                                                                         
28959                                                                         
28960                                                                                 DEFAULT now();
28961                                                                         
28962                                                                         
28963                                                                         </para></entry>
28964                                                         </row>
28965                                                 
28966                                                 </tbody>
28967                                         </tgroup>
28968                                 </informaltable>
28969                                 <para>
28970                                 
28971                                 
28972                                 
28973                                         <itemizedlist>
28974                                                 <title>
28975                                                         Tables referencing container.user_bucket_item via Foreign Key Constraints
28976                                                 </title>
28977                                 
28978                                                         <listitem>
28979                                                                 <para><xref linkend="container.table.user-bucket-item"/></para>
28980                                                         </listitem>
28981                                                         
28982                                 
28983                                 
28984                                                         <listitem>
28985                                                                 <para><xref linkend="container.table.user-bucket-note"/></para>
28986                                                         </listitem>
28987                                                         
28988                                         </itemizedlist>
28989                                 
28990                                 
28991                                 
28992                                 
28993                 </para>
28994                 </simplesect>
28995                 
28996                 <simplesect id="container.table.user-bucket-item" xreflabel="container.user_bucket_item">               
28997                         <title>user_bucket_item</title>
28998                         <informaltable>
28999                                 <tgroup cols="3">
29000                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
29001                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
29002                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
29003                                         <thead>
29004                                                 <row>
29005                                                         <entry>Field</entry>
29006                                                         <entry>Data Type</entry>
29007                                                         <entry>Constraints and References</entry>
29008                                                 </row>
29009                                                 </thead>
29010                                                 <tbody>
29011                                                 
29012                                                         <row>
29013                                                                 <entry>id</entry>
29014                                                                 <entry>serial</entry>
29015                                                                 <entry><para>
29016                                                                         
29017                                                                                 
29018                                                                                         PRIMARY KEY
29019                                                                                                                 
29020                                                                         
29021                                                                         
29022                                                                         
29023                                                                         
29024                                                                         
29025                                                                                 
29026                                                                         
29027                                                                         </para></entry>
29028                                                         </row>
29029                                                 
29030                                                         <row>
29031                                                                 <entry>bucket</entry>
29032                                                                 <entry>integer</entry>
29033                                                                 <entry><para>
29034                                                                         
29035                                                                                                                 
29036                                                                         
29037                                                                         
29038                                                                         
29039                                                                                 NOT NULL;
29040                                                                         
29041                                                                         
29042                                                                         
29043                                                                                 
29044                                                                                 <xref linkend="container.table.user-bucket"/>
29045                                                                                 
29046                                                                         
29047                                                                         </para></entry>
29048                                                         </row>
29049                                                 
29050                                                         <row>
29051                                                                 <entry>target_user</entry>
29052                                                                 <entry>integer</entry>
29053                                                                 <entry><para>
29054                                                                         
29055                                                                                                                 
29056                                                                         
29057                                                                         
29058                                                                         
29059                                                                                 NOT NULL;
29060                                                                         
29061                                                                         
29062                                                                         
29063                                                                                 
29064                                                                                 <xref linkend="actor.table.usr"/>
29065                                                                                 
29066                                                                         
29067                                                                         </para></entry>
29068                                                         </row>
29069                                                 
29070                                                         <row>
29071                                                                 <entry>create_time</entry>
29072                                                                 <entry>timestamp with time zone</entry>
29073                                                                 <entry><para>
29074                                                                         
29075                                                                         
29076                                                                                 NOT NULL;
29077                                                                         
29078                                                                         
29079                                                                                 DEFAULT now();
29080                                                                         
29081                                                                         
29082                                                                         </para></entry>
29083                                                         </row>
29084                                                 
29085                                                         <row>
29086                                                                 <entry>pos</entry>
29087                                                                 <entry>integer</entry>
29088                                                                 <entry><para>
29089                                                                         
29090                                                                         
29091                                                                         
29092                                                                         
29093                                                                         </para></entry>
29094                                                         </row>
29095                                                 
29096                                                 </tbody>
29097                                         </tgroup>
29098                                 </informaltable>
29099                                 <para>
29100                                 
29101                                 
29102                                 
29103                                         <itemizedlist>
29104                                                 <title>
29105                                                         Tables referencing container.user_bucket_item_note via Foreign Key Constraints
29106                                                 </title>
29107                                 
29108                                                         <listitem>
29109                                                                 <para><xref linkend="container.table.user-bucket-item-note"/></para>
29110                                                         </listitem>
29111                                                         
29112                                         </itemizedlist>
29113                                 
29114                                 
29115                                 
29116                                 
29117                 </para>
29118                 </simplesect>
29119                 
29120                 <simplesect id="container.table.user-bucket-item-note" xreflabel="container.user_bucket_item_note">             
29121                         <title>user_bucket_item_note</title>
29122                         <informaltable>
29123                                 <tgroup cols="3">
29124                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
29125                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
29126                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
29127                                         <thead>
29128                                                 <row>
29129                                                         <entry>Field</entry>
29130                                                         <entry>Data Type</entry>
29131                                                         <entry>Constraints and References</entry>
29132                                                 </row>
29133                                                 </thead>
29134                                                 <tbody>
29135                                                 
29136                                                         <row>
29137                                                                 <entry>id</entry>
29138                                                                 <entry>serial</entry>
29139                                                                 <entry><para>
29140                                                                         
29141                                                                                 
29142                                                                                         PRIMARY KEY
29143                                                                                                                 
29144                                                                         
29145                                                                         
29146                                                                         
29147                                                                         
29148                                                                         
29149                                                                                 
29150                                                                         
29151                                                                         </para></entry>
29152                                                         </row>
29153                                                 
29154                                                         <row>
29155                                                                 <entry>item</entry>
29156                                                                 <entry>integer</entry>
29157                                                                 <entry><para>
29158                                                                         
29159                                                                                                                 
29160                                                                         
29161                                                                         
29162                                                                         
29163                                                                                 NOT NULL;
29164                                                                         
29165                                                                         
29166                                                                         
29167                                                                                 
29168                                                                                 <xref linkend="container.table.user-bucket-item"/>
29169                                                                                 
29170                                                                         
29171                                                                         </para></entry>
29172                                                         </row>
29173                                                 
29174                                                         <row>
29175                                                                 <entry>note</entry>
29176                                                                 <entry>text</entry>
29177                                                                 <entry><para>
29178                                                                         
29179                                                                         
29180                                                                                 NOT NULL;
29181                                                                         
29182                                                                         
29183                                                                         
29184                                                                         </para></entry>
29185                                                         </row>
29186                                                 
29187                                                 </tbody>
29188                                         </tgroup>
29189                                 </informaltable>
29190                                 <para>
29191                                 
29192                                 
29193                                 
29194                                 
29195                 </para>
29196                 </simplesect>
29197                 
29198                 <simplesect id="container.table.user-bucket-note" xreflabel="container.user_bucket_note">               
29199                         <title>user_bucket_note</title>
29200                         <informaltable>
29201                                 <tgroup cols="3">
29202                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
29203                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
29204                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
29205                                         <thead>
29206                                                 <row>
29207                                                         <entry>Field</entry>
29208                                                         <entry>Data Type</entry>
29209                                                         <entry>Constraints and References</entry>
29210                                                 </row>
29211                                                 </thead>
29212                                                 <tbody>
29213                                                 
29214                                                         <row>
29215                                                                 <entry>id</entry>
29216                                                                 <entry>serial</entry>
29217                                                                 <entry><para>
29218                                                                         
29219                                                                                 
29220                                                                                         PRIMARY KEY
29221                                                                                                                 
29222                                                                         
29223                                                                         
29224                                                                         
29225                                                                         
29226                                                                         
29227                                                                                 
29228                                                                         
29229                                                                         </para></entry>
29230                                                         </row>
29231                                                 
29232                                                         <row>
29233                                                                 <entry>bucket</entry>
29234                                                                 <entry>integer</entry>
29235                                                                 <entry><para>
29236                                                                         
29237                                                                                                                 
29238                                                                         
29239                                                                         
29240                                                                         
29241                                                                                 NOT NULL;
29242                                                                         
29243                                                                         
29244                                                                         
29245                                                                                 
29246                                                                                 <xref linkend="container.table.user-bucket"/>
29247                                                                                 
29248                                                                         
29249                                                                         </para></entry>
29250                                                         </row>
29251                                                 
29252                                                         <row>
29253                                                                 <entry>note</entry>
29254                                                                 <entry>text</entry>
29255                                                                 <entry><para>
29256                                                                         
29257                                                                         
29258                                                                                 NOT NULL;
29259                                                                         
29260                                                                         
29261                                                                         
29262                                                                         </para></entry>
29263                                                         </row>
29264                                                 
29265                                                 </tbody>
29266                                         </tgroup>
29267                                 </informaltable>
29268                                 <para>
29269                                 
29270                                 
29271                                 
29272                                 
29273                 </para>
29274                 </simplesect>
29275                 
29276                 <simplesect id="container.table.user-bucket-type" xreflabel="container.user_bucket_type">               
29277                         <title>user_bucket_type</title>
29278                         <informaltable>
29279                                 <tgroup cols="3">
29280                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
29281                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
29282                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
29283                                         <thead>
29284                                                 <row>
29285                                                         <entry>Field</entry>
29286                                                         <entry>Data Type</entry>
29287                                                         <entry>Constraints and References</entry>
29288                                                 </row>
29289                                                 </thead>
29290                                                 <tbody>
29291                                                 
29292                                                         <row>
29293                                                                 <entry>code</entry>
29294                                                                 <entry>text</entry>
29295                                                                 <entry><para>
29296                                                                         
29297                                                                                 
29298                                                                                         PRIMARY KEY
29299                                                                                                                 
29300                                                                         
29301                                                                         
29302                                                                         
29303                                                                         
29304                                                                         
29305                                                                                 
29306                                                                         
29307                                                                         </para></entry>
29308                                                         </row>
29309                                                 
29310                                                         <row>
29311                                                                 <entry>label</entry>
29312                                                                 <entry>text</entry>
29313                                                                 <entry><para>
29314                                                                         
29315                                                                                                                 
29316                                                                         
29317                                                                                 UNIQUE;
29318                                                                                 
29319                                                                         
29320                                                                         
29321                                                                                 NOT NULL;
29322                                                                         
29323                                                                         
29324                                                                         
29325                                                                                 
29326                                                                         
29327                                                                         </para></entry>
29328                                                         </row>
29329                                                 
29330                                                 </tbody>
29331                                         </tgroup>
29332                                 </informaltable>
29333                                 <para>
29334                                 
29335                                 
29336                                 
29337                                 
29338                 </para>
29339                 </simplesect>
29340                 
29341         </section>
29342         
29343         <section id="extend-reporter.schema">
29344                 <title>Schema extend_reporter</title>
29345                 
29346                 <simplesect id="extend-reporter.view.full-circ-count" xreflabel="extend_reporter.full_circ_count">              
29347                         <title>full_circ_count</title>
29348                         <informaltable>
29349                                 <tgroup cols="3">
29350                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
29351                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
29352                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
29353                                         <thead>
29354                                                 <row>
29355                                                         <entry>Field</entry>
29356                                                         <entry>Data Type</entry>
29357                                                         <entry>Constraints and References</entry>
29358                                                 </row>
29359                                                 </thead>
29360                                                 <tbody>
29361                                                 
29362                                                         <row>
29363                                                                 <entry>id</entry>
29364                                                                 <entry>bigint</entry>
29365                                                                 <entry><para>
29366                                                                         
29367                                                                         
29368                                                                         
29369                                                                         
29370                                                                         </para></entry>
29371                                                         </row>
29372                                                 
29373                                                         <row>
29374                                                                 <entry>circ_count</entry>
29375                                                                 <entry>bigint</entry>
29376                                                                 <entry><para>
29377                                                                         
29378                                                                         
29379                                                                         
29380                                                                         
29381                                                                         </para></entry>
29382                                                         </row>
29383                                                 
29384                                                 </tbody>
29385                                         </tgroup>
29386                                 </informaltable>
29387                                 <para>
29388                                 
29389                                 
29390                                 
29391                                 
29392                 </para>
29393                 </simplesect>
29394                 
29395                 <simplesect id="extend-reporter.view.global-bibs-by-holding-update" xreflabel="extend_reporter.global_bibs_by_holding_update">          
29396                         <title>global_bibs_by_holding_update</title>
29397                         <informaltable>
29398                                 <tgroup cols="3">
29399                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
29400                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
29401                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
29402                                         <thead>
29403                                                 <row>
29404                                                         <entry>Field</entry>
29405                                                         <entry>Data Type</entry>
29406                                                         <entry>Constraints and References</entry>
29407                                                 </row>
29408                                                 </thead>
29409                                                 <tbody>
29410                                                 
29411                                                         <row>
29412                                                                 <entry>id</entry>
29413                                                                 <entry>bigint</entry>
29414                                                                 <entry><para>
29415                                                                         
29416                                                                         
29417                                                                         
29418                                                                         
29419                                                                         </para></entry>
29420                                                         </row>
29421                                                 
29422                                                         <row>
29423                                                                 <entry>holding_update</entry>
29424                                                                 <entry>timestamp with time zone</entry>
29425                                                                 <entry><para>
29426                                                                         
29427                                                                         
29428                                                                         
29429                                                                         
29430                                                                         </para></entry>
29431                                                         </row>
29432                                                 
29433                                                         <row>
29434                                                                 <entry>update_type</entry>
29435                                                                 <entry>text</entry>
29436                                                                 <entry><para>
29437                                                                         
29438                                                                         
29439                                                                         
29440                                                                         
29441                                                                         </para></entry>
29442                                                         </row>
29443                                                 
29444                                                 </tbody>
29445                                         </tgroup>
29446                                 </informaltable>
29447                                 <para>
29448                                 
29449                                 
29450                                 
29451                                 
29452                 </para>
29453                 </simplesect>
29454                 
29455                 <simplesect id="extend-reporter.table.legacy-circ-count" xreflabel="extend_reporter.legacy_circ_count">         
29456                         <title>legacy_circ_count</title>
29457                         <informaltable>
29458                                 <tgroup cols="3">
29459                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
29460                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
29461                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
29462                                         <thead>
29463                                                 <row>
29464                                                         <entry>Field</entry>
29465                                                         <entry>Data Type</entry>
29466                                                         <entry>Constraints and References</entry>
29467                                                 </row>
29468                                                 </thead>
29469                                                 <tbody>
29470                                                 
29471                                                         <row>
29472                                                                 <entry>id</entry>
29473                                                                 <entry>bigint</entry>
29474                                                                 <entry><para>
29475                                                                         
29476                                                                                                                 
29477                                                                         
29478                                                                         
29479                                                                                 
29480                                                                                         PRIMARY KEY
29481                                                                                                                 
29482                                                                         
29483                                                                         
29484                                                                         
29485                                                                         
29486                                                                         
29487                                                                                 
29488                                                                                 <xref linkend="asset.table.copy"/>
29489                                                                                 
29490                                                                         
29491                                                                                 
29492                                                                         
29493                                                                         </para></entry>
29494                                                         </row>
29495                                                 
29496                                                         <row>
29497                                                                 <entry>circ_count</entry>
29498                                                                 <entry>integer</entry>
29499                                                                 <entry><para>
29500                                                                         
29501                                                                         
29502                                                                                 NOT NULL;
29503                                                                         
29504                                                                         
29505                                                                         
29506                                                                         </para></entry>
29507                                                         </row>
29508                                                 
29509                                                 </tbody>
29510                                         </tgroup>
29511                                 </informaltable>
29512                                 <para>
29513                                 
29514                                 
29515                                 
29516                                 
29517                 </para>
29518                 </simplesect>
29519                 
29520         </section>
29521         
29522         <section id="metabib.schema">
29523                 <title>Schema metabib</title>
29524                 
29525                 <simplesect id="metabib.table.author-field-entry" xreflabel="metabib.author_field_entry">               
29526                         <title>author_field_entry</title>
29527                         <informaltable>
29528                                 <tgroup cols="3">
29529                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
29530                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
29531                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
29532                                         <thead>
29533                                                 <row>
29534                                                         <entry>Field</entry>
29535                                                         <entry>Data Type</entry>
29536                                                         <entry>Constraints and References</entry>
29537                                                 </row>
29538                                                 </thead>
29539                                                 <tbody>
29540                                                 
29541                                                         <row>
29542                                                                 <entry>id</entry>
29543                                                                 <entry>bigserial</entry>
29544                                                                 <entry><para>
29545                                                                         
29546                                                                                 
29547                                                                                         PRIMARY KEY
29548                                                                                                                 
29549                                                                         
29550                                                                         
29551                                                                         
29552                                                                         
29553                                                                         
29554                                                                                 
29555                                                                         
29556                                                                         </para></entry>
29557                                                         </row>
29558                                                 
29559                                                         <row>
29560                                                                 <entry>source</entry>
29561                                                                 <entry>bigint</entry>
29562                                                                 <entry><para>
29563                                                                         
29564                                                                                                                 
29565                                                                         
29566                                                                         
29567                                                                         
29568                                                                                 NOT NULL;
29569                                                                         
29570                                                                         
29571                                                                         
29572                                                                                 
29573                                                                                 <xref linkend="biblio.table.record-entry"/>
29574                                                                                 
29575                                                                         
29576                                                                         </para></entry>
29577                                                         </row>
29578                                                 
29579                                                         <row>
29580                                                                 <entry>field</entry>
29581                                                                 <entry>integer</entry>
29582                                                                 <entry><para>
29583                                                                         
29584                                                                                                                 
29585                                                                         
29586                                                                         
29587                                                                         
29588                                                                                 NOT NULL;
29589                                                                         
29590                                                                         
29591                                                                         
29592                                                                                 
29593                                                                                 <xref linkend="config.table.metabib-field"/>
29594                                                                                 
29595                                                                         
29596                                                                         </para></entry>
29597                                                         </row>
29598                                                 
29599                                                         <row>
29600                                                                 <entry>value</entry>
29601                                                                 <entry>text</entry>
29602                                                                 <entry><para>
29603                                                                         
29604                                                                         
29605                                                                                 NOT NULL;
29606                                                                         
29607                                                                         
29608                                                                         
29609                                                                         </para></entry>
29610                                                         </row>
29611                                                 
29612                                                         <row>
29613                                                                 <entry>index_vector</entry>
29614                                                                 <entry>public.tsvector</entry>
29615                                                                 <entry><para>
29616                                                                         
29617                                                                         
29618                                                                                 NOT NULL;
29619                                                                         
29620                                                                         
29621                                                                         
29622                                                                         </para></entry>
29623                                                         </row>
29624                                                 
29625                                                 </tbody>
29626                                         </tgroup>
29627                                 </informaltable>
29628                                 <para>
29629                                 
29630                                 
29631                                 
29632                                 
29633                 </para>
29634                 </simplesect>
29635                 
29636                 <simplesect id="metabib.view.full-rec" xreflabel="metabib.full_rec">            
29637                         <title>full_rec</title>
29638                         <informaltable>
29639                                 <tgroup cols="3">
29640                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
29641                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
29642                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
29643                                         <thead>
29644                                                 <row>
29645                                                         <entry>Field</entry>
29646                                                         <entry>Data Type</entry>
29647                                                         <entry>Constraints and References</entry>
29648                                                 </row>
29649                                                 </thead>
29650                                                 <tbody>
29651                                                 
29652                                                         <row>
29653                                                                 <entry>id</entry>
29654                                                                 <entry>bigint</entry>
29655                                                                 <entry><para>
29656                                                                         
29657                                                                         
29658                                                                         
29659                                                                         
29660                                                                         </para></entry>
29661                                                         </row>
29662                                                 
29663                                                         <row>
29664                                                                 <entry>record</entry>
29665                                                                 <entry>bigint</entry>
29666                                                                 <entry><para>
29667                                                                         
29668                                                                         
29669                                                                         
29670                                                                         
29671                                                                         </para></entry>
29672                                                         </row>
29673                                                 
29674                                                         <row>
29675                                                                 <entry>tag</entry>
29676                                                                 <entry>character(3)</entry>
29677                                                                 <entry><para>
29678                                                                         
29679                                                                         
29680                                                                         
29681                                                                         
29682                                                                         </para></entry>
29683                                                         </row>
29684                                                 
29685                                                         <row>
29686                                                                 <entry>ind1</entry>
29687                                                                 <entry>text</entry>
29688                                                                 <entry><para>
29689                                                                         
29690                                                                         
29691                                                                         
29692                                                                         
29693                                                                         </para></entry>
29694                                                         </row>
29695                                                 
29696                                                         <row>
29697                                                                 <entry>ind2</entry>
29698                                                                 <entry>text</entry>
29699                                                                 <entry><para>
29700                                                                         
29701                                                                         
29702                                                                         
29703                                                                         
29704                                                                         </para></entry>
29705                                                         </row>
29706                                                 
29707                                                         <row>
29708                                                                 <entry>subfield</entry>
29709                                                                 <entry>text</entry>
29710                                                                 <entry><para>
29711                                                                         
29712                                                                         
29713                                                                         
29714                                                                         
29715                                                                         </para></entry>
29716                                                         </row>
29717                                                 
29718                                                         <row>
29719                                                                 <entry>value</entry>
29720                                                                 <entry>text</entry>
29721                                                                 <entry><para>
29722                                                                         
29723                                                                         
29724                                                                         
29725                                                                         
29726                                                                         </para></entry>
29727                                                         </row>
29728                                                 
29729                                                         <row>
29730                                                                 <entry>index_vector</entry>
29731                                                                 <entry>public.tsvector</entry>
29732                                                                 <entry><para>
29733                                                                         
29734                                                                         
29735                                                                         
29736                                                                         
29737                                                                         </para></entry>
29738                                                         </row>
29739                                                 
29740                                                 </tbody>
29741                                         </tgroup>
29742                                 </informaltable>
29743                                 <para>
29744                                 
29745                                 
29746                                 
29747                                 
29748                 </para>
29749                 </simplesect>
29750                 
29751                 <simplesect id="metabib.table.keyword-field-entry" xreflabel="metabib.keyword_field_entry">             
29752                         <title>keyword_field_entry</title>
29753                         <informaltable>
29754                                 <tgroup cols="3">
29755                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
29756                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
29757                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
29758                                         <thead>
29759                                                 <row>
29760                                                         <entry>Field</entry>
29761                                                         <entry>Data Type</entry>
29762                                                         <entry>Constraints and References</entry>
29763                                                 </row>
29764                                                 </thead>
29765                                                 <tbody>
29766                                                 
29767                                                         <row>
29768                                                                 <entry>id</entry>
29769                                                                 <entry>bigserial</entry>
29770                                                                 <entry><para>
29771                                                                         
29772                                                                                 
29773                                                                                         PRIMARY KEY
29774                                                                                                                 
29775                                                                         
29776                                                                         
29777                                                                         
29778                                                                         
29779                                                                         
29780                                                                                 
29781                                                                         
29782                                                                         </para></entry>
29783                                                         </row>
29784                                                 
29785                                                         <row>
29786                                                                 <entry>source</entry>
29787                                                                 <entry>bigint</entry>
29788                                                                 <entry><para>
29789                                                                         
29790                                                                                                                 
29791                                                                         
29792                                                                         
29793                                                                         
29794                                                                                 NOT NULL;
29795                                                                         
29796                                                                         
29797                                                                         
29798                                                                                 
29799                                                                                 <xref linkend="biblio.table.record-entry"/>
29800                                                                                 
29801                                                                         
29802                                                                         </para></entry>
29803                                                         </row>
29804                                                 
29805                                                         <row>
29806                                                                 <entry>field</entry>
29807                                                                 <entry>integer</entry>
29808                                                                 <entry><para>
29809                                                                         
29810                                                                                                                 
29811                                                                         
29812                                                                         
29813                                                                         
29814                                                                                 NOT NULL;
29815                                                                         
29816                                                                         
29817                                                                         
29818                                                                                 
29819                                                                                 <xref linkend="config.table.metabib-field"/>
29820                                                                                 
29821                                                                         
29822                                                                         </para></entry>
29823                                                         </row>
29824                                                 
29825                                                         <row>
29826                                                                 <entry>value</entry>
29827                                                                 <entry>text</entry>
29828                                                                 <entry><para>
29829                                                                         
29830                                                                         
29831                                                                                 NOT NULL;
29832                                                                         
29833                                                                         
29834                                                                         
29835                                                                         </para></entry>
29836                                                         </row>
29837                                                 
29838                                                         <row>
29839                                                                 <entry>index_vector</entry>
29840                                                                 <entry>public.tsvector</entry>
29841                                                                 <entry><para>
29842                                                                         
29843                                                                         
29844                                                                                 NOT NULL;
29845                                                                         
29846                                                                         
29847                                                                         
29848                                                                         </para></entry>
29849                                                         </row>
29850                                                 
29851                                                 </tbody>
29852                                         </tgroup>
29853                                 </informaltable>
29854                                 <para>
29855                                 
29856                                 
29857                                 
29858                                 
29859                 </para>
29860                 </simplesect>
29861                 
29862                 <simplesect id="metabib.table.metarecord" xreflabel="metabib.metarecord">               
29863                         <title>metarecord</title>
29864                         <informaltable>
29865                                 <tgroup cols="3">
29866                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
29867                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
29868                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
29869                                         <thead>
29870                                                 <row>
29871                                                         <entry>Field</entry>
29872                                                         <entry>Data Type</entry>
29873                                                         <entry>Constraints and References</entry>
29874                                                 </row>
29875                                                 </thead>
29876                                                 <tbody>
29877                                                 
29878                                                         <row>
29879                                                                 <entry>id</entry>
29880                                                                 <entry>bigserial</entry>
29881                                                                 <entry><para>
29882                                                                         
29883                                                                                 
29884                                                                                         PRIMARY KEY
29885                                                                                                                 
29886                                                                         
29887                                                                         
29888                                                                         
29889                                                                         
29890                                                                         
29891                                                                                 
29892                                                                         
29893                                                                         </para></entry>
29894                                                         </row>
29895                                                 
29896                                                         <row>
29897                                                                 <entry>fingerprint</entry>
29898                                                                 <entry>text</entry>
29899                                                                 <entry><para>
29900                                                                         
29901                                                                         
29902                                                                                 NOT NULL;
29903                                                                         
29904                                                                         
29905                                                                         
29906                                                                         </para></entry>
29907                                                         </row>
29908                                                 
29909                                                         <row>
29910                                                                 <entry>master_record</entry>
29911                                                                 <entry>bigint</entry>
29912                                                                 <entry><para>
29913                                                                         
29914                                                                                                                 
29915                                                                         
29916                                                                         
29917                                                                         
29918                                                                         
29919                                                                         
29920                                                                                 
29921                                                                                 <xref linkend="biblio.table.record-entry"/>
29922                                                                                 
29923                                                                         
29924                                                                         </para></entry>
29925                                                         </row>
29926                                                 
29927                                                         <row>
29928                                                                 <entry>mods</entry>
29929                                                                 <entry>text</entry>
29930                                                                 <entry><para>
29931                                                                         
29932                                                                         
29933                                                                         
29934                                                                         
29935                                                                         </para></entry>
29936                                                         </row>
29937                                                 
29938                                                 </tbody>
29939                                         </tgroup>
29940                                 </informaltable>
29941                                 <para>
29942                                 
29943                                 
29944                                 
29945                                         <itemizedlist>
29946                                                 <title>
29947                                                         Tables referencing metabib.metarecord_source_map via Foreign Key Constraints
29948                                                 </title>
29949                                 
29950                                                         <listitem>
29951                                                                 <para><xref linkend="metabib.table.metarecord-source-map"/></para>
29952                                                         </listitem>
29953                                                         
29954                                         </itemizedlist>
29955                                 
29956                                 
29957                                 
29958                                 
29959                 </para>
29960                 </simplesect>
29961                 
29962                 <simplesect id="metabib.table.metarecord-source-map" xreflabel="metabib.metarecord_source_map">         
29963                         <title>metarecord_source_map</title>
29964                         <informaltable>
29965                                 <tgroup cols="3">
29966                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
29967                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
29968                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
29969                                         <thead>
29970                                                 <row>
29971                                                         <entry>Field</entry>
29972                                                         <entry>Data Type</entry>
29973                                                         <entry>Constraints and References</entry>
29974                                                 </row>
29975                                                 </thead>
29976                                                 <tbody>
29977                                                 
29978                                                         <row>
29979                                                                 <entry>id</entry>
29980                                                                 <entry>bigserial</entry>
29981                                                                 <entry><para>
29982                                                                         
29983                                                                                 
29984                                                                                         PRIMARY KEY
29985                                                                                                                 
29986                                                                         
29987                                                                         
29988                                                                         
29989                                                                         
29990                                                                         
29991                                                                                 
29992                                                                         
29993                                                                         </para></entry>
29994                                                         </row>
29995                                                 
29996                                                         <row>
29997                                                                 <entry>metarecord</entry>
29998                                                                 <entry>bigint</entry>
29999                                                                 <entry><para>
30000                                                                         
30001                                                                                                                 
30002                                                                         
30003                                                                         
30004                                                                         
30005                                                                                 NOT NULL;
30006                                                                         
30007                                                                         
30008                                                                         
30009                                                                                 
30010                                                                                 <xref linkend="metabib.table.metarecord"/>
30011                                                                                 
30012                                                                         
30013                                                                         </para></entry>
30014                                                         </row>
30015                                                 
30016                                                         <row>
30017                                                                 <entry>source</entry>
30018                                                                 <entry>bigint</entry>
30019                                                                 <entry><para>
30020                                                                         
30021                                                                                                                 
30022                                                                         
30023                                                                         
30024                                                                         
30025                                                                                 NOT NULL;
30026                                                                         
30027                                                                         
30028                                                                         
30029                                                                                 
30030                                                                                 <xref linkend="biblio.table.record-entry"/>
30031                                                                                 
30032                                                                         
30033                                                                         </para></entry>
30034                                                         </row>
30035                                                 
30036                                                 </tbody>
30037                                         </tgroup>
30038                                 </informaltable>
30039                                 <para>
30040                                 
30041                                 
30042                                 
30043                                 
30044                 </para>
30045                 </simplesect>
30046                 
30047                 <simplesect id="metabib.table.real-full-rec" xreflabel="metabib.real_full_rec">         
30048                         <title>real_full_rec</title>
30049                         <informaltable>
30050                                 <tgroup cols="3">
30051                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
30052                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
30053                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
30054                                         <thead>
30055                                                 <row>
30056                                                         <entry>Field</entry>
30057                                                         <entry>Data Type</entry>
30058                                                         <entry>Constraints and References</entry>
30059                                                 </row>
30060                                                 </thead>
30061                                                 <tbody>
30062                                                 
30063                                                         <row>
30064                                                                 <entry>id</entry>
30065                                                                 <entry>bigint</entry>
30066                                                                 <entry><para>
30067                                                                         
30068                                                                                 
30069                                                                                         PRIMARY KEY
30070                                                                                                                 
30071                                                                         
30072                                                                         
30073                                                                         
30074                                                                         
30075                                                                                 DEFAULT nextval(&apos;full_rec_id_seq&apos;::regclass);
30076                                                                         
30077                                                                         
30078                                                                                 
30079                                                                         
30080                                                                         </para></entry>
30081                                                         </row>
30082                                                 
30083                                                         <row>
30084                                                                 <entry>record</entry>
30085                                                                 <entry>bigint</entry>
30086                                                                 <entry><para>
30087                                                                         
30088                                                                                                                 
30089                                                                         
30090                                                                         
30091                                                                         
30092                                                                                 NOT NULL;
30093                                                                         
30094                                                                         
30095                                                                         
30096                                                                                 
30097                                                                                 <xref linkend="biblio.table.record-entry"/>
30098                                                                                 
30099                                                                         
30100                                                                         </para></entry>
30101                                                         </row>
30102                                                 
30103                                                         <row>
30104                                                                 <entry>tag</entry>
30105                                                                 <entry>character(3)</entry>
30106                                                                 <entry><para>
30107                                                                         
30108                                                                         
30109                                                                                 NOT NULL;
30110                                                                         
30111                                                                         
30112                                                                         
30113                                                                         </para></entry>
30114                                                         </row>
30115                                                 
30116                                                         <row>
30117                                                                 <entry>ind1</entry>
30118                                                                 <entry>text</entry>
30119                                                                 <entry><para>
30120                                                                         
30121                                                                         
30122                                                                         
30123                                                                         
30124                                                                         </para></entry>
30125                                                         </row>
30126                                                 
30127                                                         <row>
30128                                                                 <entry>ind2</entry>
30129                                                                 <entry>text</entry>
30130                                                                 <entry><para>
30131                                                                         
30132                                                                         
30133                                                                         
30134                                                                         
30135                                                                         </para></entry>
30136                                                         </row>
30137                                                 
30138                                                         <row>
30139                                                                 <entry>subfield</entry>
30140                                                                 <entry>text</entry>
30141                                                                 <entry><para>
30142                                                                         
30143                                                                         
30144                                                                         
30145                                                                         
30146                                                                         </para></entry>
30147                                                         </row>
30148                                                 
30149                                                         <row>
30150                                                                 <entry>value</entry>
30151                                                                 <entry>text</entry>
30152                                                                 <entry><para>
30153                                                                         
30154                                                                         
30155                                                                                 NOT NULL;
30156                                                                         
30157                                                                         
30158                                                                         
30159                                                                         </para></entry>
30160                                                         </row>
30161                                                 
30162                                                         <row>
30163                                                                 <entry>index_vector</entry>
30164                                                                 <entry>public.tsvector</entry>
30165                                                                 <entry><para>
30166                                                                         
30167                                                                         
30168                                                                                 NOT NULL;
30169                                                                         
30170                                                                         
30171                                                                         
30172                                                                         </para></entry>
30173                                                         </row>
30174                                                 
30175                                                 </tbody>
30176                                         </tgroup>
30177                                 </informaltable>
30178                                 <para>
30179                                 
30180                                 
30181                                 
30182                                 
30183                 </para>
30184                 </simplesect>
30185                 
30186                 <simplesect id="metabib.table.rec-descriptor" xreflabel="metabib.rec_descriptor">               
30187                         <title>rec_descriptor</title>
30188                         <informaltable>
30189                                 <tgroup cols="3">
30190                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
30191                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
30192                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
30193                                         <thead>
30194                                                 <row>
30195                                                         <entry>Field</entry>
30196                                                         <entry>Data Type</entry>
30197                                                         <entry>Constraints and References</entry>
30198                                                 </row>
30199                                                 </thead>
30200                                                 <tbody>
30201                                                 
30202                                                         <row>
30203                                                                 <entry>id</entry>
30204                                                                 <entry>bigserial</entry>
30205                                                                 <entry><para>
30206                                                                         
30207                                                                                 
30208                                                                                         PRIMARY KEY
30209                                                                                                                 
30210                                                                         
30211                                                                         
30212                                                                         
30213                                                                         
30214                                                                         
30215                                                                                 
30216                                                                         
30217                                                                         </para></entry>
30218                                                         </row>
30219                                                 
30220                                                         <row>
30221                                                                 <entry>record</entry>
30222                                                                 <entry>bigint</entry>
30223                                                                 <entry><para>
30224                                                                         
30225                                                                                                                 
30226                                                                         
30227                                                                         
30228                                                                         
30229                                                                         
30230                                                                         
30231                                                                                 
30232                                                                                 <xref linkend="biblio.table.record-entry"/>
30233                                                                                 
30234                                                                         
30235                                                                         </para></entry>
30236                                                         </row>
30237                                                 
30238                                                         <row>
30239                                                                 <entry>item_type</entry>
30240                                                                 <entry>text</entry>
30241                                                                 <entry><para>
30242                                                                         
30243                                                                         
30244                                                                         
30245                                                                         
30246                                                                         </para></entry>
30247                                                         </row>
30248                                                 
30249                                                         <row>
30250                                                                 <entry>item_form</entry>
30251                                                                 <entry>text</entry>
30252                                                                 <entry><para>
30253                                                                         
30254                                                                         
30255                                                                         
30256                                                                         
30257                                                                         </para></entry>
30258                                                         </row>
30259                                                 
30260                                                         <row>
30261                                                                 <entry>bib_level</entry>
30262                                                                 <entry>text</entry>
30263                                                                 <entry><para>
30264                                                                         
30265                                                                         
30266                                                                         
30267                                                                         
30268                                                                         </para></entry>
30269                                                         </row>
30270                                                 
30271                                                         <row>
30272                                                                 <entry>control_type</entry>
30273                                                                 <entry>text</entry>
30274                                                                 <entry><para>
30275                                                                         
30276                                                                         
30277                                                                         
30278                                                                         
30279                                                                         </para></entry>
30280                                                         </row>
30281                                                 
30282                                                         <row>
30283                                                                 <entry>char_encoding</entry>
30284                                                                 <entry>text</entry>
30285                                                                 <entry><para>
30286                                                                         
30287                                                                         
30288                                                                         
30289                                                                         
30290                                                                         </para></entry>
30291                                                         </row>
30292                                                 
30293                                                         <row>
30294                                                                 <entry>enc_level</entry>
30295                                                                 <entry>text</entry>
30296                                                                 <entry><para>
30297                                                                         
30298                                                                         
30299                                                                         
30300                                                                         
30301                                                                         </para></entry>
30302                                                         </row>
30303                                                 
30304                                                         <row>
30305                                                                 <entry>audience</entry>
30306                                                                 <entry>text</entry>
30307                                                                 <entry><para>
30308                                                                         
30309                                                                         
30310                                                                         
30311                                                                         
30312                                                                         </para></entry>
30313                                                         </row>
30314                                                 
30315                                                         <row>
30316                                                                 <entry>lit_form</entry>
30317                                                                 <entry>text</entry>
30318                                                                 <entry><para>
30319                                                                         
30320                                                                         
30321                                                                         
30322                                                                         
30323                                                                         </para></entry>
30324                                                         </row>
30325                                                 
30326                                                         <row>
30327                                                                 <entry>type_mat</entry>
30328                                                                 <entry>text</entry>
30329                                                                 <entry><para>
30330                                                                         
30331                                                                         
30332                                                                         
30333                                                                         
30334                                                                         </para></entry>
30335                                                         </row>
30336                                                 
30337                                                         <row>
30338                                                                 <entry>cat_form</entry>
30339                                                                 <entry>text</entry>
30340                                                                 <entry><para>
30341                                                                         
30342                                                                         
30343                                                                         
30344                                                                         
30345                                                                         </para></entry>
30346                                                         </row>
30347                                                 
30348                                                         <row>
30349                                                                 <entry>pub_status</entry>
30350                                                                 <entry>text</entry>
30351                                                                 <entry><para>
30352                                                                         
30353                                                                         
30354                                                                         
30355                                                                         
30356                                                                         </para></entry>
30357                                                         </row>
30358                                                 
30359                                                         <row>
30360                                                                 <entry>item_lang</entry>
30361                                                                 <entry>text</entry>
30362                                                                 <entry><para>
30363                                                                         
30364                                                                         
30365                                                                         
30366                                                                         
30367                                                                         </para></entry>
30368                                                         </row>
30369                                                 
30370                                                         <row>
30371                                                                 <entry>vr_format</entry>
30372                                                                 <entry>text</entry>
30373                                                                 <entry><para>
30374                                                                         
30375                                                                         
30376                                                                         
30377                                                                         
30378                                                                         </para></entry>
30379                                                         </row>
30380                                                 
30381                                                         <row>
30382                                                                 <entry>date1</entry>
30383                                                                 <entry>text</entry>
30384                                                                 <entry><para>
30385                                                                         
30386                                                                         
30387                                                                         
30388                                                                         
30389                                                                         </para></entry>
30390                                                         </row>
30391                                                 
30392                                                         <row>
30393                                                                 <entry>date2</entry>
30394                                                                 <entry>text</entry>
30395                                                                 <entry><para>
30396                                                                         
30397                                                                         
30398                                                                         
30399                                                                         
30400                                                                         </para></entry>
30401                                                         </row>
30402                                                 
30403                                                 </tbody>
30404                                         </tgroup>
30405                                 </informaltable>
30406                                 <para>
30407                                 
30408                                 
30409                                 
30410                                 
30411                 </para>
30412                 </simplesect>
30413                 
30414                 <simplesect id="metabib.table.series-field-entry" xreflabel="metabib.series_field_entry">               
30415                         <title>series_field_entry</title>
30416                         <informaltable>
30417                                 <tgroup cols="3">
30418                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
30419                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
30420                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
30421                                         <thead>
30422                                                 <row>
30423                                                         <entry>Field</entry>
30424                                                         <entry>Data Type</entry>
30425                                                         <entry>Constraints and References</entry>
30426                                                 </row>
30427                                                 </thead>
30428                                                 <tbody>
30429                                                 
30430                                                         <row>
30431                                                                 <entry>id</entry>
30432                                                                 <entry>bigserial</entry>
30433                                                                 <entry><para>
30434                                                                         
30435                                                                                 
30436                                                                                         PRIMARY KEY
30437                                                                                                                 
30438                                                                         
30439                                                                         
30440                                                                         
30441                                                                         
30442                                                                         
30443                                                                                 
30444                                                                         
30445                                                                         </para></entry>
30446                                                         </row>
30447                                                 
30448                                                         <row>
30449                                                                 <entry>source</entry>
30450                                                                 <entry>bigint</entry>
30451                                                                 <entry><para>
30452                                                                         
30453                                                                         
30454                                                                                 NOT NULL;
30455                                                                         
30456                                                                         
30457                                                                         
30458                                                                         </para></entry>
30459                                                         </row>
30460                                                 
30461                                                         <row>
30462                                                                 <entry>field</entry>
30463                                                                 <entry>integer</entry>
30464                                                                 <entry><para>
30465                                                                         
30466                                                                         
30467                                                                                 NOT NULL;
30468                                                                         
30469                                                                         
30470                                                                         
30471                                                                         </para></entry>
30472                                                         </row>
30473                                                 
30474                                                         <row>
30475                                                                 <entry>value</entry>
30476                                                                 <entry>text</entry>
30477                                                                 <entry><para>
30478                                                                         
30479                                                                         
30480                                                                                 NOT NULL;
30481                                                                         
30482                                                                         
30483                                                                         
30484                                                                         </para></entry>
30485                                                         </row>
30486                                                 
30487                                                         <row>
30488                                                                 <entry>index_vector</entry>
30489                                                                 <entry>public.tsvector</entry>
30490                                                                 <entry><para>
30491                                                                         
30492                                                                         
30493                                                                                 NOT NULL;
30494                                                                         
30495                                                                         
30496                                                                         
30497                                                                         </para></entry>
30498                                                         </row>
30499                                                 
30500                                                 </tbody>
30501                                         </tgroup>
30502                                 </informaltable>
30503                                 <para>
30504                                 
30505                                 
30506                                 
30507                                 
30508                 </para>
30509                 </simplesect>
30510                 
30511                 <simplesect id="metabib.table.subject-field-entry" xreflabel="metabib.subject_field_entry">             
30512                         <title>subject_field_entry</title>
30513                         <informaltable>
30514                                 <tgroup cols="3">
30515                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
30516                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
30517                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
30518                                         <thead>
30519                                                 <row>
30520                                                         <entry>Field</entry>
30521                                                         <entry>Data Type</entry>
30522                                                         <entry>Constraints and References</entry>
30523                                                 </row>
30524                                                 </thead>
30525                                                 <tbody>
30526                                                 
30527                                                         <row>
30528                                                                 <entry>id</entry>
30529                                                                 <entry>bigserial</entry>
30530                                                                 <entry><para>
30531                                                                         
30532                                                                                 
30533                                                                                         PRIMARY KEY
30534                                                                                                                 
30535                                                                         
30536                                                                         
30537                                                                         
30538                                                                         
30539                                                                         
30540                                                                                 
30541                                                                         
30542                                                                         </para></entry>
30543                                                         </row>
30544                                                 
30545                                                         <row>
30546                                                                 <entry>source</entry>
30547                                                                 <entry>bigint</entry>
30548                                                                 <entry><para>
30549                                                                         
30550                                                                                                                 
30551                                                                         
30552                                                                         
30553                                                                         
30554                                                                                 NOT NULL;
30555                                                                         
30556                                                                         
30557                                                                         
30558                                                                                 
30559                                                                                 <xref linkend="biblio.table.record-entry"/>
30560                                                                                 
30561                                                                         
30562                                                                         </para></entry>
30563                                                         </row>
30564                                                 
30565                                                         <row>
30566                                                                 <entry>field</entry>
30567                                                                 <entry>integer</entry>
30568                                                                 <entry><para>
30569                                                                         
30570                                                                                                                 
30571                                                                         
30572                                                                         
30573                                                                         
30574                                                                                 NOT NULL;
30575                                                                         
30576                                                                         
30577                                                                         
30578                                                                                 
30579                                                                                 <xref linkend="config.table.metabib-field"/>
30580                                                                                 
30581                                                                         
30582                                                                         </para></entry>
30583                                                         </row>
30584                                                 
30585                                                         <row>
30586                                                                 <entry>value</entry>
30587                                                                 <entry>text</entry>
30588                                                                 <entry><para>
30589                                                                         
30590                                                                         
30591                                                                                 NOT NULL;
30592                                                                         
30593                                                                         
30594                                                                         
30595                                                                         </para></entry>
30596                                                         </row>
30597                                                 
30598                                                         <row>
30599                                                                 <entry>index_vector</entry>
30600                                                                 <entry>public.tsvector</entry>
30601                                                                 <entry><para>
30602                                                                         
30603                                                                         
30604                                                                                 NOT NULL;
30605                                                                         
30606                                                                         
30607                                                                         
30608                                                                         </para></entry>
30609                                                         </row>
30610                                                 
30611                                                 </tbody>
30612                                         </tgroup>
30613                                 </informaltable>
30614                                 <para>
30615                                 
30616                                 
30617                                 
30618                                 
30619                 </para>
30620                 </simplesect>
30621                 
30622                 <simplesect id="metabib.table.title-field-entry" xreflabel="metabib.title_field_entry">         
30623                         <title>title_field_entry</title>
30624                         <informaltable>
30625                                 <tgroup cols="3">
30626                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
30627                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
30628                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
30629                                         <thead>
30630                                                 <row>
30631                                                         <entry>Field</entry>
30632                                                         <entry>Data Type</entry>
30633                                                         <entry>Constraints and References</entry>
30634                                                 </row>
30635                                                 </thead>
30636                                                 <tbody>
30637                                                 
30638                                                         <row>
30639                                                                 <entry>id</entry>
30640                                                                 <entry>bigserial</entry>
30641                                                                 <entry><para>
30642                                                                         
30643                                                                                 
30644                                                                                         PRIMARY KEY
30645                                                                                                                 
30646                                                                         
30647                                                                         
30648                                                                         
30649                                                                         
30650                                                                         
30651                                                                                 
30652                                                                         
30653                                                                         </para></entry>
30654                                                         </row>
30655                                                 
30656                                                         <row>
30657                                                                 <entry>source</entry>
30658                                                                 <entry>bigint</entry>
30659                                                                 <entry><para>
30660                                                                         
30661                                                                                                                 
30662                                                                         
30663                                                                         
30664                                                                         
30665                                                                                 NOT NULL;
30666                                                                         
30667                                                                         
30668                                                                         
30669                                                                                 
30670                                                                                 <xref linkend="biblio.table.record-entry"/>
30671                                                                                 
30672                                                                         
30673                                                                         </para></entry>
30674                                                         </row>
30675                                                 
30676                                                         <row>
30677                                                                 <entry>field</entry>
30678                                                                 <entry>integer</entry>
30679                                                                 <entry><para>
30680                                                                         
30681                                                                                                                 
30682                                                                         
30683                                                                         
30684                                                                         
30685                                                                                 NOT NULL;
30686                                                                         
30687                                                                         
30688                                                                         
30689                                                                                 
30690                                                                                 <xref linkend="config.table.metabib-field"/>
30691                                                                                 
30692                                                                         
30693                                                                         </para></entry>
30694                                                         </row>
30695                                                 
30696                                                         <row>
30697                                                                 <entry>value</entry>
30698                                                                 <entry>text</entry>
30699                                                                 <entry><para>
30700                                                                         
30701                                                                         
30702                                                                                 NOT NULL;
30703                                                                         
30704                                                                         
30705                                                                         
30706                                                                         </para></entry>
30707                                                         </row>
30708                                                 
30709                                                         <row>
30710                                                                 <entry>index_vector</entry>
30711                                                                 <entry>public.tsvector</entry>
30712                                                                 <entry><para>
30713                                                                         
30714                                                                         
30715                                                                                 NOT NULL;
30716                                                                         
30717                                                                         
30718                                                                         
30719                                                                         </para></entry>
30720                                                         </row>
30721                                                 
30722                                                 </tbody>
30723                                         </tgroup>
30724                                 </informaltable>
30725                                 <para>
30726                                 
30727                                 
30728                                 
30729                                 
30730                 </para>
30731                 </simplesect>
30732                 
30733         </section>
30734         
30735         <section id="money.schema">
30736                 <title>Schema money</title>
30737                 
30738                 <simplesect id="money.table.billable-xact" xreflabel="money.billable_xact">             
30739                         <title>billable_xact</title>
30740                         <informaltable>
30741                                 <tgroup cols="3">
30742                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
30743                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
30744                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
30745                                         <thead>
30746                                                 <row>
30747                                                         <entry>Field</entry>
30748                                                         <entry>Data Type</entry>
30749                                                         <entry>Constraints and References</entry>
30750                                                 </row>
30751                                                 </thead>
30752                                                 <tbody>
30753                                                 
30754                                                         <row>
30755                                                                 <entry>id</entry>
30756                                                                 <entry>bigserial</entry>
30757                                                                 <entry><para>
30758                                                                         
30759                                                                                 
30760                                                                                         PRIMARY KEY
30761                                                                                                                 
30762                                                                         
30763                                                                         
30764                                                                         
30765                                                                         
30766                                                                         
30767                                                                                 
30768                                                                         
30769                                                                         </para></entry>
30770                                                         </row>
30771                                                 
30772                                                         <row>
30773                                                                 <entry>usr</entry>
30774                                                                 <entry>integer</entry>
30775                                                                 <entry><para>
30776                                                                         
30777                                                                                                                 
30778                                                                         
30779                                                                         
30780                                                                         
30781                                                                                 NOT NULL;
30782                                                                         
30783                                                                         
30784                                                                         
30785                                                                                 
30786                                                                                 <xref linkend="actor.table.usr"/>
30787                                                                                 
30788                                                                         
30789                                                                         </para></entry>
30790                                                         </row>
30791                                                 
30792                                                         <row>
30793                                                                 <entry>xact_start</entry>
30794                                                                 <entry>timestamp with time zone</entry>
30795                                                                 <entry><para>
30796                                                                         
30797                                                                         
30798                                                                                 NOT NULL;
30799                                                                         
30800                                                                         
30801                                                                                 DEFAULT now();
30802                                                                         
30803                                                                         
30804                                                                         </para></entry>
30805                                                         </row>
30806                                                 
30807                                                         <row>
30808                                                                 <entry>xact_finish</entry>
30809                                                                 <entry>timestamp with time zone</entry>
30810                                                                 <entry><para>
30811                                                                         
30812                                                                         
30813                                                                         
30814                                                                         
30815                                                                         </para></entry>
30816                                                         </row>
30817                                                 
30818                                                         <row>
30819                                                                 <entry>unrecovered</entry>
30820                                                                 <entry>boolean</entry>
30821                                                                 <entry><para>
30822                                                                         
30823                                                                         
30824                                                                         
30825                                                                         
30826                                                                         </para></entry>
30827                                                         </row>
30828                                                 
30829                                                 </tbody>
30830                                         </tgroup>
30831                                 </informaltable>
30832                                 <para>
30833                                 
30834                                 
30835                                 
30836                                 
30837                 </para>
30838                 </simplesect>
30839                 
30840                 <simplesect id="money.view.billable-xact-summary" xreflabel="money.billable_xact_summary">              
30841                         <title>billable_xact_summary</title>
30842                         <informaltable>
30843                                 <tgroup cols="3">
30844                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
30845                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
30846                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
30847                                         <thead>
30848                                                 <row>
30849                                                         <entry>Field</entry>
30850                                                         <entry>Data Type</entry>
30851                                                         <entry>Constraints and References</entry>
30852                                                 </row>
30853                                                 </thead>
30854                                                 <tbody>
30855                                                 
30856                                                         <row>
30857                                                                 <entry>id</entry>
30858                                                                 <entry>bigint</entry>
30859                                                                 <entry><para>
30860                                                                         
30861                                                                         
30862                                                                         
30863                                                                         
30864                                                                         </para></entry>
30865                                                         </row>
30866                                                 
30867                                                         <row>
30868                                                                 <entry>usr</entry>
30869                                                                 <entry>integer</entry>
30870                                                                 <entry><para>
30871                                                                         
30872                                                                         
30873                                                                         
30874                                                                         
30875                                                                         </para></entry>
30876                                                         </row>
30877                                                 
30878                                                         <row>
30879                                                                 <entry>xact_start</entry>
30880                                                                 <entry>timestamp with time zone</entry>
30881                                                                 <entry><para>
30882                                                                         
30883                                                                         
30884                                                                         
30885                                                                         
30886                                                                         </para></entry>
30887                                                         </row>
30888                                                 
30889                                                         <row>
30890                                                                 <entry>xact_finish</entry>
30891                                                                 <entry>timestamp with time zone</entry>
30892                                                                 <entry><para>
30893                                                                         
30894                                                                         
30895                                                                         
30896                                                                         
30897                                                                         </para></entry>
30898                                                         </row>
30899                                                 
30900                                                         <row>
30901                                                                 <entry>total_paid</entry>
30902                                                                 <entry>numeric</entry>
30903                                                                 <entry><para>
30904                                                                         
30905                                                                         
30906                                                                         
30907                                                                         
30908                                                                         </para></entry>
30909                                                         </row>
30910                                                 
30911                                                         <row>
30912                                                                 <entry>last_payment_ts</entry>
30913                                                                 <entry>timestamp with time zone</entry>
30914                                                                 <entry><para>
30915                                                                         
30916                                                                         
30917                                                                         
30918                                                                         
30919                                                                         </para></entry>
30920                                                         </row>
30921                                                 
30922                                                         <row>
30923                                                                 <entry>last_payment_note</entry>
30924                                                                 <entry>text</entry>
30925                                                                 <entry><para>
30926                                                                         
30927                                                                         
30928                                                                         
30929                                                                         
30930                                                                         </para></entry>
30931                                                         </row>
30932                                                 
30933                                                         <row>
30934                                                                 <entry>last_payment_type</entry>
30935                                                                 <entry>name</entry>
30936                                                                 <entry><para>
30937                                                                         
30938                                                                         
30939                                                                         
30940                                                                         
30941                                                                         </para></entry>
30942                                                         </row>
30943                                                 
30944                                                         <row>
30945                                                                 <entry>total_owed</entry>
30946                                                                 <entry>numeric</entry>
30947                                                                 <entry><para>
30948                                                                         
30949                                                                         
30950                                                                         
30951                                                                         
30952                                                                         </para></entry>
30953                                                         </row>
30954                                                 
30955                                                         <row>
30956                                                                 <entry>last_billing_ts</entry>
30957                                                                 <entry>timestamp with time zone</entry>
30958                                                                 <entry><para>
30959                                                                         
30960                                                                         
30961                                                                         
30962                                                                         
30963                                                                         </para></entry>
30964                                                         </row>
30965                                                 
30966                                                         <row>
30967                                                                 <entry>last_billing_note</entry>
30968                                                                 <entry>text</entry>
30969                                                                 <entry><para>
30970                                                                         
30971                                                                         
30972                                                                         
30973                                                                         
30974                                                                         </para></entry>
30975                                                         </row>
30976                                                 
30977                                                         <row>
30978                                                                 <entry>last_billing_type</entry>
30979                                                                 <entry>text</entry>
30980                                                                 <entry><para>
30981                                                                         
30982                                                                         
30983                                                                         
30984                                                                         
30985                                                                         </para></entry>
30986                                                         </row>
30987                                                 
30988                                                         <row>
30989                                                                 <entry>balance_owed</entry>
30990                                                                 <entry>numeric</entry>
30991                                                                 <entry><para>
30992                                                                         
30993                                                                         
30994                                                                         
30995                                                                         
30996                                                                         </para></entry>
30997                                                         </row>
30998                                                 
30999                                                         <row>
31000                                                                 <entry>xact_type</entry>
31001                                                                 <entry>name</entry>
31002                                                                 <entry><para>
31003                                                                         
31004                                                                         
31005                                                                         
31006                                                                         
31007                                                                         </para></entry>
31008                                                         </row>
31009                                                 
31010                                                 </tbody>
31011                                         </tgroup>
31012                                 </informaltable>
31013                                 <para>
31014                                 
31015                                 
31016                                 
31017                                 
31018                 </para>
31019                 </simplesect>
31020                 
31021                 <simplesect id="money.view.billable-xact-with-void-summary" xreflabel="money.billable_xact_with_void_summary">          
31022                         <title>billable_xact_with_void_summary</title>
31023                         <informaltable>
31024                                 <tgroup cols="3">
31025                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
31026                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
31027                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
31028                                         <thead>
31029                                                 <row>
31030                                                         <entry>Field</entry>
31031                                                         <entry>Data Type</entry>
31032                                                         <entry>Constraints and References</entry>
31033                                                 </row>
31034                                                 </thead>
31035                                                 <tbody>
31036                                                 
31037                                                         <row>
31038                                                                 <entry>id</entry>
31039                                                                 <entry>bigint</entry>
31040                                                                 <entry><para>
31041                                                                         
31042                                                                         
31043                                                                         
31044                                                                         
31045                                                                         </para></entry>
31046                                                         </row>
31047                                                 
31048                                                         <row>
31049                                                                 <entry>usr</entry>
31050                                                                 <entry>integer</entry>
31051                                                                 <entry><para>
31052                                                                         
31053                                                                         
31054                                                                         
31055                                                                         
31056                                                                         </para></entry>
31057                                                         </row>
31058                                                 
31059                                                         <row>
31060                                                                 <entry>xact_start</entry>
31061                                                                 <entry>timestamp with time zone</entry>
31062                                                                 <entry><para>
31063                                                                         
31064                                                                         
31065                                                                         
31066                                                                         
31067                                                                         </para></entry>
31068                                                         </row>
31069                                                 
31070                                                         <row>
31071                                                                 <entry>xact_finish</entry>
31072                                                                 <entry>timestamp with time zone</entry>
31073                                                                 <entry><para>
31074                                                                         
31075                                                                         
31076                                                                         
31077                                                                         
31078                                                                         </para></entry>
31079                                                         </row>
31080                                                 
31081                                                         <row>
31082                                                                 <entry>total_paid</entry>
31083                                                                 <entry>numeric</entry>
31084                                                                 <entry><para>
31085                                                                         
31086                                                                         
31087                                                                         
31088                                                                         
31089                                                                         </para></entry>
31090                                                         </row>
31091                                                 
31092                                                         <row>
31093                                                                 <entry>last_payment_ts</entry>
31094                                                                 <entry>timestamp with time zone</entry>
31095                                                                 <entry><para>
31096                                                                         
31097                                                                         
31098                                                                         
31099                                                                         
31100                                                                         </para></entry>
31101                                                         </row>
31102                                                 
31103                                                         <row>
31104                                                                 <entry>last_payment_note</entry>
31105                                                                 <entry>text</entry>
31106                                                                 <entry><para>
31107                                                                         
31108                                                                         
31109                                                                         
31110                                                                         
31111                                                                         </para></entry>
31112                                                         </row>
31113                                                 
31114                                                         <row>
31115                                                                 <entry>last_payment_type</entry>
31116                                                                 <entry>name</entry>
31117                                                                 <entry><para>
31118                                                                         
31119                                                                         
31120                                                                         
31121                                                                         
31122                                                                         </para></entry>
31123                                                         </row>
31124                                                 
31125                                                         <row>
31126                                                                 <entry>total_owed</entry>
31127                                                                 <entry>numeric</entry>
31128                                                                 <entry><para>
31129                                                                         
31130                                                                         
31131                                                                         
31132                                                                         
31133                                                                         </para></entry>
31134                                                         </row>
31135                                                 
31136                                                         <row>
31137                                                                 <entry>last_billing_ts</entry>
31138                                                                 <entry>timestamp with time zone</entry>
31139                                                                 <entry><para>
31140                                                                         
31141                                                                         
31142                                                                         
31143                                                                         
31144                                                                         </para></entry>
31145                                                         </row>
31146                                                 
31147                                                         <row>
31148                                                                 <entry>last_billing_note</entry>
31149                                                                 <entry>text</entry>
31150                                                                 <entry><para>
31151                                                                         
31152                                                                         
31153                                                                         
31154                                                                         
31155                                                                         </para></entry>
31156                                                         </row>
31157                                                 
31158                                                         <row>
31159                                                                 <entry>last_billing_type</entry>
31160                                                                 <entry>text</entry>
31161                                                                 <entry><para>
31162                                                                         
31163                                                                         
31164                                                                         
31165                                                                         
31166                                                                         </para></entry>
31167                                                         </row>
31168                                                 
31169                                                         <row>
31170                                                                 <entry>balance_owed</entry>
31171                                                                 <entry>numeric</entry>
31172                                                                 <entry><para>
31173                                                                         
31174                                                                         
31175                                                                         
31176                                                                         
31177                                                                         </para></entry>
31178                                                         </row>
31179                                                 
31180                                                         <row>
31181                                                                 <entry>xact_type</entry>
31182                                                                 <entry>name</entry>
31183                                                                 <entry><para>
31184                                                                         
31185                                                                         
31186                                                                         
31187                                                                         
31188                                                                         </para></entry>
31189                                                         </row>
31190                                                 
31191                                                 </tbody>
31192                                         </tgroup>
31193                                 </informaltable>
31194                                 <para>
31195                                 
31196                                 
31197                                 
31198                                 
31199                 </para>
31200                 </simplesect>
31201                 
31202                 <simplesect id="money.table.billing" xreflabel="money.billing">         
31203                         <title>billing</title>
31204                         <informaltable>
31205                                 <tgroup cols="3">
31206                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
31207                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
31208                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
31209                                         <thead>
31210                                                 <row>
31211                                                         <entry>Field</entry>
31212                                                         <entry>Data Type</entry>
31213                                                         <entry>Constraints and References</entry>
31214                                                 </row>
31215                                                 </thead>
31216                                                 <tbody>
31217                                                 
31218                                                         <row>
31219                                                                 <entry>id</entry>
31220                                                                 <entry>bigserial</entry>
31221                                                                 <entry><para>
31222                                                                         
31223                                                                                 
31224                                                                                         PRIMARY KEY
31225                                                                                                                 
31226                                                                         
31227                                                                         
31228                                                                         
31229                                                                         
31230                                                                         
31231                                                                                 
31232                                                                         
31233                                                                         </para></entry>
31234                                                         </row>
31235                                                 
31236                                                         <row>
31237                                                                 <entry>xact</entry>
31238                                                                 <entry>bigint</entry>
31239                                                                 <entry><para>
31240                                                                         
31241                                                                         
31242                                                                                 NOT NULL;
31243                                                                         
31244                                                                         
31245                                                                         
31246                                                                         </para></entry>
31247                                                         </row>
31248                                                 
31249                                                         <row>
31250                                                                 <entry>billing_ts</entry>
31251                                                                 <entry>timestamp with time zone</entry>
31252                                                                 <entry><para>
31253                                                                         
31254                                                                         
31255                                                                                 NOT NULL;
31256                                                                         
31257                                                                         
31258                                                                                 DEFAULT now();
31259                                                                         
31260                                                                         
31261                                                                         </para></entry>
31262                                                         </row>
31263                                                 
31264                                                         <row>
31265                                                                 <entry>voided</entry>
31266                                                                 <entry>boolean</entry>
31267                                                                 <entry><para>
31268                                                                         
31269                                                                         
31270                                                                                 NOT NULL;
31271                                                                         
31272                                                                         
31273                                                                                 DEFAULT false;
31274                                                                         
31275                                                                         
31276                                                                         </para></entry>
31277                                                         </row>
31278                                                 
31279                                                         <row>
31280                                                                 <entry>voider</entry>
31281                                                                 <entry>integer</entry>
31282                                                                 <entry><para>
31283                                                                         
31284                                                                         
31285                                                                         
31286                                                                         
31287                                                                         </para></entry>
31288                                                         </row>
31289                                                 
31290                                                         <row>
31291                                                                 <entry>void_time</entry>
31292                                                                 <entry>timestamp with time zone</entry>
31293                                                                 <entry><para>
31294                                                                         
31295                                                                         
31296                                                                         
31297                                                                         
31298                                                                         </para></entry>
31299                                                         </row>
31300                                                 
31301                                                         <row>
31302                                                                 <entry>amount</entry>
31303                                                                 <entry>numeric(6,2)</entry>
31304                                                                 <entry><para>
31305                                                                         
31306                                                                         
31307                                                                                 NOT NULL;
31308                                                                         
31309                                                                         
31310                                                                         
31311                                                                         </para></entry>
31312                                                         </row>
31313                                                 
31314                                                         <row>
31315                                                                 <entry>billing_type</entry>
31316                                                                 <entry>text</entry>
31317                                                                 <entry><para>
31318                                                                         
31319                                                                         
31320                                                                                 NOT NULL;
31321                                                                         
31322                                                                         
31323                                                                         
31324                                                                         </para></entry>
31325                                                         </row>
31326                                                 
31327                                                         <row>
31328                                                                 <entry>note</entry>
31329                                                                 <entry>text</entry>
31330                                                                 <entry><para>
31331                                                                         
31332                                                                         
31333                                                                         
31334                                                                         
31335                                                                         </para></entry>
31336                                                         </row>
31337                                                 
31338                                                         <row>
31339                                                                 <entry>btype</entry>
31340                                                                 <entry>integer</entry>
31341                                                                 <entry><para>
31342                                                                         
31343                                                                                                                 
31344                                                                         
31345                                                                         
31346                                                                         
31347                                                                                 NOT NULL;
31348                                                                         
31349                                                                         
31350                                                                         
31351                                                                                 
31352                                                                                 <xref linkend="config.table.billing-type"/>
31353                                                                                 
31354                                                                         
31355                                                                         </para></entry>
31356                                                         </row>
31357                                                 
31358                                                 </tbody>
31359                                         </tgroup>
31360                                 </informaltable>
31361                                 <para>
31362                                 
31363                                 
31364                                 
31365                                 
31366                 </para>
31367                 </simplesect>
31368                 
31369                 <simplesect id="money.table.bnm-desk-payment" xreflabel="money.bnm_desk_payment">               
31370                         <title>bnm_desk_payment</title>
31371                         <informaltable>
31372                                 <tgroup cols="3">
31373                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
31374                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
31375                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
31376                                         <thead>
31377                                                 <row>
31378                                                         <entry>Field</entry>
31379                                                         <entry>Data Type</entry>
31380                                                         <entry>Constraints and References</entry>
31381                                                 </row>
31382                                                 </thead>
31383                                                 <tbody>
31384                                                 
31385                                                         <row>
31386                                                                 <entry>id</entry>
31387                                                                 <entry>bigint</entry>
31388                                                                 <entry><para>
31389                                                                         
31390                                                                                 
31391                                                                                         PRIMARY KEY
31392                                                                                                                 
31393                                                                         
31394                                                                         
31395                                                                         
31396                                                                         
31397                                                                                 DEFAULT nextval(&apos;payment_id_seq&apos;::regclass);
31398                                                                         
31399                                                                         
31400                                                                                 
31401                                                                         
31402                                                                         </para></entry>
31403                                                         </row>
31404                                                 
31405                                                         <row>
31406                                                                 <entry>xact</entry>
31407                                                                 <entry>bigint</entry>
31408                                                                 <entry><para>
31409                                                                         
31410                                                                         
31411                                                                                 NOT NULL;
31412                                                                         
31413                                                                         
31414                                                                         
31415                                                                         </para></entry>
31416                                                         </row>
31417                                                 
31418                                                         <row>
31419                                                                 <entry>payment_ts</entry>
31420                                                                 <entry>timestamp with time zone</entry>
31421                                                                 <entry><para>
31422                                                                         
31423                                                                         
31424                                                                                 NOT NULL;
31425                                                                         
31426                                                                         
31427                                                                                 DEFAULT now();
31428                                                                         
31429                                                                         
31430                                                                         </para></entry>
31431                                                         </row>
31432                                                 
31433                                                         <row>
31434                                                                 <entry>voided</entry>
31435                                                                 <entry>boolean</entry>
31436                                                                 <entry><para>
31437                                                                         
31438                                                                         
31439                                                                                 NOT NULL;
31440                                                                         
31441                                                                         
31442                                                                                 DEFAULT false;
31443                                                                         
31444                                                                         
31445                                                                         </para></entry>
31446                                                         </row>
31447                                                 
31448                                                         <row>
31449                                                                 <entry>amount</entry>
31450                                                                 <entry>numeric(6,2)</entry>
31451                                                                 <entry><para>
31452                                                                         
31453                                                                         
31454                                                                                 NOT NULL;
31455                                                                         
31456                                                                         
31457                                                                         
31458                                                                         </para></entry>
31459                                                         </row>
31460                                                 
31461                                                         <row>
31462                                                                 <entry>note</entry>
31463                                                                 <entry>text</entry>
31464                                                                 <entry><para>
31465                                                                         
31466                                                                         
31467                                                                         
31468                                                                         
31469                                                                         </para></entry>
31470                                                         </row>
31471                                                 
31472                                                         <row>
31473                                                                 <entry>amount_collected</entry>
31474                                                                 <entry>numeric(6,2)</entry>
31475                                                                 <entry><para>
31476                                                                         
31477                                                                         
31478                                                                                 NOT NULL;
31479                                                                         
31480                                                                         
31481                                                                         
31482                                                                         </para></entry>
31483                                                         </row>
31484                                                 
31485                                                         <row>
31486                                                                 <entry>accepting_usr</entry>
31487                                                                 <entry>integer</entry>
31488                                                                 <entry><para>
31489                                                                         
31490                                                                         
31491                                                                                 NOT NULL;
31492                                                                         
31493                                                                         
31494                                                                         
31495                                                                         </para></entry>
31496                                                         </row>
31497                                                 
31498                                                         <row>
31499                                                                 <entry>cash_drawer</entry>
31500                                                                 <entry>integer</entry>
31501                                                                 <entry><para>
31502                                                                         
31503                                                                                                                 
31504                                                                         
31505                                                                         
31506                                                                         
31507                                                                         
31508                                                                         
31509                                                                                 
31510                                                                                 <xref linkend="actor.table.workstation"/>
31511                                                                                 
31512                                                                         
31513                                                                         </para></entry>
31514                                                         </row>
31515                                                 
31516                                                 </tbody>
31517                                         </tgroup>
31518                                 </informaltable>
31519                                 <para>
31520                                 
31521                                 
31522                                 
31523                                 
31524                 </para>
31525                 </simplesect>
31526                 
31527                 <simplesect id="money.table.bnm-payment" xreflabel="money.bnm_payment">         
31528                         <title>bnm_payment</title>
31529                         <informaltable>
31530                                 <tgroup cols="3">
31531                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
31532                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
31533                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
31534                                         <thead>
31535                                                 <row>
31536                                                         <entry>Field</entry>
31537                                                         <entry>Data Type</entry>
31538                                                         <entry>Constraints and References</entry>
31539                                                 </row>
31540                                                 </thead>
31541                                                 <tbody>
31542                                                 
31543                                                         <row>
31544                                                                 <entry>id</entry>
31545                                                                 <entry>bigint</entry>
31546                                                                 <entry><para>
31547                                                                         
31548                                                                                 
31549                                                                                         PRIMARY KEY
31550                                                                                                                 
31551                                                                         
31552                                                                         
31553                                                                         
31554                                                                         
31555                                                                                 DEFAULT nextval(&apos;payment_id_seq&apos;::regclass);
31556                                                                         
31557                                                                         
31558                                                                                 
31559                                                                         
31560                                                                         </para></entry>
31561                                                         </row>
31562                                                 
31563                                                         <row>
31564                                                                 <entry>xact</entry>
31565                                                                 <entry>bigint</entry>
31566                                                                 <entry><para>
31567                                                                         
31568                                                                         
31569                                                                                 NOT NULL;
31570                                                                         
31571                                                                         
31572                                                                         
31573                                                                         </para></entry>
31574                                                         </row>
31575                                                 
31576                                                         <row>
31577                                                                 <entry>payment_ts</entry>
31578                                                                 <entry>timestamp with time zone</entry>
31579                                                                 <entry><para>
31580                                                                         
31581                                                                         
31582                                                                                 NOT NULL;
31583                                                                         
31584                                                                         
31585                                                                                 DEFAULT now();
31586                                                                         
31587                                                                         
31588                                                                         </para></entry>
31589                                                         </row>
31590                                                 
31591                                                         <row>
31592                                                                 <entry>voided</entry>
31593                                                                 <entry>boolean</entry>
31594                                                                 <entry><para>
31595                                                                         
31596                                                                         
31597                                                                                 NOT NULL;
31598                                                                         
31599                                                                         
31600                                                                                 DEFAULT false;
31601                                                                         
31602                                                                         
31603                                                                         </para></entry>
31604                                                         </row>
31605                                                 
31606                                                         <row>
31607                                                                 <entry>amount</entry>
31608                                                                 <entry>numeric(6,2)</entry>
31609                                                                 <entry><para>
31610                                                                         
31611                                                                         
31612                                                                                 NOT NULL;
31613                                                                         
31614                                                                         
31615                                                                         
31616                                                                         </para></entry>
31617                                                         </row>
31618                                                 
31619                                                         <row>
31620                                                                 <entry>note</entry>
31621                                                                 <entry>text</entry>
31622                                                                 <entry><para>
31623                                                                         
31624                                                                         
31625                                                                         
31626                                                                         
31627                                                                         </para></entry>
31628                                                         </row>
31629                                                 
31630                                                         <row>
31631                                                                 <entry>amount_collected</entry>
31632                                                                 <entry>numeric(6,2)</entry>
31633                                                                 <entry><para>
31634                                                                         
31635                                                                         
31636                                                                                 NOT NULL;
31637                                                                         
31638                                                                         
31639                                                                         
31640                                                                         </para></entry>
31641                                                         </row>
31642                                                 
31643                                                         <row>
31644                                                                 <entry>accepting_usr</entry>
31645                                                                 <entry>integer</entry>
31646                                                                 <entry><para>
31647                                                                         
31648                                                                         
31649                                                                                 NOT NULL;
31650                                                                         
31651                                                                         
31652                                                                         
31653                                                                         </para></entry>
31654                                                         </row>
31655                                                 
31656                                                 </tbody>
31657                                         </tgroup>
31658                                 </informaltable>
31659                                 <para>
31660                                 
31661                                 
31662                                 
31663                                 
31664                 </para>
31665                 </simplesect>
31666                 
31667                 <simplesect id="money.view.bnm-payment-view" xreflabel="money.bnm_payment_view">                
31668                         <title>bnm_payment_view</title>
31669                         <informaltable>
31670                                 <tgroup cols="3">
31671                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
31672                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
31673                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
31674                                         <thead>
31675                                                 <row>
31676                                                         <entry>Field</entry>
31677                                                         <entry>Data Type</entry>
31678                                                         <entry>Constraints and References</entry>
31679                                                 </row>
31680                                                 </thead>
31681                                                 <tbody>
31682                                                 
31683                                                         <row>
31684                                                                 <entry>id</entry>
31685                                                                 <entry>bigint</entry>
31686                                                                 <entry><para>
31687                                                                         
31688                                                                         
31689                                                                         
31690                                                                         
31691                                                                         </para></entry>
31692                                                         </row>
31693                                                 
31694                                                         <row>
31695                                                                 <entry>xact</entry>
31696                                                                 <entry>bigint</entry>
31697                                                                 <entry><para>
31698                                                                         
31699                                                                         
31700                                                                         
31701                                                                         
31702                                                                         </para></entry>
31703                                                         </row>
31704                                                 
31705                                                         <row>
31706                                                                 <entry>payment_ts</entry>
31707                                                                 <entry>timestamp with time zone</entry>
31708                                                                 <entry><para>
31709                                                                         
31710                                                                         
31711                                                                         
31712                                                                         
31713                                                                         </para></entry>
31714                                                         </row>
31715                                                 
31716                                                         <row>
31717                                                                 <entry>voided</entry>
31718                                                                 <entry>boolean</entry>
31719                                                                 <entry><para>
31720                                                                         
31721                                                                         
31722                                                                         
31723                                                                         
31724                                                                         </para></entry>
31725                                                         </row>
31726                                                 
31727                                                         <row>
31728                                                                 <entry>amount</entry>
31729                                                                 <entry>numeric(6,2)</entry>
31730                                                                 <entry><para>
31731                                                                         
31732                                                                         
31733                                                                         
31734                                                                         
31735                                                                         </para></entry>
31736                                                         </row>
31737                                                 
31738                                                         <row>
31739                                                                 <entry>note</entry>
31740                                                                 <entry>text</entry>
31741                                                                 <entry><para>
31742                                                                         
31743                                                                         
31744                                                                         
31745                                                                         
31746                                                                         </para></entry>
31747                                                         </row>
31748                                                 
31749                                                         <row>
31750                                                                 <entry>amount_collected</entry>
31751                                                                 <entry>numeric(6,2)</entry>
31752                                                                 <entry><para>
31753                                                                         
31754                                                                         
31755                                                                         
31756                                                                         
31757                                                                         </para></entry>
31758                                                         </row>
31759                                                 
31760                                                         <row>
31761                                                                 <entry>accepting_usr</entry>
31762                                                                 <entry>integer</entry>
31763                                                                 <entry><para>
31764                                                                         
31765                                                                         
31766                                                                         
31767                                                                         
31768                                                                         </para></entry>
31769                                                         </row>
31770                                                 
31771                                                         <row>
31772                                                                 <entry>payment_type</entry>
31773                                                                 <entry>name</entry>
31774                                                                 <entry><para>
31775                                                                         
31776                                                                         
31777                                                                         
31778                                                                         
31779                                                                         </para></entry>
31780                                                         </row>
31781                                                 
31782                                                 </tbody>
31783                                         </tgroup>
31784                                 </informaltable>
31785                                 <para>
31786                                 
31787                                 
31788                                 
31789                                 
31790                 </para>
31791                 </simplesect>
31792                 
31793                 <simplesect id="money.table.cash-payment" xreflabel="money.cash_payment">               
31794                         <title>cash_payment</title>
31795                         <informaltable>
31796                                 <tgroup cols="3">
31797                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
31798                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
31799                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
31800                                         <thead>
31801                                                 <row>
31802                                                         <entry>Field</entry>
31803                                                         <entry>Data Type</entry>
31804                                                         <entry>Constraints and References</entry>
31805                                                 </row>
31806                                                 </thead>
31807                                                 <tbody>
31808                                                 
31809                                                         <row>
31810                                                                 <entry>id</entry>
31811                                                                 <entry>bigint</entry>
31812                                                                 <entry><para>
31813                                                                         
31814                                                                                 
31815                                                                                         PRIMARY KEY
31816                                                                                                                 
31817                                                                         
31818                                                                         
31819                                                                         
31820                                                                         
31821                                                                                 DEFAULT nextval(&apos;payment_id_seq&apos;::regclass);
31822                                                                         
31823                                                                         
31824                                                                                 
31825                                                                         
31826                                                                         </para></entry>
31827                                                         </row>
31828                                                 
31829                                                         <row>
31830                                                                 <entry>xact</entry>
31831                                                                 <entry>bigint</entry>
31832                                                                 <entry><para>
31833                                                                         
31834                                                                         
31835                                                                                 NOT NULL;
31836                                                                         
31837                                                                         
31838                                                                         
31839                                                                         </para></entry>
31840                                                         </row>
31841                                                 
31842                                                         <row>
31843                                                                 <entry>payment_ts</entry>
31844                                                                 <entry>timestamp with time zone</entry>
31845                                                                 <entry><para>
31846                                                                         
31847                                                                         
31848                                                                                 NOT NULL;
31849                                                                         
31850                                                                         
31851                                                                                 DEFAULT now();
31852                                                                         
31853                                                                         
31854                                                                         </para></entry>
31855                                                         </row>
31856                                                 
31857                                                         <row>
31858                                                                 <entry>voided</entry>
31859                                                                 <entry>boolean</entry>
31860                                                                 <entry><para>
31861                                                                         
31862                                                                         
31863                                                                                 NOT NULL;
31864                                                                         
31865                                                                         
31866                                                                                 DEFAULT false;
31867                                                                         
31868                                                                         
31869                                                                         </para></entry>
31870                                                         </row>
31871                                                 
31872                                                         <row>
31873                                                                 <entry>amount</entry>
31874                                                                 <entry>numeric(6,2)</entry>
31875                                                                 <entry><para>
31876                                                                         
31877                                                                         
31878                                                                                 NOT NULL;
31879                                                                         
31880                                                                         
31881                                                                         
31882                                                                         </para></entry>
31883                                                         </row>
31884                                                 
31885                                                         <row>
31886                                                                 <entry>note</entry>
31887                                                                 <entry>text</entry>
31888                                                                 <entry><para>
31889                                                                         
31890                                                                         
31891                                                                         
31892                                                                         
31893                                                                         </para></entry>
31894                                                         </row>
31895                                                 
31896                                                         <row>
31897                                                                 <entry>amount_collected</entry>
31898                                                                 <entry>numeric(6,2)</entry>
31899                                                                 <entry><para>
31900                                                                         
31901                                                                         
31902                                                                                 NOT NULL;
31903                                                                         
31904                                                                         
31905                                                                         
31906                                                                         </para></entry>
31907                                                         </row>
31908                                                 
31909                                                         <row>
31910                                                                 <entry>accepting_usr</entry>
31911                                                                 <entry>integer</entry>
31912                                                                 <entry><para>
31913                                                                         
31914                                                                         
31915                                                                                 NOT NULL;
31916                                                                         
31917                                                                         
31918                                                                         
31919                                                                         </para></entry>
31920                                                         </row>
31921                                                 
31922                                                         <row>
31923                                                                 <entry>cash_drawer</entry>
31924                                                                 <entry>integer</entry>
31925                                                                 <entry><para>
31926                                                                         
31927                                                                         
31928                                                                         
31929                                                                         
31930                                                                         </para></entry>
31931                                                         </row>
31932                                                 
31933                                                 </tbody>
31934                                         </tgroup>
31935                                 </informaltable>
31936                                 <para>
31937                                 
31938                                 
31939                                 
31940                                 
31941                 </para>
31942                 </simplesect>
31943                 
31944                 <simplesect id="money.view.cashdrawer-payment-view" xreflabel="money.cashdrawer_payment_view">          
31945                         <title>cashdrawer_payment_view</title>
31946                         <informaltable>
31947                                 <tgroup cols="3">
31948                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
31949                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
31950                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
31951                                         <thead>
31952                                                 <row>
31953                                                         <entry>Field</entry>
31954                                                         <entry>Data Type</entry>
31955                                                         <entry>Constraints and References</entry>
31956                                                 </row>
31957                                                 </thead>
31958                                                 <tbody>
31959                                                 
31960                                                         <row>
31961                                                                 <entry>org_unit</entry>
31962                                                                 <entry>integer</entry>
31963                                                                 <entry><para>
31964                                                                         
31965                                                                         
31966                                                                         
31967                                                                         
31968                                                                         </para></entry>
31969                                                         </row>
31970                                                 
31971                                                         <row>
31972                                                                 <entry>cashdrawer</entry>
31973                                                                 <entry>integer</entry>
31974                                                                 <entry><para>
31975                                                                         
31976                                                                         
31977                                                                         
31978                                                                         
31979                                                                         </para></entry>
31980                                                         </row>
31981                                                 
31982                                                         <row>
31983                                                                 <entry>payment_type</entry>
31984                                                                 <entry>name</entry>
31985                                                                 <entry><para>
31986                                                                         
31987                                                                         
31988                                                                         
31989                                                                         
31990                                                                         </para></entry>
31991                                                         </row>
31992                                                 
31993                                                         <row>
31994                                                                 <entry>payment_ts</entry>
31995                                                                 <entry>timestamp with time zone</entry>
31996                                                                 <entry><para>
31997                                                                         
31998                                                                         
31999                                                                         
32000                                                                         
32001                                                                         </para></entry>
32002                                                         </row>
32003                                                 
32004                                                         <row>
32005                                                                 <entry>amount</entry>
32006                                                                 <entry>numeric(6,2)</entry>
32007                                                                 <entry><para>
32008                                                                         
32009                                                                         
32010                                                                         
32011                                                                         
32012                                                                         </para></entry>
32013                                                         </row>
32014                                                 
32015                                                         <row>
32016                                                                 <entry>voided</entry>
32017                                                                 <entry>boolean</entry>
32018                                                                 <entry><para>
32019                                                                         
32020                                                                         
32021                                                                         
32022                                                                         
32023                                                                         </para></entry>
32024                                                         </row>
32025                                                 
32026                                                         <row>
32027                                                                 <entry>note</entry>
32028                                                                 <entry>text</entry>
32029                                                                 <entry><para>
32030                                                                         
32031                                                                         
32032                                                                         
32033                                                                         
32034                                                                         </para></entry>
32035                                                         </row>
32036                                                 
32037                                                 </tbody>
32038                                         </tgroup>
32039                                 </informaltable>
32040                                 <para>
32041                                 
32042                                 
32043                                 
32044                                 
32045                 </para>
32046                 </simplesect>
32047                 
32048                 <simplesect id="money.table.check-payment" xreflabel="money.check_payment">             
32049                         <title>check_payment</title>
32050                         <informaltable>
32051                                 <tgroup cols="3">
32052                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
32053                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
32054                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
32055                                         <thead>
32056                                                 <row>
32057                                                         <entry>Field</entry>
32058                                                         <entry>Data Type</entry>
32059                                                         <entry>Constraints and References</entry>
32060                                                 </row>
32061                                                 </thead>
32062                                                 <tbody>
32063                                                 
32064                                                         <row>
32065                                                                 <entry>id</entry>
32066                                                                 <entry>bigint</entry>
32067                                                                 <entry><para>
32068                                                                         
32069                                                                                 
32070                                                                                         PRIMARY KEY
32071                                                                                                                 
32072                                                                         
32073                                                                         
32074                                                                         
32075                                                                         
32076                                                                                 DEFAULT nextval(&apos;payment_id_seq&apos;::regclass);
32077                                                                         
32078                                                                         
32079                                                                                 
32080                                                                         
32081                                                                         </para></entry>
32082                                                         </row>
32083                                                 
32084                                                         <row>
32085                                                                 <entry>xact</entry>
32086                                                                 <entry>bigint</entry>
32087                                                                 <entry><para>
32088                                                                         
32089                                                                         
32090                                                                                 NOT NULL;
32091                                                                         
32092                                                                         
32093                                                                         
32094                                                                         </para></entry>
32095                                                         </row>
32096                                                 
32097                                                         <row>
32098                                                                 <entry>payment_ts</entry>
32099                                                                 <entry>timestamp with time zone</entry>
32100                                                                 <entry><para>
32101                                                                         
32102                                                                         
32103                                                                                 NOT NULL;
32104                                                                         
32105                                                                         
32106                                                                                 DEFAULT now();
32107                                                                         
32108                                                                         
32109                                                                         </para></entry>
32110                                                         </row>
32111                                                 
32112                                                         <row>
32113                                                                 <entry>voided</entry>
32114                                                                 <entry>boolean</entry>
32115                                                                 <entry><para>
32116                                                                         
32117                                                                         
32118                                                                                 NOT NULL;
32119                                                                         
32120                                                                         
32121                                                                                 DEFAULT false;
32122                                                                         
32123                                                                         
32124                                                                         </para></entry>
32125                                                         </row>
32126                                                 
32127                                                         <row>
32128                                                                 <entry>amount</entry>
32129                                                                 <entry>numeric(6,2)</entry>
32130                                                                 <entry><para>
32131                                                                         
32132                                                                         
32133                                                                                 NOT NULL;
32134                                                                         
32135                                                                         
32136                                                                         
32137                                                                         </para></entry>
32138                                                         </row>
32139                                                 
32140                                                         <row>
32141                                                                 <entry>note</entry>
32142                                                                 <entry>text</entry>
32143                                                                 <entry><para>
32144                                                                         
32145                                                                         
32146                                                                         
32147                                                                         
32148                                                                         </para></entry>
32149                                                         </row>
32150                                                 
32151                                                         <row>
32152                                                                 <entry>amount_collected</entry>
32153                                                                 <entry>numeric(6,2)</entry>
32154                                                                 <entry><para>
32155                                                                         
32156                                                                         
32157                                                                                 NOT NULL;
32158                                                                         
32159                                                                         
32160                                                                         
32161                                                                         </para></entry>
32162                                                         </row>
32163                                                 
32164                                                         <row>
32165                                                                 <entry>accepting_usr</entry>
32166                                                                 <entry>integer</entry>
32167                                                                 <entry><para>
32168                                                                         
32169                                                                         
32170                                                                                 NOT NULL;
32171                                                                         
32172                                                                         
32173                                                                         
32174                                                                         </para></entry>
32175                                                         </row>
32176                                                 
32177                                                         <row>
32178                                                                 <entry>cash_drawer</entry>
32179                                                                 <entry>integer</entry>
32180                                                                 <entry><para>
32181                                                                         
32182                                                                         
32183                                                                         
32184                                                                         
32185                                                                         </para></entry>
32186                                                         </row>
32187                                                 
32188                                                         <row>
32189                                                                 <entry>check_number</entry>
32190                                                                 <entry>text</entry>
32191                                                                 <entry><para>
32192                                                                         
32193                                                                         
32194                                                                                 NOT NULL;
32195                                                                         
32196                                                                         
32197                                                                         
32198                                                                         </para></entry>
32199                                                         </row>
32200                                                 
32201                                                 </tbody>
32202                                         </tgroup>
32203                                 </informaltable>
32204                                 <para>
32205                                 
32206                                 
32207                                 
32208                                 
32209                 </para>
32210                 </simplesect>
32211                 
32212                 <simplesect id="money.table.collections-tracker" xreflabel="money.collections_tracker">         
32213                         <title>collections_tracker</title>
32214                         <informaltable>
32215                                 <tgroup cols="3">
32216                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
32217                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
32218                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
32219                                         <thead>
32220                                                 <row>
32221                                                         <entry>Field</entry>
32222                                                         <entry>Data Type</entry>
32223                                                         <entry>Constraints and References</entry>
32224                                                 </row>
32225                                                 </thead>
32226                                                 <tbody>
32227                                                 
32228                                                         <row>
32229                                                                 <entry>id</entry>
32230                                                                 <entry>bigserial</entry>
32231                                                                 <entry><para>
32232                                                                         
32233                                                                                 
32234                                                                                         PRIMARY KEY
32235                                                                                                                 
32236                                                                         
32237                                                                         
32238                                                                         
32239                                                                         
32240                                                                         
32241                                                                                 
32242                                                                         
32243                                                                         </para></entry>
32244                                                         </row>
32245                                                 
32246                                                         <row>
32247                                                                 <entry>usr</entry>
32248                                                                 <entry>integer</entry>
32249                                                                 <entry><para>
32250                                                                         
32251                                                                                                                 
32252                                                                         
32253                                                                         
32254                                                                         
32255                                                                                 NOT NULL;
32256                                                                         
32257                                                                         
32258                                                                         
32259                                                                                 
32260                                                                                 <xref linkend="actor.table.usr"/>
32261                                                                                 
32262                                                                         
32263                                                                         </para></entry>
32264                                                         </row>
32265                                                 
32266                                                         <row>
32267                                                                 <entry>collector</entry>
32268                                                                 <entry>integer</entry>
32269                                                                 <entry><para>
32270                                                                         
32271                                                                                                                 
32272                                                                         
32273                                                                         
32274                                                                         
32275                                                                                 NOT NULL;
32276                                                                         
32277                                                                         
32278                                                                         
32279                                                                                 
32280                                                                                 <xref linkend="actor.table.usr"/>
32281                                                                                 
32282                                                                         
32283                                                                         </para></entry>
32284                                                         </row>
32285                                                 
32286                                                         <row>
32287                                                                 <entry>location</entry>
32288                                                                 <entry>integer</entry>
32289                                                                 <entry><para>
32290                                                                         
32291                                                                                                                 
32292                                                                         
32293                                                                         
32294                                                                         
32295                                                                                 NOT NULL;
32296                                                                         
32297                                                                         
32298                                                                         
32299                                                                                 
32300                                                                                 <xref linkend="actor.table.org-unit"/>
32301                                                                                 
32302                                                                         
32303                                                                         </para></entry>
32304                                                         </row>
32305                                                 
32306                                                         <row>
32307                                                                 <entry>enter_time</entry>
32308                                                                 <entry>timestamp with time zone</entry>
32309                                                                 <entry><para>
32310                                                                         
32311                                                                         
32312                                                                         
32313                                                                         
32314                                                                         </para></entry>
32315                                                         </row>
32316                                                 
32317                                                 </tbody>
32318                                         </tgroup>
32319                                 </informaltable>
32320                                 <para>
32321                                 
32322                                 
32323                                 
32324                                 
32325                 </para>
32326                 </simplesect>
32327                 
32328                 <simplesect id="money.table.credit-card-payment" xreflabel="money.credit_card_payment">         
32329                         <title>credit_card_payment</title>
32330                         <informaltable>
32331                                 <tgroup cols="3">
32332                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
32333                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
32334                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
32335                                         <thead>
32336                                                 <row>
32337                                                         <entry>Field</entry>
32338                                                         <entry>Data Type</entry>
32339                                                         <entry>Constraints and References</entry>
32340                                                 </row>
32341                                                 </thead>
32342                                                 <tbody>
32343                                                 
32344                                                         <row>
32345                                                                 <entry>id</entry>
32346                                                                 <entry>bigint</entry>
32347                                                                 <entry><para>
32348                                                                         
32349                                                                                 
32350                                                                                         PRIMARY KEY
32351                                                                                                                 
32352                                                                         
32353                                                                         
32354                                                                         
32355                                                                         
32356                                                                                 DEFAULT nextval(&apos;payment_id_seq&apos;::regclass);
32357                                                                         
32358                                                                         
32359                                                                                 
32360                                                                         
32361                                                                         </para></entry>
32362                                                         </row>
32363                                                 
32364                                                         <row>
32365                                                                 <entry>xact</entry>
32366                                                                 <entry>bigint</entry>
32367                                                                 <entry><para>
32368                                                                         
32369                                                                         
32370                                                                                 NOT NULL;
32371                                                                         
32372                                                                         
32373                                                                         
32374                                                                         </para></entry>
32375                                                         </row>
32376                                                 
32377                                                         <row>
32378                                                                 <entry>payment_ts</entry>
32379                                                                 <entry>timestamp with time zone</entry>
32380                                                                 <entry><para>
32381                                                                         
32382                                                                         
32383                                                                                 NOT NULL;
32384                                                                         
32385                                                                         
32386                                                                                 DEFAULT now();
32387                                                                         
32388                                                                         
32389                                                                         </para></entry>
32390                                                         </row>
32391                                                 
32392                                                         <row>
32393                                                                 <entry>voided</entry>
32394                                                                 <entry>boolean</entry>
32395                                                                 <entry><para>
32396                                                                         
32397                                                                         
32398                                                                                 NOT NULL;
32399                                                                         
32400                                                                         
32401                                                                                 DEFAULT false;
32402                                                                         
32403                                                                         
32404                                                                         </para></entry>
32405                                                         </row>
32406                                                 
32407                                                         <row>
32408                                                                 <entry>amount</entry>
32409                                                                 <entry>numeric(6,2)</entry>
32410                                                                 <entry><para>
32411                                                                         
32412                                                                         
32413                                                                                 NOT NULL;
32414                                                                         
32415                                                                         
32416                                                                         
32417                                                                         </para></entry>
32418                                                         </row>
32419                                                 
32420                                                         <row>
32421                                                                 <entry>note</entry>
32422                                                                 <entry>text</entry>
32423                                                                 <entry><para>
32424                                                                         
32425                                                                         
32426                                                                         
32427                                                                         
32428                                                                         </para></entry>
32429                                                         </row>
32430                                                 
32431                                                         <row>
32432                                                                 <entry>amount_collected</entry>
32433                                                                 <entry>numeric(6,2)</entry>
32434                                                                 <entry><para>
32435                                                                         
32436                                                                         
32437                                                                                 NOT NULL;
32438                                                                         
32439                                                                         
32440                                                                         
32441                                                                         </para></entry>
32442                                                         </row>
32443                                                 
32444                                                         <row>
32445                                                                 <entry>accepting_usr</entry>
32446                                                                 <entry>integer</entry>
32447                                                                 <entry><para>
32448                                                                         
32449                                                                         
32450                                                                                 NOT NULL;
32451                                                                         
32452                                                                         
32453                                                                         
32454                                                                         </para></entry>
32455                                                         </row>
32456                                                 
32457                                                         <row>
32458                                                                 <entry>cash_drawer</entry>
32459                                                                 <entry>integer</entry>
32460                                                                 <entry><para>
32461                                                                         
32462                                                                         
32463                                                                         
32464                                                                         
32465                                                                         </para></entry>
32466                                                         </row>
32467                                                 
32468                                                         <row>
32469                                                                 <entry>cc_type</entry>
32470                                                                 <entry>text</entry>
32471                                                                 <entry><para>
32472                                                                         
32473                                                                         
32474                                                                         
32475                                                                         
32476                                                                         </para></entry>
32477                                                         </row>
32478                                                 
32479                                                         <row>
32480                                                                 <entry>cc_number</entry>
32481                                                                 <entry>text</entry>
32482                                                                 <entry><para>
32483                                                                         
32484                                                                         
32485                                                                         
32486                                                                         
32487                                                                         </para></entry>
32488                                                         </row>
32489                                                 
32490                                                         <row>
32491                                                                 <entry>expire_month</entry>
32492                                                                 <entry>integer</entry>
32493                                                                 <entry><para>
32494                                                                         
32495                                                                         
32496                                                                         
32497                                                                         
32498                                                                         </para></entry>
32499                                                         </row>
32500                                                 
32501                                                         <row>
32502                                                                 <entry>expire_year</entry>
32503                                                                 <entry>integer</entry>
32504                                                                 <entry><para>
32505                                                                         
32506                                                                         
32507                                                                         
32508                                                                         
32509                                                                         </para></entry>
32510                                                         </row>
32511                                                 
32512                                                         <row>
32513                                                                 <entry>approval_code</entry>
32514                                                                 <entry>text</entry>
32515                                                                 <entry><para>
32516                                                                         
32517                                                                         
32518                                                                         
32519                                                                         
32520                                                                         </para></entry>
32521                                                         </row>
32522                                                 
32523                                                 </tbody>
32524                                         </tgroup>
32525                                 </informaltable>
32526                                 <para>
32527                                 
32528                                 
32529                                 
32530                                 
32531                 </para>
32532                 </simplesect>
32533                 
32534                 <simplesect id="money.table.credit-payment" xreflabel="money.credit_payment">           
32535                         <title>credit_payment</title>
32536                         <informaltable>
32537                                 <tgroup cols="3">
32538                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
32539                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
32540                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
32541                                         <thead>
32542                                                 <row>
32543                                                         <entry>Field</entry>
32544                                                         <entry>Data Type</entry>
32545                                                         <entry>Constraints and References</entry>
32546                                                 </row>
32547                                                 </thead>
32548                                                 <tbody>
32549                                                 
32550                                                         <row>
32551                                                                 <entry>id</entry>
32552                                                                 <entry>bigint</entry>
32553                                                                 <entry><para>
32554                                                                         
32555                                                                                 
32556                                                                                         PRIMARY KEY
32557                                                                                                                 
32558                                                                         
32559                                                                         
32560                                                                         
32561                                                                         
32562                                                                                 DEFAULT nextval(&apos;payment_id_seq&apos;::regclass);
32563                                                                         
32564                                                                         
32565                                                                                 
32566                                                                         
32567                                                                         </para></entry>
32568                                                         </row>
32569                                                 
32570                                                         <row>
32571                                                                 <entry>xact</entry>
32572                                                                 <entry>bigint</entry>
32573                                                                 <entry><para>
32574                                                                         
32575                                                                         
32576                                                                                 NOT NULL;
32577                                                                         
32578                                                                         
32579                                                                         
32580                                                                         </para></entry>
32581                                                         </row>
32582                                                 
32583                                                         <row>
32584                                                                 <entry>payment_ts</entry>
32585                                                                 <entry>timestamp with time zone</entry>
32586                                                                 <entry><para>
32587                                                                         
32588                                                                         
32589                                                                                 NOT NULL;
32590                                                                         
32591                                                                         
32592                                                                                 DEFAULT now();
32593                                                                         
32594                                                                         
32595                                                                         </para></entry>
32596                                                         </row>
32597                                                 
32598                                                         <row>
32599                                                                 <entry>voided</entry>
32600                                                                 <entry>boolean</entry>
32601                                                                 <entry><para>
32602                                                                         
32603                                                                         
32604                                                                                 NOT NULL;
32605                                                                         
32606                                                                         
32607                                                                                 DEFAULT false;
32608                                                                         
32609                                                                         
32610                                                                         </para></entry>
32611                                                         </row>
32612                                                 
32613                                                         <row>
32614                                                                 <entry>amount</entry>
32615                                                                 <entry>numeric(6,2)</entry>
32616                                                                 <entry><para>
32617                                                                         
32618                                                                         
32619                                                                                 NOT NULL;
32620                                                                         
32621                                                                         
32622                                                                         
32623                                                                         </para></entry>
32624                                                         </row>
32625                                                 
32626                                                         <row>
32627                                                                 <entry>note</entry>
32628                                                                 <entry>text</entry>
32629                                                                 <entry><para>
32630                                                                         
32631                                                                         
32632                                                                         
32633                                                                         
32634                                                                         </para></entry>
32635                                                         </row>
32636                                                 
32637                                                         <row>
32638                                                                 <entry>amount_collected</entry>
32639                                                                 <entry>numeric(6,2)</entry>
32640                                                                 <entry><para>
32641                                                                         
32642                                                                         
32643                                                                                 NOT NULL;
32644                                                                         
32645                                                                         
32646                                                                         
32647                                                                         </para></entry>
32648                                                         </row>
32649                                                 
32650                                                         <row>
32651                                                                 <entry>accepting_usr</entry>
32652                                                                 <entry>integer</entry>
32653                                                                 <entry><para>
32654                                                                         
32655                                                                         
32656                                                                                 NOT NULL;
32657                                                                         
32658                                                                         
32659                                                                         
32660                                                                         </para></entry>
32661                                                         </row>
32662                                                 
32663                                                 </tbody>
32664                                         </tgroup>
32665                                 </informaltable>
32666                                 <para>
32667                                 
32668                                 
32669                                 
32670                                 
32671                 </para>
32672                 </simplesect>
32673                 
32674                 <simplesect id="money.view.desk-payment-view" xreflabel="money.desk_payment_view">              
32675                         <title>desk_payment_view</title>
32676                         <informaltable>
32677                                 <tgroup cols="3">
32678                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
32679                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
32680                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
32681                                         <thead>
32682                                                 <row>
32683                                                         <entry>Field</entry>
32684                                                         <entry>Data Type</entry>
32685                                                         <entry>Constraints and References</entry>
32686                                                 </row>
32687                                                 </thead>
32688                                                 <tbody>
32689                                                 
32690                                                         <row>
32691                                                                 <entry>id</entry>
32692                                                                 <entry>bigint</entry>
32693                                                                 <entry><para>
32694                                                                         
32695                                                                         
32696                                                                         
32697                                                                         
32698                                                                         </para></entry>
32699                                                         </row>
32700                                                 
32701                                                         <row>
32702                                                                 <entry>xact</entry>
32703                                                                 <entry>bigint</entry>
32704                                                                 <entry><para>
32705                                                                         
32706                                                                         
32707                                                                         
32708                                                                         
32709                                                                         </para></entry>
32710                                                         </row>
32711                                                 
32712                                                         <row>
32713                                                                 <entry>payment_ts</entry>
32714                                                                 <entry>timestamp with time zone</entry>
32715                                                                 <entry><para>
32716                                                                         
32717                                                                         
32718                                                                         
32719                                                                         
32720                                                                         </para></entry>
32721                                                         </row>
32722                                                 
32723                                                         <row>
32724                                                                 <entry>voided</entry>
32725                                                                 <entry>boolean</entry>
32726                                                                 <entry><para>
32727                                                                         
32728                                                                         
32729                                                                         
32730                                                                         
32731                                                                         </para></entry>
32732                                                         </row>
32733                                                 
32734                                                         <row>
32735                                                                 <entry>amount</entry>
32736                                                                 <entry>numeric(6,2)</entry>
32737                                                                 <entry><para>
32738                                                                         
32739                                                                         
32740                                                                         
32741                                                                         
32742                                                                         </para></entry>
32743                                                         </row>
32744                                                 
32745                                                         <row>
32746                                                                 <entry>note</entry>
32747                                                                 <entry>text</entry>
32748                                                                 <entry><para>
32749                                                                         
32750                                                                         
32751                                                                         
32752                                                                         
32753                                                                         </para></entry>
32754                                                         </row>
32755                                                 
32756                                                         <row>
32757                                                                 <entry>amount_collected</entry>
32758                                                                 <entry>numeric(6,2)</entry>
32759                                                                 <entry><para>
32760                                                                         
32761                                                                         
32762                                                                         
32763                                                                         
32764                                                                         </para></entry>
32765                                                         </row>
32766                                                 
32767                                                         <row>
32768                                                                 <entry>accepting_usr</entry>
32769                                                                 <entry>integer</entry>
32770                                                                 <entry><para>
32771                                                                         
32772                                                                         
32773                                                                         
32774                                                                         
32775                                                                         </para></entry>
32776                                                         </row>
32777                                                 
32778                                                         <row>
32779                                                                 <entry>cash_drawer</entry>
32780                                                                 <entry>integer</entry>
32781                                                                 <entry><para>
32782                                                                         
32783                                                                         
32784                                                                         
32785                                                                         
32786                                                                         </para></entry>
32787                                                         </row>
32788                                                 
32789                                                         <row>
32790                                                                 <entry>payment_type</entry>
32791                                                                 <entry>name</entry>
32792                                                                 <entry><para>
32793                                                                         
32794                                                                         
32795                                                                         
32796                                                                         
32797                                                                         </para></entry>
32798                                                         </row>
32799                                                 
32800                                                 </tbody>
32801                                         </tgroup>
32802                                 </informaltable>
32803                                 <para>
32804                                 
32805                                 
32806                                 
32807                                 
32808                 </para>
32809                 </simplesect>
32810                 
32811                 <simplesect id="money.table.forgive-payment" xreflabel="money.forgive_payment">         
32812                         <title>forgive_payment</title>
32813                         <informaltable>
32814                                 <tgroup cols="3">
32815                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
32816                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
32817                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
32818                                         <thead>
32819                                                 <row>
32820                                                         <entry>Field</entry>
32821                                                         <entry>Data Type</entry>
32822                                                         <entry>Constraints and References</entry>
32823                                                 </row>
32824                                                 </thead>
32825                                                 <tbody>
32826                                                 
32827                                                         <row>
32828                                                                 <entry>id</entry>
32829                                                                 <entry>bigint</entry>
32830                                                                 <entry><para>
32831                                                                         
32832                                                                                 
32833                                                                                         PRIMARY KEY
32834                                                                                                                 
32835                                                                         
32836                                                                         
32837                                                                         
32838                                                                         
32839                                                                                 DEFAULT nextval(&apos;payment_id_seq&apos;::regclass);
32840                                                                         
32841                                                                         
32842                                                                                 
32843                                                                         
32844                                                                         </para></entry>
32845                                                         </row>
32846                                                 
32847                                                         <row>
32848                                                                 <entry>xact</entry>
32849                                                                 <entry>bigint</entry>
32850                                                                 <entry><para>
32851                                                                         
32852                                                                         
32853                                                                                 NOT NULL;
32854                                                                         
32855                                                                         
32856                                                                         
32857                                                                         </para></entry>
32858                                                         </row>
32859                                                 
32860                                                         <row>
32861                                                                 <entry>payment_ts</entry>
32862                                                                 <entry>timestamp with time zone</entry>
32863                                                                 <entry><para>
32864                                                                         
32865                                                                         
32866                                                                                 NOT NULL;
32867                                                                         
32868                                                                         
32869                                                                                 DEFAULT now();
32870                                                                         
32871                                                                         
32872                                                                         </para></entry>
32873                                                         </row>
32874                                                 
32875                                                         <row>
32876                                                                 <entry>voided</entry>
32877                                                                 <entry>boolean</entry>
32878                                                                 <entry><para>
32879                                                                         
32880                                                                         
32881                                                                                 NOT NULL;
32882                                                                         
32883                                                                         
32884                                                                                 DEFAULT false;
32885                                                                         
32886                                                                         
32887                                                                         </para></entry>
32888                                                         </row>
32889                                                 
32890                                                         <row>
32891                                                                 <entry>amount</entry>
32892                                                                 <entry>numeric(6,2)</entry>
32893                                                                 <entry><para>
32894                                                                         
32895                                                                         
32896                                                                                 NOT NULL;
32897                                                                         
32898                                                                         
32899                                                                         
32900                                                                         </para></entry>
32901                                                         </row>
32902                                                 
32903                                                         <row>
32904                                                                 <entry>note</entry>
32905                                                                 <entry>text</entry>
32906                                                                 <entry><para>
32907                                                                         
32908                                                                         
32909                                                                         
32910                                                                         
32911                                                                         </para></entry>
32912                                                         </row>
32913                                                 
32914                                                         <row>
32915                                                                 <entry>amount_collected</entry>
32916                                                                 <entry>numeric(6,2)</entry>
32917                                                                 <entry><para>
32918                                                                         
32919                                                                         
32920                                                                                 NOT NULL;
32921                                                                         
32922                                                                         
32923                                                                         
32924                                                                         </para></entry>
32925                                                         </row>
32926                                                 
32927                                                         <row>
32928                                                                 <entry>accepting_usr</entry>
32929                                                                 <entry>integer</entry>
32930                                                                 <entry><para>
32931                                                                         
32932                                                                         
32933                                                                                 NOT NULL;
32934                                                                         
32935                                                                         
32936                                                                         
32937                                                                         </para></entry>
32938                                                         </row>
32939                                                 
32940                                                 </tbody>
32941                                         </tgroup>
32942                                 </informaltable>
32943                                 <para>
32944                                 
32945                                 
32946                                 
32947                                 
32948                 </para>
32949                 </simplesect>
32950                 
32951                 <simplesect id="money.table.goods-payment" xreflabel="money.goods_payment">             
32952                         <title>goods_payment</title>
32953                         <informaltable>
32954                                 <tgroup cols="3">
32955                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
32956                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
32957                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
32958                                         <thead>
32959                                                 <row>
32960                                                         <entry>Field</entry>
32961                                                         <entry>Data Type</entry>
32962                                                         <entry>Constraints and References</entry>
32963                                                 </row>
32964                                                 </thead>
32965                                                 <tbody>
32966                                                 
32967                                                         <row>
32968                                                                 <entry>id</entry>
32969                                                                 <entry>bigint</entry>
32970                                                                 <entry><para>
32971                                                                         
32972                                                                                 
32973                                                                                         PRIMARY KEY
32974                                                                                                                 
32975                                                                         
32976                                                                         
32977                                                                         
32978                                                                         
32979                                                                                 DEFAULT nextval(&apos;payment_id_seq&apos;::regclass);
32980                                                                         
32981                                                                         
32982                                                                                 
32983                                                                         
32984                                                                         </para></entry>
32985                                                         </row>
32986                                                 
32987                                                         <row>
32988                                                                 <entry>xact</entry>
32989                                                                 <entry>bigint</entry>
32990                                                                 <entry><para>
32991                                                                         
32992                                                                         
32993                                                                                 NOT NULL;
32994                                                                         
32995                                                                         
32996                                                                         
32997                                                                         </para></entry>
32998                                                         </row>
32999                                                 
33000                                                         <row>
33001                                                                 <entry>payment_ts</entry>
33002                                                                 <entry>timestamp with time zone</entry>
33003                                                                 <entry><para>
33004                                                                         
33005                                                                         
33006                                                                                 NOT NULL;
33007                                                                         
33008                                                                         
33009                                                                                 DEFAULT now();
33010                                                                         
33011                                                                         
33012                                                                         </para></entry>
33013                                                         </row>
33014                                                 
33015                                                         <row>
33016                                                                 <entry>voided</entry>
33017                                                                 <entry>boolean</entry>
33018                                                                 <entry><para>
33019                                                                         
33020                                                                         
33021                                                                                 NOT NULL;
33022                                                                         
33023                                                                         
33024                                                                                 DEFAULT false;
33025                                                                         
33026                                                                         
33027                                                                         </para></entry>
33028                                                         </row>
33029                                                 
33030                                                         <row>
33031                                                                 <entry>amount</entry>
33032                                                                 <entry>numeric(6,2)</entry>
33033                                                                 <entry><para>
33034                                                                         
33035                                                                         
33036                                                                                 NOT NULL;
33037                                                                         
33038                                                                         
33039                                                                         
33040                                                                         </para></entry>
33041                                                         </row>
33042                                                 
33043                                                         <row>
33044                                                                 <entry>note</entry>
33045                                                                 <entry>text</entry>
33046                                                                 <entry><para>
33047                                                                         
33048                                                                         
33049                                                                         
33050                                                                         
33051                                                                         </para></entry>
33052                                                         </row>
33053                                                 
33054                                                         <row>
33055                                                                 <entry>amount_collected</entry>
33056                                                                 <entry>numeric(6,2)</entry>
33057                                                                 <entry><para>
33058                                                                         
33059                                                                         
33060                                                                                 NOT NULL;
33061                                                                         
33062                                                                         
33063                                                                         
33064                                                                         </para></entry>
33065                                                         </row>
33066                                                 
33067                                                         <row>
33068                                                                 <entry>accepting_usr</entry>
33069                                                                 <entry>integer</entry>
33070                                                                 <entry><para>
33071                                                                         
33072                                                                         
33073                                                                                 NOT NULL;
33074                                                                         
33075                                                                         
33076                                                                         
33077                                                                         </para></entry>
33078                                                         </row>
33079                                                 
33080                                                 </tbody>
33081                                         </tgroup>
33082                                 </informaltable>
33083                                 <para>
33084                                 
33085                                 
33086                                 
33087                                 
33088                 </para>
33089                 </simplesect>
33090                 
33091                 <simplesect id="money.table.grocery" xreflabel="money.grocery">         
33092                         <title>grocery</title>
33093                         <informaltable>
33094                                 <tgroup cols="3">
33095                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
33096                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
33097                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
33098                                         <thead>
33099                                                 <row>
33100                                                         <entry>Field</entry>
33101                                                         <entry>Data Type</entry>
33102                                                         <entry>Constraints and References</entry>
33103                                                 </row>
33104                                                 </thead>
33105                                                 <tbody>
33106                                                 
33107                                                         <row>
33108                                                                 <entry>id</entry>
33109                                                                 <entry>bigint</entry>
33110                                                                 <entry><para>
33111                                                                         
33112                                                                                 
33113                                                                                         PRIMARY KEY
33114                                                                                                                 
33115                                                                         
33116                                                                         
33117                                                                         
33118                                                                         
33119                                                                                 DEFAULT nextval(&apos;billable_xact_id_seq&apos;::regclass);
33120                                                                         
33121                                                                         
33122                                                                                 
33123                                                                         
33124                                                                         </para></entry>
33125                                                         </row>
33126                                                 
33127                                                         <row>
33128                                                                 <entry>usr</entry>
33129                                                                 <entry>integer</entry>
33130                                                                 <entry><para>
33131                                                                         
33132                                                                         
33133                                                                                 NOT NULL;
33134                                                                         
33135                                                                         
33136                                                                         
33137                                                                         </para></entry>
33138                                                         </row>
33139                                                 
33140                                                         <row>
33141                                                                 <entry>xact_start</entry>
33142                                                                 <entry>timestamp with time zone</entry>
33143                                                                 <entry><para>
33144                                                                         
33145                                                                         
33146                                                                                 NOT NULL;
33147                                                                         
33148                                                                         
33149                                                                                 DEFAULT now();
33150                                                                         
33151                                                                         
33152                                                                         </para></entry>
33153                                                         </row>
33154                                                 
33155                                                         <row>
33156                                                                 <entry>xact_finish</entry>
33157                                                                 <entry>timestamp with time zone</entry>
33158                                                                 <entry><para>
33159                                                                         
33160                                                                         
33161                                                                         
33162                                                                         
33163                                                                         </para></entry>
33164                                                         </row>
33165                                                 
33166                                                         <row>
33167                                                                 <entry>unrecovered</entry>
33168                                                                 <entry>boolean</entry>
33169                                                                 <entry><para>
33170                                                                         
33171                                                                         
33172                                                                         
33173                                                                         
33174                                                                         </para></entry>
33175                                                         </row>
33176                                                 
33177                                                         <row>
33178                                                                 <entry>billing_location</entry>
33179                                                                 <entry>integer</entry>
33180                                                                 <entry><para>
33181                                                                         
33182                                                                         
33183                                                                                 NOT NULL;
33184                                                                         
33185                                                                         
33186                                                                         
33187                                                                         </para></entry>
33188                                                         </row>
33189                                                 
33190                                                         <row>
33191                                                                 <entry>note</entry>
33192                                                                 <entry>text</entry>
33193                                                                 <entry><para>
33194                                                                         
33195                                                                         
33196                                                                         
33197                                                                         
33198                                                                         </para></entry>
33199                                                         </row>
33200                                                 
33201                                                 </tbody>
33202                                         </tgroup>
33203                                 </informaltable>
33204                                 <para>
33205                                 
33206                                 
33207                                 
33208                                 
33209                 </para>
33210                 </simplesect>
33211                 
33212                 <simplesect id="money.table.materialized-billable-xact-summary" xreflabel="money.materialized_billable_xact_summary">           
33213                         <title>materialized_billable_xact_summary</title>
33214                         <informaltable>
33215                                 <tgroup cols="3">
33216                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
33217                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
33218                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
33219                                         <thead>
33220                                                 <row>
33221                                                         <entry>Field</entry>
33222                                                         <entry>Data Type</entry>
33223                                                         <entry>Constraints and References</entry>
33224                                                 </row>
33225                                                 </thead>
33226                                                 <tbody>
33227                                                 
33228                                                         <row>
33229                                                                 <entry>id</entry>
33230                                                                 <entry>bigint</entry>
33231                                                                 <entry><para>
33232                                                                         
33233                                                                         
33234                                                                         
33235                                                                         
33236                                                                         </para></entry>
33237                                                         </row>
33238                                                 
33239                                                         <row>
33240                                                                 <entry>usr</entry>
33241                                                                 <entry>integer</entry>
33242                                                                 <entry><para>
33243                                                                         
33244                                                                         
33245                                                                         
33246                                                                         
33247                                                                         </para></entry>
33248                                                         </row>
33249                                                 
33250                                                         <row>
33251                                                                 <entry>xact_start</entry>
33252                                                                 <entry>timestamp with time zone</entry>
33253                                                                 <entry><para>
33254                                                                         
33255                                                                         
33256                                                                         
33257                                                                         
33258                                                                         </para></entry>
33259                                                         </row>
33260                                                 
33261                                                         <row>
33262                                                                 <entry>xact_finish</entry>
33263                                                                 <entry>timestamp with time zone</entry>
33264                                                                 <entry><para>
33265                                                                         
33266                                                                         
33267                                                                         
33268                                                                         
33269                                                                         </para></entry>
33270                                                         </row>
33271                                                 
33272                                                         <row>
33273                                                                 <entry>total_paid</entry>
33274                                                                 <entry>numeric</entry>
33275                                                                 <entry><para>
33276                                                                         
33277                                                                         
33278                                                                         
33279                                                                         
33280                                                                         </para></entry>
33281                                                         </row>
33282                                                 
33283                                                         <row>
33284                                                                 <entry>last_payment_ts</entry>
33285                                                                 <entry>timestamp with time zone</entry>
33286                                                                 <entry><para>
33287                                                                         
33288                                                                         
33289                                                                         
33290                                                                         
33291                                                                         </para></entry>
33292                                                         </row>
33293                                                 
33294                                                         <row>
33295                                                                 <entry>last_payment_note</entry>
33296                                                                 <entry>text</entry>
33297                                                                 <entry><para>
33298                                                                         
33299                                                                         
33300                                                                         
33301                                                                         
33302                                                                         </para></entry>
33303                                                         </row>
33304                                                 
33305                                                         <row>
33306                                                                 <entry>last_payment_type</entry>
33307                                                                 <entry>name</entry>
33308                                                                 <entry><para>
33309                                                                         
33310                                                                         
33311                                                                         
33312                                                                         
33313                                                                         </para></entry>
33314                                                         </row>
33315                                                 
33316                                                         <row>
33317                                                                 <entry>total_owed</entry>
33318                                                                 <entry>numeric</entry>
33319                                                                 <entry><para>
33320                                                                         
33321                                                                         
33322                                                                         
33323                                                                         
33324                                                                         </para></entry>
33325                                                         </row>
33326                                                 
33327                                                         <row>
33328                                                                 <entry>last_billing_ts</entry>
33329                                                                 <entry>timestamp with time zone</entry>
33330                                                                 <entry><para>
33331                                                                         
33332                                                                         
33333                                                                         
33334                                                                         
33335                                                                         </para></entry>
33336                                                         </row>
33337                                                 
33338                                                         <row>
33339                                                                 <entry>last_billing_note</entry>
33340                                                                 <entry>text</entry>
33341                                                                 <entry><para>
33342                                                                         
33343                                                                         
33344                                                                         
33345                                                                         
33346                                                                         </para></entry>
33347                                                         </row>
33348                                                 
33349                                                         <row>
33350                                                                 <entry>last_billing_type</entry>
33351                                                                 <entry>text</entry>
33352                                                                 <entry><para>
33353                                                                         
33354                                                                         
33355                                                                         
33356                                                                         
33357                                                                         </para></entry>
33358                                                         </row>
33359                                                 
33360                                                         <row>
33361                                                                 <entry>balance_owed</entry>
33362                                                                 <entry>numeric</entry>
33363                                                                 <entry><para>
33364                                                                         
33365                                                                         
33366                                                                         
33367                                                                         
33368                                                                         </para></entry>
33369                                                         </row>
33370                                                 
33371                                                         <row>
33372                                                                 <entry>xact_type</entry>
33373                                                                 <entry>name</entry>
33374                                                                 <entry><para>
33375                                                                         
33376                                                                         
33377                                                                         
33378                                                                         
33379                                                                         </para></entry>
33380                                                         </row>
33381                                                 
33382                                                 </tbody>
33383                                         </tgroup>
33384                                 </informaltable>
33385                                 <para>
33386                                 
33387                                 
33388                                 
33389                                 
33390                 </para>
33391                 </simplesect>
33392                 
33393                 <simplesect id="money.view.non-drawer-payment-view" xreflabel="money.non_drawer_payment_view">          
33394                         <title>non_drawer_payment_view</title>
33395                         <informaltable>
33396                                 <tgroup cols="3">
33397                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
33398                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
33399                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
33400                                         <thead>
33401                                                 <row>
33402                                                         <entry>Field</entry>
33403                                                         <entry>Data Type</entry>
33404                                                         <entry>Constraints and References</entry>
33405                                                 </row>
33406                                                 </thead>
33407                                                 <tbody>
33408                                                 
33409                                                         <row>
33410                                                                 <entry>id</entry>
33411                                                                 <entry>bigint</entry>
33412                                                                 <entry><para>
33413                                                                         
33414                                                                         
33415                                                                         
33416                                                                         
33417                                                                         </para></entry>
33418                                                         </row>
33419                                                 
33420                                                         <row>
33421                                                                 <entry>xact</entry>
33422                                                                 <entry>bigint</entry>
33423                                                                 <entry><para>
33424                                                                         
33425                                                                         
33426                                                                         
33427                                                                         
33428                                                                         </para></entry>
33429                                                         </row>
33430                                                 
33431                                                         <row>
33432                                                                 <entry>payment_ts</entry>
33433                                                                 <entry>timestamp with time zone</entry>
33434                                                                 <entry><para>
33435                                                                         
33436                                                                         
33437                                                                         
33438                                                                         
33439                                                                         </para></entry>
33440                                                         </row>
33441                                                 
33442                                                         <row>
33443                                                                 <entry>voided</entry>
33444                                                                 <entry>boolean</entry>
33445                                                                 <entry><para>
33446                                                                         
33447                                                                         
33448                                                                         
33449                                                                         
33450                                                                         </para></entry>
33451                                                         </row>
33452                                                 
33453                                                         <row>
33454                                                                 <entry>amount</entry>
33455                                                                 <entry>numeric(6,2)</entry>
33456                                                                 <entry><para>
33457                                                                         
33458                                                                         
33459                                                                         
33460                                                                         
33461                                                                         </para></entry>
33462                                                         </row>
33463                                                 
33464                                                         <row>
33465                                                                 <entry>note</entry>
33466                                                                 <entry>text</entry>
33467                                                                 <entry><para>
33468                                                                         
33469                                                                         
33470                                                                         
33471                                                                         
33472                                                                         </para></entry>
33473                                                         </row>
33474                                                 
33475                                                         <row>
33476                                                                 <entry>amount_collected</entry>
33477                                                                 <entry>numeric(6,2)</entry>
33478                                                                 <entry><para>
33479                                                                         
33480                                                                         
33481                                                                         
33482                                                                         
33483                                                                         </para></entry>
33484                                                         </row>
33485                                                 
33486                                                         <row>
33487                                                                 <entry>accepting_usr</entry>
33488                                                                 <entry>integer</entry>
33489                                                                 <entry><para>
33490                                                                         
33491                                                                         
33492                                                                         
33493                                                                         
33494                                                                         </para></entry>
33495                                                         </row>
33496                                                 
33497                                                         <row>
33498                                                                 <entry>payment_type</entry>
33499                                                                 <entry>name</entry>
33500                                                                 <entry><para>
33501                                                                         
33502                                                                         
33503                                                                         
33504                                                                         
33505                                                                         </para></entry>
33506                                                         </row>
33507                                                 
33508                                                 </tbody>
33509                                         </tgroup>
33510                                 </informaltable>
33511                                 <para>
33512                                 
33513                                 
33514                                 
33515                                 
33516                 </para>
33517                 </simplesect>
33518                 
33519                 <simplesect id="money.view.open-billable-xact-summary" xreflabel="money.open_billable_xact_summary">            
33520                         <title>open_billable_xact_summary</title>
33521                         <informaltable>
33522                                 <tgroup cols="3">
33523                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
33524                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
33525                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
33526                                         <thead>
33527                                                 <row>
33528                                                         <entry>Field</entry>
33529                                                         <entry>Data Type</entry>
33530                                                         <entry>Constraints and References</entry>
33531                                                 </row>
33532                                                 </thead>
33533                                                 <tbody>
33534                                                 
33535                                                         <row>
33536                                                                 <entry>id</entry>
33537                                                                 <entry>bigint</entry>
33538                                                                 <entry><para>
33539                                                                         
33540                                                                         
33541                                                                         
33542                                                                         
33543                                                                         </para></entry>
33544                                                         </row>
33545                                                 
33546                                                         <row>
33547                                                                 <entry>usr</entry>
33548                                                                 <entry>integer</entry>
33549                                                                 <entry><para>
33550                                                                         
33551                                                                         
33552                                                                         
33553                                                                         
33554                                                                         </para></entry>
33555                                                         </row>
33556                                                 
33557                                                         <row>
33558                                                                 <entry>billing_location</entry>
33559                                                                 <entry>integer</entry>
33560                                                                 <entry><para>
33561                                                                         
33562                                                                         
33563                                                                         
33564                                                                         
33565                                                                         </para></entry>
33566                                                         </row>
33567                                                 
33568                                                         <row>
33569                                                                 <entry>xact_start</entry>
33570                                                                 <entry>timestamp with time zone</entry>
33571                                                                 <entry><para>
33572                                                                         
33573                                                                         
33574                                                                         
33575                                                                         
33576                                                                         </para></entry>
33577                                                         </row>
33578                                                 
33579                                                         <row>
33580                                                                 <entry>xact_finish</entry>
33581                                                                 <entry>timestamp with time zone</entry>
33582                                                                 <entry><para>
33583                                                                         
33584                                                                         
33585                                                                         
33586                                                                         
33587                                                                         </para></entry>
33588                                                         </row>
33589                                                 
33590                                                         <row>
33591                                                                 <entry>total_paid</entry>
33592                                                                 <entry>numeric</entry>
33593                                                                 <entry><para>
33594                                                                         
33595                                                                         
33596                                                                         
33597                                                                         
33598                                                                         </para></entry>
33599                                                         </row>
33600                                                 
33601                                                         <row>
33602                                                                 <entry>last_payment_ts</entry>
33603                                                                 <entry>timestamp with time zone</entry>
33604                                                                 <entry><para>
33605                                                                         
33606                                                                         
33607                                                                         
33608                                                                         
33609                                                                         </para></entry>
33610                                                         </row>
33611                                                 
33612                                                         <row>
33613                                                                 <entry>last_payment_note</entry>
33614                                                                 <entry>text</entry>
33615                                                                 <entry><para>
33616                                                                         
33617                                                                         
33618                                                                         
33619                                                                         
33620                                                                         </para></entry>
33621                                                         </row>
33622                                                 
33623                                                         <row>
33624                                                                 <entry>last_payment_type</entry>
33625                                                                 <entry>name</entry>
33626                                                                 <entry><para>
33627                                                                         
33628                                                                         
33629                                                                         
33630                                                                         
33631                                                                         </para></entry>
33632                                                         </row>
33633                                                 
33634                                                         <row>
33635                                                                 <entry>total_owed</entry>
33636                                                                 <entry>numeric</entry>
33637                                                                 <entry><para>
33638                                                                         
33639                                                                         
33640                                                                         
33641                                                                         
33642                                                                         </para></entry>
33643                                                         </row>
33644                                                 
33645                                                         <row>
33646                                                                 <entry>last_billing_ts</entry>
33647                                                                 <entry>timestamp with time zone</entry>
33648                                                                 <entry><para>
33649                                                                         
33650                                                                         
33651                                                                         
33652                                                                         
33653                                                                         </para></entry>
33654                                                         </row>
33655                                                 
33656                                                         <row>
33657                                                                 <entry>last_billing_note</entry>
33658                                                                 <entry>text</entry>
33659                                                                 <entry><para>
33660                                                                         
33661                                                                         
33662                                                                         
33663                                                                         
33664                                                                         </para></entry>
33665                                                         </row>
33666                                                 
33667                                                         <row>
33668                                                                 <entry>last_billing_type</entry>
33669                                                                 <entry>text</entry>
33670                                                                 <entry><para>
33671                                                                         
33672                                                                         
33673                                                                         
33674                                                                         
33675                                                                         </para></entry>
33676                                                         </row>
33677                                                 
33678                                                         <row>
33679                                                                 <entry>balance_owed</entry>
33680                                                                 <entry>numeric</entry>
33681                                                                 <entry><para>
33682                                                                         
33683                                                                         
33684                                                                         
33685                                                                         
33686                                                                         </para></entry>
33687                                                         </row>
33688                                                 
33689                                                         <row>
33690                                                                 <entry>xact_type</entry>
33691                                                                 <entry>name</entry>
33692                                                                 <entry><para>
33693                                                                         
33694                                                                         
33695                                                                         
33696                                                                         
33697                                                                         </para></entry>
33698                                                         </row>
33699                                                 
33700                                                 </tbody>
33701                                         </tgroup>
33702                                 </informaltable>
33703                                 <para>
33704                                 
33705                                 
33706                                 
33707                                 
33708                 </para>
33709                 </simplesect>
33710                 
33711                 <simplesect id="money.view.open-transaction-billing-summary" xreflabel="money.open_transaction_billing_summary">                
33712                         <title>open_transaction_billing_summary</title>
33713                         <informaltable>
33714                                 <tgroup cols="3">
33715                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
33716                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
33717                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
33718                                         <thead>
33719                                                 <row>
33720                                                         <entry>Field</entry>
33721                                                         <entry>Data Type</entry>
33722                                                         <entry>Constraints and References</entry>
33723                                                 </row>
33724                                                 </thead>
33725                                                 <tbody>
33726                                                 
33727                                                         <row>
33728                                                                 <entry>xact</entry>
33729                                                                 <entry>bigint</entry>
33730                                                                 <entry><para>
33731                                                                         
33732                                                                         
33733                                                                         
33734                                                                         
33735                                                                         </para></entry>
33736                                                         </row>
33737                                                 
33738                                                         <row>
33739                                                                 <entry>last_billing_type</entry>
33740                                                                 <entry>text</entry>
33741                                                                 <entry><para>
33742                                                                         
33743                                                                         
33744                                                                         
33745                                                                         
33746                                                                         </para></entry>
33747                                                         </row>
33748                                                 
33749                                                         <row>
33750                                                                 <entry>last_billing_note</entry>
33751                                                                 <entry>text</entry>
33752                                                                 <entry><para>
33753                                                                         
33754                                                                         
33755                                                                         
33756                                                                         
33757                                                                         </para></entry>
33758                                                         </row>
33759                                                 
33760                                                         <row>
33761                                                                 <entry>last_billing_ts</entry>
33762                                                                 <entry>timestamp with time zone</entry>
33763                                                                 <entry><para>
33764                                                                         
33765                                                                         
33766                                                                         
33767                                                                         
33768                                                                         </para></entry>
33769                                                         </row>
33770                                                 
33771                                                         <row>
33772                                                                 <entry>total_owed</entry>
33773                                                                 <entry>numeric</entry>
33774                                                                 <entry><para>
33775                                                                         
33776                                                                         
33777                                                                         
33778                                                                         
33779                                                                         </para></entry>
33780                                                         </row>
33781                                                 
33782                                                 </tbody>
33783                                         </tgroup>
33784                                 </informaltable>
33785                                 <para>
33786                                 
33787                                 
33788                                 
33789                                 
33790                 </para>
33791                 </simplesect>
33792                 
33793                 <simplesect id="money.view.open-transaction-billing-type-summary" xreflabel="money.open_transaction_billing_type_summary">              
33794                         <title>open_transaction_billing_type_summary</title>
33795                         <informaltable>
33796                                 <tgroup cols="3">
33797                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
33798                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
33799                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
33800                                         <thead>
33801                                                 <row>
33802                                                         <entry>Field</entry>
33803                                                         <entry>Data Type</entry>
33804                                                         <entry>Constraints and References</entry>
33805                                                 </row>
33806                                                 </thead>
33807                                                 <tbody>
33808                                                 
33809                                                         <row>
33810                                                                 <entry>xact</entry>
33811                                                                 <entry>bigint</entry>
33812                                                                 <entry><para>
33813                                                                         
33814                                                                         
33815                                                                         
33816                                                                         
33817                                                                         </para></entry>
33818                                                         </row>
33819                                                 
33820                                                         <row>
33821                                                                 <entry>last_billing_type</entry>
33822                                                                 <entry>text</entry>
33823                                                                 <entry><para>
33824                                                                         
33825                                                                         
33826                                                                         
33827                                                                         
33828                                                                         </para></entry>
33829                                                         </row>
33830                                                 
33831                                                         <row>
33832                                                                 <entry>last_billing_note</entry>
33833                                                                 <entry>text</entry>
33834                                                                 <entry><para>
33835                                                                         
33836                                                                         
33837                                                                         
33838                                                                         
33839                                                                         </para></entry>
33840                                                         </row>
33841                                                 
33842                                                         <row>
33843                                                                 <entry>last_billing_ts</entry>
33844                                                                 <entry>timestamp with time zone</entry>
33845                                                                 <entry><para>
33846                                                                         
33847                                                                         
33848                                                                         
33849                                                                         
33850                                                                         </para></entry>
33851                                                         </row>
33852                                                 
33853                                                         <row>
33854                                                                 <entry>total_owed</entry>
33855                                                                 <entry>numeric</entry>
33856                                                                 <entry><para>
33857                                                                         
33858                                                                         
33859                                                                         
33860                                                                         
33861                                                                         </para></entry>
33862                                                         </row>
33863                                                 
33864                                                 </tbody>
33865                                         </tgroup>
33866                                 </informaltable>
33867                                 <para>
33868                                 
33869                                 
33870                                 
33871                                 
33872                 </para>
33873                 </simplesect>
33874                 
33875                 <simplesect id="money.view.open-transaction-payment-summary" xreflabel="money.open_transaction_payment_summary">                
33876                         <title>open_transaction_payment_summary</title>
33877                         <informaltable>
33878                                 <tgroup cols="3">
33879                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
33880                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
33881                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
33882                                         <thead>
33883                                                 <row>
33884                                                         <entry>Field</entry>
33885                                                         <entry>Data Type</entry>
33886                                                         <entry>Constraints and References</entry>
33887                                                 </row>
33888                                                 </thead>
33889                                                 <tbody>
33890                                                 
33891                                                         <row>
33892                                                                 <entry>xact</entry>
33893                                                                 <entry>bigint</entry>
33894                                                                 <entry><para>
33895                                                                         
33896                                                                         
33897                                                                         
33898                                                                         
33899                                                                         </para></entry>
33900                                                         </row>
33901                                                 
33902                                                         <row>
33903                                                                 <entry>last_payment_type</entry>
33904                                                                 <entry>name</entry>
33905                                                                 <entry><para>
33906                                                                         
33907                                                                         
33908                                                                         
33909                                                                         
33910                                                                         </para></entry>
33911                                                         </row>
33912                                                 
33913                                                         <row>
33914                                                                 <entry>last_payment_note</entry>
33915                                                                 <entry>text</entry>
33916                                                                 <entry><para>
33917                                                                         
33918                                                                         
33919                                                                         
33920                                                                         
33921                                                                         </para></entry>
33922                                                         </row>
33923                                                 
33924                                                         <row>
33925                                                                 <entry>last_payment_ts</entry>
33926                                                                 <entry>timestamp with time zone</entry>
33927                                                                 <entry><para>
33928                                                                         
33929                                                                         
33930                                                                         
33931                                                                         
33932                                                                         </para></entry>
33933                                                         </row>
33934                                                 
33935                                                         <row>
33936                                                                 <entry>total_paid</entry>
33937                                                                 <entry>numeric</entry>
33938                                                                 <entry><para>
33939                                                                         
33940                                                                         
33941                                                                         
33942                                                                         
33943                                                                         </para></entry>
33944                                                         </row>
33945                                                 
33946                                                 </tbody>
33947                                         </tgroup>
33948                                 </informaltable>
33949                                 <para>
33950                                 
33951                                 
33952                                 
33953                                 
33954                 </para>
33955                 </simplesect>
33956                 
33957                 <simplesect id="money.view.open-usr-circulation-summary" xreflabel="money.open_usr_circulation_summary">                
33958                         <title>open_usr_circulation_summary</title>
33959                         <informaltable>
33960                                 <tgroup cols="3">
33961                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
33962                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
33963                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
33964                                         <thead>
33965                                                 <row>
33966                                                         <entry>Field</entry>
33967                                                         <entry>Data Type</entry>
33968                                                         <entry>Constraints and References</entry>
33969                                                 </row>
33970                                                 </thead>
33971                                                 <tbody>
33972                                                 
33973                                                         <row>
33974                                                                 <entry>usr</entry>
33975                                                                 <entry>integer</entry>
33976                                                                 <entry><para>
33977                                                                         
33978                                                                         
33979                                                                         
33980                                                                         
33981                                                                         </para></entry>
33982                                                         </row>
33983                                                 
33984                                                         <row>
33985                                                                 <entry>total_paid</entry>
33986                                                                 <entry>numeric</entry>
33987                                                                 <entry><para>
33988                                                                         
33989                                                                         
33990                                                                         
33991                                                                         
33992                                                                         </para></entry>
33993                                                         </row>
33994                                                 
33995                                                         <row>
33996                                                                 <entry>total_owed</entry>
33997                                                                 <entry>numeric</entry>
33998                                                                 <entry><para>
33999                                                                         
34000                                                                         
34001                                                                         
34002                                                                         
34003                                                                         </para></entry>
34004                                                         </row>
34005                                                 
34006                                                         <row>
34007                                                                 <entry>balance_owed</entry>
34008                                                                 <entry>numeric</entry>
34009                                                                 <entry><para>
34010                                                                         
34011                                                                         
34012                                                                         
34013                                                                         
34014                                                                         </para></entry>
34015                                                         </row>
34016                                                 
34017                                                 </tbody>
34018                                         </tgroup>
34019                                 </informaltable>
34020                                 <para>
34021                                 
34022                                 
34023                                 
34024                                 
34025                 </para>
34026                 </simplesect>
34027                 
34028                 <simplesect id="money.view.open-usr-summary" xreflabel="money.open_usr_summary">                
34029                         <title>open_usr_summary</title>
34030                         <informaltable>
34031                                 <tgroup cols="3">
34032                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
34033                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
34034                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
34035                                         <thead>
34036                                                 <row>
34037                                                         <entry>Field</entry>
34038                                                         <entry>Data Type</entry>
34039                                                         <entry>Constraints and References</entry>
34040                                                 </row>
34041                                                 </thead>
34042                                                 <tbody>
34043                                                 
34044                                                         <row>
34045                                                                 <entry>usr</entry>
34046                                                                 <entry>integer</entry>
34047                                                                 <entry><para>
34048                                                                         
34049                                                                         
34050                                                                         
34051                                                                         
34052                                                                         </para></entry>
34053                                                         </row>
34054                                                 
34055                                                         <row>
34056                                                                 <entry>total_paid</entry>
34057                                                                 <entry>numeric</entry>
34058                                                                 <entry><para>
34059                                                                         
34060                                                                         
34061                                                                         
34062                                                                         
34063                                                                         </para></entry>
34064                                                         </row>
34065                                                 
34066                                                         <row>
34067                                                                 <entry>total_owed</entry>
34068                                                                 <entry>numeric</entry>
34069                                                                 <entry><para>
34070                                                                         
34071                                                                         
34072                                                                         
34073                                                                         
34074                                                                         </para></entry>
34075                                                         </row>
34076                                                 
34077                                                         <row>
34078                                                                 <entry>balance_owed</entry>
34079                                                                 <entry>numeric</entry>
34080                                                                 <entry><para>
34081                                                                         
34082                                                                         
34083                                                                         
34084                                                                         
34085                                                                         </para></entry>
34086                                                         </row>
34087                                                 
34088                                                 </tbody>
34089                                         </tgroup>
34090                                 </informaltable>
34091                                 <para>
34092                                 
34093                                 
34094                                 
34095                                 
34096                 </para>
34097                 </simplesect>
34098                 
34099                 <simplesect id="money.table.payment" xreflabel="money.payment">         
34100                         <title>payment</title>
34101                         <informaltable>
34102                                 <tgroup cols="3">
34103                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
34104                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
34105                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
34106                                         <thead>
34107                                                 <row>
34108                                                         <entry>Field</entry>
34109                                                         <entry>Data Type</entry>
34110                                                         <entry>Constraints and References</entry>
34111                                                 </row>
34112                                                 </thead>
34113                                                 <tbody>
34114                                                 
34115                                                         <row>
34116                                                                 <entry>id</entry>
34117                                                                 <entry>bigserial</entry>
34118                                                                 <entry><para>
34119                                                                         
34120                                                                                 
34121                                                                                         PRIMARY KEY
34122                                                                                                                 
34123                                                                         
34124                                                                         
34125                                                                         
34126                                                                         
34127                                                                         
34128                                                                                 
34129                                                                         
34130                                                                         </para></entry>
34131                                                         </row>
34132                                                 
34133                                                         <row>
34134                                                                 <entry>xact</entry>
34135                                                                 <entry>bigint</entry>
34136                                                                 <entry><para>
34137                                                                         
34138                                                                         
34139                                                                                 NOT NULL;
34140                                                                         
34141                                                                         
34142                                                                         
34143                                                                         </para></entry>
34144                                                         </row>
34145                                                 
34146                                                         <row>
34147                                                                 <entry>payment_ts</entry>
34148                                                                 <entry>timestamp with time zone</entry>
34149                                                                 <entry><para>
34150                                                                         
34151                                                                         
34152                                                                                 NOT NULL;
34153                                                                         
34154                                                                         
34155                                                                                 DEFAULT now();
34156                                                                         
34157                                                                         
34158                                                                         </para></entry>
34159                                                         </row>
34160                                                 
34161                                                         <row>
34162                                                                 <entry>voided</entry>
34163                                                                 <entry>boolean</entry>
34164                                                                 <entry><para>
34165                                                                         
34166                                                                         
34167                                                                                 NOT NULL;
34168                                                                         
34169                                                                         
34170                                                                                 DEFAULT false;
34171                                                                         
34172                                                                         
34173                                                                         </para></entry>
34174                                                         </row>
34175                                                 
34176                                                         <row>
34177                                                                 <entry>amount</entry>
34178                                                                 <entry>numeric(6,2)</entry>
34179                                                                 <entry><para>
34180                                                                         
34181                                                                         
34182                                                                                 NOT NULL;
34183                                                                         
34184                                                                         
34185                                                                         
34186                                                                         </para></entry>
34187                                                         </row>
34188                                                 
34189                                                         <row>
34190                                                                 <entry>note</entry>
34191                                                                 <entry>text</entry>
34192                                                                 <entry><para>
34193                                                                         
34194                                                                         
34195                                                                         
34196                                                                         
34197                                                                         </para></entry>
34198                                                         </row>
34199                                                 
34200                                                 </tbody>
34201                                         </tgroup>
34202                                 </informaltable>
34203                                 <para>
34204                                 
34205                                 
34206                                 
34207                                 
34208                 </para>
34209                 </simplesect>
34210                 
34211                 <simplesect id="money.view.payment-view" xreflabel="money.payment_view">                
34212                         <title>payment_view</title>
34213                         <informaltable>
34214                                 <tgroup cols="3">
34215                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
34216                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
34217                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
34218                                         <thead>
34219                                                 <row>
34220                                                         <entry>Field</entry>
34221                                                         <entry>Data Type</entry>
34222                                                         <entry>Constraints and References</entry>
34223                                                 </row>
34224                                                 </thead>
34225                                                 <tbody>
34226                                                 
34227                                                         <row>
34228                                                                 <entry>id</entry>
34229                                                                 <entry>bigint</entry>
34230                                                                 <entry><para>
34231                                                                         
34232                                                                         
34233                                                                         
34234                                                                         
34235                                                                         </para></entry>
34236                                                         </row>
34237                                                 
34238                                                         <row>
34239                                                                 <entry>xact</entry>
34240                                                                 <entry>bigint</entry>
34241                                                                 <entry><para>
34242                                                                         
34243                                                                         
34244                                                                         
34245                                                                         
34246                                                                         </para></entry>
34247                                                         </row>
34248                                                 
34249                                                         <row>
34250                                                                 <entry>payment_ts</entry>
34251                                                                 <entry>timestamp with time zone</entry>
34252                                                                 <entry><para>
34253                                                                         
34254                                                                         
34255                                                                         
34256                                                                         
34257                                                                         </para></entry>
34258                                                         </row>
34259                                                 
34260                                                         <row>
34261                                                                 <entry>voided</entry>
34262                                                                 <entry>boolean</entry>
34263                                                                 <entry><para>
34264                                                                         
34265                                                                         
34266                                                                         
34267                                                                         
34268                                                                         </para></entry>
34269                                                         </row>
34270                                                 
34271                                                         <row>
34272                                                                 <entry>amount</entry>
34273                                                                 <entry>numeric(6,2)</entry>
34274                                                                 <entry><para>
34275                                                                         
34276                                                                         
34277                                                                         
34278                                                                         
34279                                                                         </para></entry>
34280                                                         </row>
34281                                                 
34282                                                         <row>
34283                                                                 <entry>note</entry>
34284                                                                 <entry>text</entry>
34285                                                                 <entry><para>
34286                                                                         
34287                                                                         
34288                                                                         
34289                                                                         
34290                                                                         </para></entry>
34291                                                         </row>
34292                                                 
34293                                                         <row>
34294                                                                 <entry>payment_type</entry>
34295                                                                 <entry>name</entry>
34296                                                                 <entry><para>
34297                                                                         
34298                                                                         
34299                                                                         
34300                                                                         
34301                                                                         </para></entry>
34302                                                         </row>
34303                                                 
34304                                                 </tbody>
34305                                         </tgroup>
34306                                 </informaltable>
34307                                 <para>
34308                                 
34309                                 
34310                                 
34311                                 
34312                 </para>
34313                 </simplesect>
34314                 
34315                 <simplesect id="money.view.transaction-billing-summary" xreflabel="money.transaction_billing_summary">          
34316                         <title>transaction_billing_summary</title>
34317                         <informaltable>
34318                                 <tgroup cols="3">
34319                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
34320                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
34321                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
34322                                         <thead>
34323                                                 <row>
34324                                                         <entry>Field</entry>
34325                                                         <entry>Data Type</entry>
34326                                                         <entry>Constraints and References</entry>
34327                                                 </row>
34328                                                 </thead>
34329                                                 <tbody>
34330                                                 
34331                                                         <row>
34332                                                                 <entry>xact</entry>
34333                                                                 <entry>bigint</entry>
34334                                                                 <entry><para>
34335                                                                         
34336                                                                         
34337                                                                         
34338                                                                         
34339                                                                         </para></entry>
34340                                                         </row>
34341                                                 
34342                                                         <row>
34343                                                                 <entry>last_billing_type</entry>
34344                                                                 <entry>text</entry>
34345                                                                 <entry><para>
34346                                                                         
34347                                                                         
34348                                                                         
34349                                                                         
34350                                                                         </para></entry>
34351                                                         </row>
34352                                                 
34353                                                         <row>
34354                                                                 <entry>last_billing_note</entry>
34355                                                                 <entry>text</entry>
34356                                                                 <entry><para>
34357                                                                         
34358                                                                         
34359                                                                         
34360                                                                         
34361                                                                         </para></entry>
34362                                                         </row>
34363                                                 
34364                                                         <row>
34365                                                                 <entry>last_billing_ts</entry>
34366                                                                 <entry>timestamp with time zone</entry>
34367                                                                 <entry><para>
34368                                                                         
34369                                                                         
34370                                                                         
34371                                                                         
34372                                                                         </para></entry>
34373                                                         </row>
34374                                                 
34375                                                         <row>
34376                                                                 <entry>total_owed</entry>
34377                                                                 <entry>numeric</entry>
34378                                                                 <entry><para>
34379                                                                         
34380                                                                         
34381                                                                         
34382                                                                         
34383                                                                         </para></entry>
34384                                                         </row>
34385                                                 
34386                                                 </tbody>
34387                                         </tgroup>
34388                                 </informaltable>
34389                                 <para>
34390                                 
34391                                 
34392                                 
34393                                 
34394                 </para>
34395                 </simplesect>
34396                 
34397                 <simplesect id="money.view.transaction-billing-type-summary" xreflabel="money.transaction_billing_type_summary">                
34398                         <title>transaction_billing_type_summary</title>
34399                         <informaltable>
34400                                 <tgroup cols="3">
34401                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
34402                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
34403                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
34404                                         <thead>
34405                                                 <row>
34406                                                         <entry>Field</entry>
34407                                                         <entry>Data Type</entry>
34408                                                         <entry>Constraints and References</entry>
34409                                                 </row>
34410                                                 </thead>
34411                                                 <tbody>
34412                                                 
34413                                                         <row>
34414                                                                 <entry>xact</entry>
34415                                                                 <entry>bigint</entry>
34416                                                                 <entry><para>
34417                                                                         
34418                                                                         
34419                                                                         
34420                                                                         
34421                                                                         </para></entry>
34422                                                         </row>
34423                                                 
34424                                                         <row>
34425                                                                 <entry>last_billing_type</entry>
34426                                                                 <entry>text</entry>
34427                                                                 <entry><para>
34428                                                                         
34429                                                                         
34430                                                                         
34431                                                                         
34432                                                                         </para></entry>
34433                                                         </row>
34434                                                 
34435                                                         <row>
34436                                                                 <entry>last_billing_note</entry>
34437                                                                 <entry>text</entry>
34438                                                                 <entry><para>
34439                                                                         
34440                                                                         
34441                                                                         
34442                                                                         
34443                                                                         </para></entry>
34444                                                         </row>
34445                                                 
34446                                                         <row>
34447                                                                 <entry>last_billing_ts</entry>
34448                                                                 <entry>timestamp with time zone</entry>
34449                                                                 <entry><para>
34450                                                                         
34451                                                                         
34452                                                                         
34453                                                                         
34454                                                                         </para></entry>
34455                                                         </row>
34456                                                 
34457                                                         <row>
34458                                                                 <entry>total_owed</entry>
34459                                                                 <entry>numeric</entry>
34460                                                                 <entry><para>
34461                                                                         
34462                                                                         
34463                                                                         
34464                                                                         
34465                                                                         </para></entry>
34466                                                         </row>
34467                                                 
34468                                                 </tbody>
34469                                         </tgroup>
34470                                 </informaltable>
34471                                 <para>
34472                                 
34473                                 
34474                                 
34475                                 
34476                 </para>
34477                 </simplesect>
34478                 
34479                 <simplesect id="money.view.transaction-billing-with-void-summary" xreflabel="money.transaction_billing_with_void_summary">              
34480                         <title>transaction_billing_with_void_summary</title>
34481                         <informaltable>
34482                                 <tgroup cols="3">
34483                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
34484                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
34485                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
34486                                         <thead>
34487                                                 <row>
34488                                                         <entry>Field</entry>
34489                                                         <entry>Data Type</entry>
34490                                                         <entry>Constraints and References</entry>
34491                                                 </row>
34492                                                 </thead>
34493                                                 <tbody>
34494                                                 
34495                                                         <row>
34496                                                                 <entry>xact</entry>
34497                                                                 <entry>bigint</entry>
34498                                                                 <entry><para>
34499                                                                         
34500                                                                         
34501                                                                         
34502                                                                         
34503                                                                         </para></entry>
34504                                                         </row>
34505                                                 
34506                                                         <row>
34507                                                                 <entry>last_billing_type</entry>
34508                                                                 <entry>text</entry>
34509                                                                 <entry><para>
34510                                                                         
34511                                                                         
34512                                                                         
34513                                                                         
34514                                                                         </para></entry>
34515                                                         </row>
34516                                                 
34517                                                         <row>
34518                                                                 <entry>last_billing_note</entry>
34519                                                                 <entry>text</entry>
34520                                                                 <entry><para>
34521                                                                         
34522                                                                         
34523                                                                         
34524                                                                         
34525                                                                         </para></entry>
34526                                                         </row>
34527                                                 
34528                                                         <row>
34529                                                                 <entry>last_billing_ts</entry>
34530                                                                 <entry>timestamp with time zone</entry>
34531                                                                 <entry><para>
34532                                                                         
34533                                                                         
34534                                                                         
34535                                                                         
34536                                                                         </para></entry>
34537                                                         </row>
34538                                                 
34539                                                         <row>
34540                                                                 <entry>total_owed</entry>
34541                                                                 <entry>numeric</entry>
34542                                                                 <entry><para>
34543                                                                         
34544                                                                         
34545                                                                         
34546                                                                         
34547                                                                         </para></entry>
34548                                                         </row>
34549                                                 
34550                                                 </tbody>
34551                                         </tgroup>
34552                                 </informaltable>
34553                                 <para>
34554                                 
34555                                 
34556                                 
34557                                 
34558                 </para>
34559                 </simplesect>
34560                 
34561                 <simplesect id="money.view.transaction-payment-summary" xreflabel="money.transaction_payment_summary">          
34562                         <title>transaction_payment_summary</title>
34563                         <informaltable>
34564                                 <tgroup cols="3">
34565                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
34566                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
34567                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
34568                                         <thead>
34569                                                 <row>
34570                                                         <entry>Field</entry>
34571                                                         <entry>Data Type</entry>
34572                                                         <entry>Constraints and References</entry>
34573                                                 </row>
34574                                                 </thead>
34575                                                 <tbody>
34576                                                 
34577                                                         <row>
34578                                                                 <entry>xact</entry>
34579                                                                 <entry>bigint</entry>
34580                                                                 <entry><para>
34581                                                                         
34582                                                                         
34583                                                                         
34584                                                                         
34585                                                                         </para></entry>
34586                                                         </row>
34587                                                 
34588                                                         <row>
34589                                                                 <entry>last_payment_type</entry>
34590                                                                 <entry>name</entry>
34591                                                                 <entry><para>
34592                                                                         
34593                                                                         
34594                                                                         
34595                                                                         
34596                                                                         </para></entry>
34597                                                         </row>
34598                                                 
34599                                                         <row>
34600                                                                 <entry>last_payment_note</entry>
34601                                                                 <entry>text</entry>
34602                                                                 <entry><para>
34603                                                                         
34604                                                                         
34605                                                                         
34606                                                                         
34607                                                                         </para></entry>
34608                                                         </row>
34609                                                 
34610                                                         <row>
34611                                                                 <entry>last_payment_ts</entry>
34612                                                                 <entry>timestamp with time zone</entry>
34613                                                                 <entry><para>
34614                                                                         
34615                                                                         
34616                                                                         
34617                                                                         
34618                                                                         </para></entry>
34619                                                         </row>
34620                                                 
34621                                                         <row>
34622                                                                 <entry>total_paid</entry>
34623                                                                 <entry>numeric</entry>
34624                                                                 <entry><para>
34625                                                                         
34626                                                                         
34627                                                                         
34628                                                                         
34629                                                                         </para></entry>
34630                                                         </row>
34631                                                 
34632                                                 </tbody>
34633                                         </tgroup>
34634                                 </informaltable>
34635                                 <para>
34636                                 
34637                                 
34638                                 
34639                                 
34640                 </para>
34641                 </simplesect>
34642                 
34643                 <simplesect id="money.view.transaction-payment-with-void-summary" xreflabel="money.transaction_payment_with_void_summary">              
34644                         <title>transaction_payment_with_void_summary</title>
34645                         <informaltable>
34646                                 <tgroup cols="3">
34647                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
34648                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
34649                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
34650                                         <thead>
34651                                                 <row>
34652                                                         <entry>Field</entry>
34653                                                         <entry>Data Type</entry>
34654                                                         <entry>Constraints and References</entry>
34655                                                 </row>
34656                                                 </thead>
34657                                                 <tbody>
34658                                                 
34659                                                         <row>
34660                                                                 <entry>xact</entry>
34661                                                                 <entry>bigint</entry>
34662                                                                 <entry><para>
34663                                                                         
34664                                                                         
34665                                                                         
34666                                                                         
34667                                                                         </para></entry>
34668                                                         </row>
34669                                                 
34670                                                         <row>
34671                                                                 <entry>last_payment_type</entry>
34672                                                                 <entry>name</entry>
34673                                                                 <entry><para>
34674                                                                         
34675                                                                         
34676                                                                         
34677                                                                         
34678                                                                         </para></entry>
34679                                                         </row>
34680                                                 
34681                                                         <row>
34682                                                                 <entry>last_payment_note</entry>
34683                                                                 <entry>text</entry>
34684                                                                 <entry><para>
34685                                                                         
34686                                                                         
34687                                                                         
34688                                                                         
34689                                                                         </para></entry>
34690                                                         </row>
34691                                                 
34692                                                         <row>
34693                                                                 <entry>last_payment_ts</entry>
34694                                                                 <entry>timestamp with time zone</entry>
34695                                                                 <entry><para>
34696                                                                         
34697                                                                         
34698                                                                         
34699                                                                         
34700                                                                         </para></entry>
34701                                                         </row>
34702                                                 
34703                                                         <row>
34704                                                                 <entry>total_paid</entry>
34705                                                                 <entry>numeric</entry>
34706                                                                 <entry><para>
34707                                                                         
34708                                                                         
34709                                                                         
34710                                                                         
34711                                                                         </para></entry>
34712                                                         </row>
34713                                                 
34714                                                 </tbody>
34715                                         </tgroup>
34716                                 </informaltable>
34717                                 <para>
34718                                 
34719                                 
34720                                 
34721                                 
34722                 </para>
34723                 </simplesect>
34724                 
34725                 <simplesect id="money.view.usr-circulation-summary" xreflabel="money.usr_circulation_summary">          
34726                         <title>usr_circulation_summary</title>
34727                         <informaltable>
34728                                 <tgroup cols="3">
34729                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
34730                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
34731                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
34732                                         <thead>
34733                                                 <row>
34734                                                         <entry>Field</entry>
34735                                                         <entry>Data Type</entry>
34736                                                         <entry>Constraints and References</entry>
34737                                                 </row>
34738                                                 </thead>
34739                                                 <tbody>
34740                                                 
34741                                                         <row>
34742                                                                 <entry>usr</entry>
34743                                                                 <entry>integer</entry>
34744                                                                 <entry><para>
34745                                                                         
34746                                                                         
34747                                                                         
34748                                                                         
34749                                                                         </para></entry>
34750                                                         </row>
34751                                                 
34752                                                         <row>
34753                                                                 <entry>total_paid</entry>
34754                                                                 <entry>numeric</entry>
34755                                                                 <entry><para>
34756                                                                         
34757                                                                         
34758                                                                         
34759                                                                         
34760                                                                         </para></entry>
34761                                                         </row>
34762                                                 
34763                                                         <row>
34764                                                                 <entry>total_owed</entry>
34765                                                                 <entry>numeric</entry>
34766                                                                 <entry><para>
34767                                                                         
34768                                                                         
34769                                                                         
34770                                                                         
34771                                                                         </para></entry>
34772                                                         </row>
34773                                                 
34774                                                         <row>
34775                                                                 <entry>balance_owed</entry>
34776                                                                 <entry>numeric</entry>
34777                                                                 <entry><para>
34778                                                                         
34779                                                                         
34780                                                                         
34781                                                                         
34782                                                                         </para></entry>
34783                                                         </row>
34784                                                 
34785                                                 </tbody>
34786                                         </tgroup>
34787                                 </informaltable>
34788                                 <para>
34789                                 
34790                                 
34791                                 
34792                                 
34793                 </para>
34794                 </simplesect>
34795                 
34796                 <simplesect id="money.view.usr-summary" xreflabel="money.usr_summary">          
34797                         <title>usr_summary</title>
34798                         <informaltable>
34799                                 <tgroup cols="3">
34800                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
34801                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
34802                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
34803                                         <thead>
34804                                                 <row>
34805                                                         <entry>Field</entry>
34806                                                         <entry>Data Type</entry>
34807                                                         <entry>Constraints and References</entry>
34808                                                 </row>
34809                                                 </thead>
34810                                                 <tbody>
34811                                                 
34812                                                         <row>
34813                                                                 <entry>usr</entry>
34814                                                                 <entry>integer</entry>
34815                                                                 <entry><para>
34816                                                                         
34817                                                                         
34818                                                                         
34819                                                                         
34820                                                                         </para></entry>
34821                                                         </row>
34822                                                 
34823                                                         <row>
34824                                                                 <entry>total_paid</entry>
34825                                                                 <entry>numeric</entry>
34826                                                                 <entry><para>
34827                                                                         
34828                                                                         
34829                                                                         
34830                                                                         
34831                                                                         </para></entry>
34832                                                         </row>
34833                                                 
34834                                                         <row>
34835                                                                 <entry>total_owed</entry>
34836                                                                 <entry>numeric</entry>
34837                                                                 <entry><para>
34838                                                                         
34839                                                                         
34840                                                                         
34841                                                                         
34842                                                                         </para></entry>
34843                                                         </row>
34844                                                 
34845                                                         <row>
34846                                                                 <entry>balance_owed</entry>
34847                                                                 <entry>numeric</entry>
34848                                                                 <entry><para>
34849                                                                         
34850                                                                         
34851                                                                         
34852                                                                         
34853                                                                         </para></entry>
34854                                                         </row>
34855                                                 
34856                                                 </tbody>
34857                                         </tgroup>
34858                                 </informaltable>
34859                                 <para>
34860                                 
34861                                 
34862                                 
34863                                 
34864                 </para>
34865                 </simplesect>
34866                 
34867                 <simplesect id="money.table.work-payment" xreflabel="money.work_payment">               
34868                         <title>work_payment</title>
34869                         <informaltable>
34870                                 <tgroup cols="3">
34871                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
34872                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
34873                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
34874                                         <thead>
34875                                                 <row>
34876                                                         <entry>Field</entry>
34877                                                         <entry>Data Type</entry>
34878                                                         <entry>Constraints and References</entry>
34879                                                 </row>
34880                                                 </thead>
34881                                                 <tbody>
34882                                                 
34883                                                         <row>
34884                                                                 <entry>id</entry>
34885                                                                 <entry>bigint</entry>
34886                                                                 <entry><para>
34887                                                                         
34888                                                                                 
34889                                                                                         PRIMARY KEY
34890                                                                                                                 
34891                                                                         
34892                                                                         
34893                                                                         
34894                                                                         
34895                                                                                 DEFAULT nextval(&apos;payment_id_seq&apos;::regclass);
34896                                                                         
34897                                                                         
34898                                                                                 
34899                                                                         
34900                                                                         </para></entry>
34901                                                         </row>
34902                                                 
34903                                                         <row>
34904                                                                 <entry>xact</entry>
34905                                                                 <entry>bigint</entry>
34906                                                                 <entry><para>
34907                                                                         
34908                                                                         
34909                                                                                 NOT NULL;
34910                                                                         
34911                                                                         
34912                                                                         
34913                                                                         </para></entry>
34914                                                         </row>
34915                                                 
34916                                                         <row>
34917                                                                 <entry>payment_ts</entry>
34918                                                                 <entry>timestamp with time zone</entry>
34919                                                                 <entry><para>
34920                                                                         
34921                                                                         
34922                                                                                 NOT NULL;
34923                                                                         
34924                                                                         
34925                                                                                 DEFAULT now();
34926                                                                         
34927                                                                         
34928                                                                         </para></entry>
34929                                                         </row>
34930                                                 
34931                                                         <row>
34932                                                                 <entry>voided</entry>
34933                                                                 <entry>boolean</entry>
34934                                                                 <entry><para>
34935                                                                         
34936                                                                         
34937                                                                                 NOT NULL;
34938                                                                         
34939                                                                         
34940                                                                                 DEFAULT false;
34941                                                                         
34942                                                                         
34943                                                                         </para></entry>
34944                                                         </row>
34945                                                 
34946                                                         <row>
34947                                                                 <entry>amount</entry>
34948                                                                 <entry>numeric(6,2)</entry>
34949                                                                 <entry><para>
34950                                                                         
34951                                                                         
34952                                                                                 NOT NULL;
34953                                                                         
34954                                                                         
34955                                                                         
34956                                                                         </para></entry>
34957                                                         </row>
34958                                                 
34959                                                         <row>
34960                                                                 <entry>note</entry>
34961                                                                 <entry>text</entry>
34962                                                                 <entry><para>
34963                                                                         
34964                                                                         
34965                                                                         
34966                                                                         
34967                                                                         </para></entry>
34968                                                         </row>
34969                                                 
34970                                                         <row>
34971                                                                 <entry>amount_collected</entry>
34972                                                                 <entry>numeric(6,2)</entry>
34973                                                                 <entry><para>
34974                                                                         
34975                                                                         
34976                                                                                 NOT NULL;
34977                                                                         
34978                                                                         
34979                                                                         
34980                                                                         </para></entry>
34981                                                         </row>
34982                                                 
34983                                                         <row>
34984                                                                 <entry>accepting_usr</entry>
34985                                                                 <entry>integer</entry>
34986                                                                 <entry><para>
34987                                                                         
34988                                                                         
34989                                                                                 NOT NULL;
34990                                                                         
34991                                                                         
34992                                                                         
34993                                                                         </para></entry>
34994                                                         </row>
34995                                                 
34996                                                 </tbody>
34997                                         </tgroup>
34998                                 </informaltable>
34999                                 <para>
35000                                 
35001                                 
35002                                 
35003                                 
35004                 </para>
35005                 </simplesect>
35006                 
35007         </section>
35008         
35009         <section id="offline.schema">
35010                 <title>Schema offline</title>
35011                 
35012                 <simplesect id="offline.table.script" xreflabel="offline.script">               
35013                         <title>script</title>
35014                         <informaltable>
35015                                 <tgroup cols="3">
35016                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
35017                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
35018                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
35019                                         <thead>
35020                                                 <row>
35021                                                         <entry>Field</entry>
35022                                                         <entry>Data Type</entry>
35023                                                         <entry>Constraints and References</entry>
35024                                                 </row>
35025                                                 </thead>
35026                                                 <tbody>
35027                                                 
35028                                                         <row>
35029                                                                 <entry>id</entry>
35030                                                                 <entry>serial</entry>
35031                                                                 <entry><para>
35032                                                                         
35033                                                                                 
35034                                                                                         PRIMARY KEY
35035                                                                                                                 
35036                                                                         
35037                                                                         
35038                                                                         
35039                                                                         
35040                                                                         
35041                                                                                 
35042                                                                         
35043                                                                         </para></entry>
35044                                                         </row>
35045                                                 
35046                                                         <row>
35047                                                                 <entry>session</entry>
35048                                                                 <entry>text</entry>
35049                                                                 <entry><para>
35050                                                                         
35051                                                                         
35052                                                                                 NOT NULL;
35053                                                                         
35054                                                                         
35055                                                                         
35056                                                                         </para></entry>
35057                                                         </row>
35058                                                 
35059                                                         <row>
35060                                                                 <entry>requestor</entry>
35061                                                                 <entry>integer</entry>
35062                                                                 <entry><para>
35063                                                                         
35064                                                                         
35065                                                                                 NOT NULL;
35066                                                                         
35067                                                                         
35068                                                                         
35069                                                                         </para></entry>
35070                                                         </row>
35071                                                 
35072                                                         <row>
35073                                                                 <entry>create_time</entry>
35074                                                                 <entry>integer</entry>
35075                                                                 <entry><para>
35076                                                                         
35077                                                                         
35078                                                                                 NOT NULL;
35079                                                                         
35080                                                                         
35081                                                                         
35082                                                                         </para></entry>
35083                                                         </row>
35084                                                 
35085                                                         <row>
35086                                                                 <entry>workstation</entry>
35087                                                                 <entry>text</entry>
35088                                                                 <entry><para>
35089                                                                         
35090                                                                         
35091                                                                                 NOT NULL;
35092                                                                         
35093                                                                         
35094                                                                         
35095                                                                         </para></entry>
35096                                                         </row>
35097                                                 
35098                                                         <row>
35099                                                                 <entry>logfile</entry>
35100                                                                 <entry>text</entry>
35101                                                                 <entry><para>
35102                                                                         
35103                                                                         
35104                                                                                 NOT NULL;
35105                                                                         
35106                                                                         
35107                                                                         
35108                                                                         </para></entry>
35109                                                         </row>
35110                                                 
35111                                                         <row>
35112                                                                 <entry>time_delta</entry>
35113                                                                 <entry>integer</entry>
35114                                                                 <entry><para>
35115                                                                         
35116                                                                         
35117                                                                                 NOT NULL;
35118                                                                         
35119                                                                         
35120                                                                         
35121                                                                         </para></entry>
35122                                                         </row>
35123                                                 
35124                                                         <row>
35125                                                                 <entry>count</entry>
35126                                                                 <entry>integer</entry>
35127                                                                 <entry><para>
35128                                                                         
35129                                                                         
35130                                                                                 NOT NULL;
35131                                                                         
35132                                                                         
35133                                                                         
35134                                                                         </para></entry>
35135                                                         </row>
35136                                                 
35137                                                 </tbody>
35138                                         </tgroup>
35139                                 </informaltable>
35140                                 <para>
35141                                 
35142                                 
35143                                 
35144                                 
35145                 </para>
35146                 </simplesect>
35147                 
35148                 <simplesect id="offline.table.session" xreflabel="offline.session">             
35149                         <title>session</title>
35150                         <informaltable>
35151                                 <tgroup cols="3">
35152                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
35153                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
35154                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
35155                                         <thead>
35156                                                 <row>
35157                                                         <entry>Field</entry>
35158                                                         <entry>Data Type</entry>
35159                                                         <entry>Constraints and References</entry>
35160                                                 </row>
35161                                                 </thead>
35162                                                 <tbody>
35163                                                 
35164                                                         <row>
35165                                                                 <entry>key</entry>
35166                                                                 <entry>text</entry>
35167                                                                 <entry><para>
35168                                                                         
35169                                                                                 
35170                                                                                         PRIMARY KEY
35171                                                                                                                 
35172                                                                         
35173                                                                         
35174                                                                         
35175                                                                         
35176                                                                         
35177                                                                                 
35178                                                                         
35179                                                                         </para></entry>
35180                                                         </row>
35181                                                 
35182                                                         <row>
35183                                                                 <entry>org</entry>
35184                                                                 <entry>integer</entry>
35185                                                                 <entry><para>
35186                                                                         
35187                                                                         
35188                                                                                 NOT NULL;
35189                                                                         
35190                                                                         
35191                                                                         
35192                                                                         </para></entry>
35193                                                         </row>
35194                                                 
35195                                                         <row>
35196                                                                 <entry>description</entry>
35197                                                                 <entry>text</entry>
35198                                                                 <entry><para>
35199                                                                         
35200                                                                         
35201                                                                         
35202                                                                         
35203                                                                         </para></entry>
35204                                                         </row>
35205                                                 
35206                                                         <row>
35207                                                                 <entry>creator</entry>
35208                                                                 <entry>integer</entry>
35209                                                                 <entry><para>
35210                                                                         
35211                                                                         
35212                                                                                 NOT NULL;
35213                                                                         
35214                                                                         
35215                                                                         
35216                                                                         </para></entry>
35217                                                         </row>
35218                                                 
35219                                                         <row>
35220                                                                 <entry>create_time</entry>
35221                                                                 <entry>integer</entry>
35222                                                                 <entry><para>
35223                                                                         
35224                                                                         
35225                                                                                 NOT NULL;
35226                                                                         
35227                                                                         
35228                                                                         
35229                                                                         </para></entry>
35230                                                         </row>
35231                                                 
35232                                                         <row>
35233                                                                 <entry>in_process</entry>
35234                                                                 <entry>integer</entry>
35235                                                                 <entry><para>
35236                                                                         
35237                                                                         
35238                                                                                 NOT NULL;
35239                                                                         
35240                                                                         
35241                                                                         
35242                                                                         </para></entry>
35243                                                         </row>
35244                                                 
35245                                                         <row>
35246                                                                 <entry>start_time</entry>
35247                                                                 <entry>integer</entry>
35248                                                                 <entry><para>
35249                                                                         
35250                                                                         
35251                                                                         
35252                                                                         
35253                                                                         </para></entry>
35254                                                         </row>
35255                                                 
35256                                                         <row>
35257                                                                 <entry>end_time</entry>
35258                                                                 <entry>integer</entry>
35259                                                                 <entry><para>
35260                                                                         
35261                                                                         
35262                                                                         
35263                                                                         
35264                                                                         </para></entry>
35265                                                         </row>
35266                                                 
35267                                                         <row>
35268                                                                 <entry>num_complete</entry>
35269                                                                 <entry>integer</entry>
35270                                                                 <entry><para>
35271                                                                         
35272                                                                         
35273                                                                                 NOT NULL;
35274                                                                         
35275                                                                         
35276                                                                         
35277                                                                         </para></entry>
35278                                                         </row>
35279                                                 
35280                                                 </tbody>
35281                                         </tgroup>
35282                                 </informaltable>
35283                                 <para>
35284                                 
35285                                 
35286                                 
35287                                 
35288                 </para>
35289                 </simplesect>
35290                 
35291         </section>
35292         
35293         <section id="permission.schema">
35294                 <title>Schema permission</title>
35295                 
35296                 <simplesect id="permission.table.grp-penalty-threshold" xreflabel="permission.grp_penalty_threshold">           
35297                         <title>grp_penalty_threshold</title>
35298                         <informaltable>
35299                                 <tgroup cols="3">
35300                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
35301                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
35302                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
35303                                         <thead>
35304                                                 <row>
35305                                                         <entry>Field</entry>
35306                                                         <entry>Data Type</entry>
35307                                                         <entry>Constraints and References</entry>
35308                                                 </row>
35309                                                 </thead>
35310                                                 <tbody>
35311                                                 
35312                                                         <row>
35313                                                                 <entry>id</entry>
35314                                                                 <entry>serial</entry>
35315                                                                 <entry><para>
35316                                                                         
35317                                                                                 
35318                                                                                         PRIMARY KEY
35319                                                                                                                 
35320                                                                         
35321                                                                         
35322                                                                         
35323                                                                         
35324                                                                         
35325                                                                                 
35326                                                                         
35327                                                                         </para></entry>
35328                                                         </row>
35329                                                 
35330                                                         <row>
35331                                                                 <entry>grp</entry>
35332                                                                 <entry>integer</entry>
35333                                                                 <entry><para>
35334                                                                         
35335                                                                                                                 
35336                                                                         
35337                                                                         
35338                                                                                                                 
35339                                                                         
35340                                                                                 UNIQUE#1
35341                                                                                 ;
35342                                                                                 
35343                                                                         
35344                                                                         
35345                                                                                 NOT NULL;
35346                                                                         
35347                                                                         
35348                                                                         
35349                                                                                 
35350                                                                                 <xref linkend="permission.table.grp-tree"/>
35351                                                                                 
35352                                                                         
35353                                                                                 
35354                                                                         
35355                                                                         </para></entry>
35356                                                         </row>
35357                                                 
35358                                                         <row>
35359                                                                 <entry>org_unit</entry>
35360                                                                 <entry>integer</entry>
35361                                                                 <entry><para>
35362                                                                         
35363                                                                                                                 
35364                                                                         
35365                                                                         
35366                                                                                                                 
35367                                                                         
35368                                                                                 UNIQUE#1
35369                                                                                 ;
35370                                                                                 
35371                                                                         
35372                                                                         
35373                                                                                 NOT NULL;
35374                                                                         
35375                                                                         
35376                                                                         
35377                                                                                 
35378                                                                                 <xref linkend="actor.table.org-unit"/>
35379                                                                                 
35380                                                                         
35381                                                                                 
35382                                                                         
35383                                                                         </para></entry>
35384                                                         </row>
35385                                                 
35386                                                         <row>
35387                                                                 <entry>penalty</entry>
35388                                                                 <entry>integer</entry>
35389                                                                 <entry><para>
35390                                                                         
35391                                                                                                                 
35392                                                                         
35393                                                                         
35394                                                                                                                 
35395                                                                         
35396                                                                                 UNIQUE#1
35397                                                                                 ;
35398                                                                                 
35399                                                                         
35400                                                                         
35401                                                                                 NOT NULL;
35402                                                                         
35403                                                                         
35404                                                                         
35405                                                                                 
35406                                                                                 <xref linkend="config.table.standing-penalty"/>
35407                                                                                 
35408                                                                         
35409                                                                                 
35410                                                                         
35411                                                                         </para></entry>
35412                                                         </row>
35413                                                 
35414                                                         <row>
35415                                                                 <entry>threshold</entry>
35416                                                                 <entry>numeric(8,2)</entry>
35417                                                                 <entry><para>
35418                                                                         
35419                                                                         
35420                                                                                 NOT NULL;
35421                                                                         
35422                                                                         
35423                                                                         
35424                                                                         </para></entry>
35425                                                         </row>
35426                                                 
35427                                                 </tbody>
35428                                         </tgroup>
35429                                 </informaltable>
35430                                 <para>
35431                                 
35432                                 
35433                                 
35434                                 
35435                 </para>
35436                 </simplesect>
35437                 
35438                 <simplesect id="permission.table.grp-perm-map" xreflabel="permission.grp_perm_map">             
35439                         <title>grp_perm_map</title>
35440                         <informaltable>
35441                                 <tgroup cols="3">
35442                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
35443                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
35444                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
35445                                         <thead>
35446                                                 <row>
35447                                                         <entry>Field</entry>
35448                                                         <entry>Data Type</entry>
35449                                                         <entry>Constraints and References</entry>
35450                                                 </row>
35451                                                 </thead>
35452                                                 <tbody>
35453                                                 
35454                                                         <row>
35455                                                                 <entry>id</entry>
35456                                                                 <entry>serial</entry>
35457                                                                 <entry><para>
35458                                                                         
35459                                                                                 
35460                                                                                         PRIMARY KEY
35461                                                                                                                 
35462                                                                         
35463                                                                         
35464                                                                         
35465                                                                         
35466                                                                         
35467                                                                                 
35468                                                                         
35469                                                                         </para></entry>
35470                                                         </row>
35471                                                 
35472                                                         <row>
35473                                                                 <entry>grp</entry>
35474                                                                 <entry>integer</entry>
35475                                                                 <entry><para>
35476                                                                         
35477                                                                                                                 
35478                                                                         
35479                                                                         
35480                                                                                                                 
35481                                                                         
35482                                                                                 UNIQUE#1
35483                                                                                 ;
35484                                                                                 
35485                                                                         
35486                                                                         
35487                                                                                 NOT NULL;
35488                                                                         
35489                                                                         
35490                                                                         
35491                                                                                 
35492                                                                                 <xref linkend="permission.table.grp-tree"/>
35493                                                                                 
35494                                                                         
35495                                                                                 
35496                                                                         
35497                                                                         </para></entry>
35498                                                         </row>
35499                                                 
35500                                                         <row>
35501                                                                 <entry>perm</entry>
35502                                                                 <entry>integer</entry>
35503                                                                 <entry><para>
35504                                                                         
35505                                                                                                                 
35506                                                                         
35507                                                                         
35508                                                                                                                 
35509                                                                         
35510                                                                                 UNIQUE#1
35511                                                                                 ;
35512                                                                                 
35513                                                                         
35514                                                                         
35515                                                                                 NOT NULL;
35516                                                                         
35517                                                                         
35518                                                                         
35519                                                                                 
35520                                                                                 <xref linkend="permission.table.perm-list"/>
35521                                                                                 
35522                                                                         
35523                                                                                 
35524                                                                         
35525                                                                         </para></entry>
35526                                                         </row>
35527                                                 
35528                                                         <row>
35529                                                                 <entry>depth</entry>
35530                                                                 <entry>integer</entry>
35531                                                                 <entry><para>
35532                                                                         
35533                                                                         
35534                                                                                 NOT NULL;
35535                                                                         
35536                                                                         
35537                                                                         
35538                                                                         </para></entry>
35539                                                         </row>
35540                                                 
35541                                                         <row>
35542                                                                 <entry>grantable</entry>
35543                                                                 <entry>boolean</entry>
35544                                                                 <entry><para>
35545                                                                         
35546                                                                         
35547                                                                                 NOT NULL;
35548                                                                         
35549                                                                         
35550                                                                                 DEFAULT false;
35551                                                                         
35552                                                                         
35553                                                                         </para></entry>
35554                                                         </row>
35555                                                 
35556                                                 </tbody>
35557                                         </tgroup>
35558                                 </informaltable>
35559                                 <para>
35560                                 
35561                                 
35562                                 
35563                                 
35564                 </para>
35565                 </simplesect>
35566                 
35567                 <simplesect id="permission.table.grp-tree" xreflabel="permission.grp_tree">             
35568                         <title>grp_tree</title>
35569                         <informaltable>
35570                                 <tgroup cols="3">
35571                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
35572                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
35573                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
35574                                         <thead>
35575                                                 <row>
35576                                                         <entry>Field</entry>
35577                                                         <entry>Data Type</entry>
35578                                                         <entry>Constraints and References</entry>
35579                                                 </row>
35580                                                 </thead>
35581                                                 <tbody>
35582                                                 
35583                                                         <row>
35584                                                                 <entry>id</entry>
35585                                                                 <entry>serial</entry>
35586                                                                 <entry><para>
35587                                                                         
35588                                                                                 
35589                                                                                         PRIMARY KEY
35590                                                                                                                 
35591                                                                         
35592                                                                         
35593                                                                         
35594                                                                         
35595                                                                         
35596                                                                                 
35597                                                                         
35598                                                                         </para></entry>
35599                                                         </row>
35600                                                 
35601                                                         <row>
35602                                                                 <entry>name</entry>
35603                                                                 <entry>text</entry>
35604                                                                 <entry><para>
35605                                                                         
35606                                                                                                                 
35607                                                                         
35608                                                                                 UNIQUE;
35609                                                                                 
35610                                                                         
35611                                                                         
35612                                                                                 NOT NULL;
35613                                                                         
35614                                                                         
35615                                                                         
35616                                                                                 
35617                                                                         
35618                                                                         </para></entry>
35619                                                         </row>
35620                                                 
35621                                                         <row>
35622                                                                 <entry>parent</entry>
35623                                                                 <entry>integer</entry>
35624                                                                 <entry><para>
35625                                                                         
35626                                                                                                                 
35627                                                                         
35628                                                                         
35629                                                                         
35630                                                                         
35631                                                                         
35632                                                                                 
35633                                                                                 <xref linkend="permission.table.grp-tree"/>
35634                                                                                 
35635                                                                         
35636                                                                         </para></entry>
35637                                                         </row>
35638                                                 
35639                                                         <row>
35640                                                                 <entry>usergroup</entry>
35641                                                                 <entry>boolean</entry>
35642                                                                 <entry><para>
35643                                                                         
35644                                                                         
35645                                                                                 NOT NULL;
35646                                                                         
35647                                                                         
35648                                                                                 DEFAULT true;
35649                                                                         
35650                                                                         
35651                                                                         </para></entry>
35652                                                         </row>
35653                                                 
35654                                                         <row>
35655                                                                 <entry>perm_interval</entry>
35656                                                                 <entry>interval</entry>
35657                                                                 <entry><para>
35658                                                                         
35659                                                                         
35660                                                                                 NOT NULL;
35661                                                                         
35662                                                                         
35663                                                                                 DEFAULT &apos;3 years&apos;::interval;
35664                                                                         
35665                                                                         
35666                                                                         </para></entry>
35667                                                         </row>
35668                                                 
35669                                                         <row>
35670                                                                 <entry>description</entry>
35671                                                                 <entry>text</entry>
35672                                                                 <entry><para>
35673                                                                         
35674                                                                         
35675                                                                         
35676                                                                         
35677                                                                         </para></entry>
35678                                                         </row>
35679                                                 
35680                                                         <row>
35681                                                                 <entry>application_perm</entry>
35682                                                                 <entry>text</entry>
35683                                                                 <entry><para>
35684                                                                         
35685                                                                         
35686                                                                         
35687                                                                         
35688                                                                         </para></entry>
35689                                                         </row>
35690                                                 
35691                                                 </tbody>
35692                                         </tgroup>
35693                                 </informaltable>
35694                                 <para>
35695                                 
35696                                 
35697                                 
35698                                         <itemizedlist>
35699                                                 <title>
35700                                                         Tables referencing actor.usr via Foreign Key Constraints
35701                                                 </title>
35702                                 
35703                                                         <listitem>
35704                                                                 <para><xref linkend="actor.table.usr"/></para>
35705                                                         </listitem>
35706                                                         
35707                                 
35708                                 
35709                                                         <listitem>
35710                                                                 <para><xref linkend="config.table.circ-matrix-matchpoint"/></para>
35711                                                         </listitem>
35712                                                         
35713                                 
35714                                 
35715                                                         <listitem>
35716                                                                 <para><xref linkend="config.table.hold-matrix-matchpoint"/></para>
35717                                                         </listitem>
35718                                                         
35719                                 
35720                                 
35721                                                         <listitem>
35722                                                                 <para><xref linkend="permission.table.grp-penalty-threshold"/></para>
35723                                                         </listitem>
35724                                                         
35725                                 
35726                                 
35727                                                         <listitem>
35728                                                                 <para><xref linkend="permission.table.grp-perm-map"/></para>
35729                                                         </listitem>
35730                                                         
35731                                 
35732                                 
35733                                                         <listitem>
35734                                                                 <para><xref linkend="permission.table.grp-tree"/></para>
35735                                                         </listitem>
35736                                                         
35737                                 
35738                                 
35739                                                         <listitem>
35740                                                                 <para><xref linkend="permission.table.usr-grp-map"/></para>
35741                                                         </listitem>
35742                                                         
35743                                         </itemizedlist>
35744                                 
35745                                 
35746                                 
35747                                 
35748                 </para>
35749                 </simplesect>
35750                 
35751                 <simplesect id="permission.table.perm-list" xreflabel="permission.perm_list">           
35752                         <title>perm_list</title>
35753                         <informaltable>
35754                                 <tgroup cols="3">
35755                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
35756                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
35757                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
35758                                         <thead>
35759                                                 <row>
35760                                                         <entry>Field</entry>
35761                                                         <entry>Data Type</entry>
35762                                                         <entry>Constraints and References</entry>
35763                                                 </row>
35764                                                 </thead>
35765                                                 <tbody>
35766                                                 
35767                                                         <row>
35768                                                                 <entry>id</entry>
35769                                                                 <entry>serial</entry>
35770                                                                 <entry><para>
35771                                                                         
35772                                                                                 
35773                                                                                         PRIMARY KEY
35774                                                                                                                 
35775                                                                         
35776                                                                         
35777                                                                         
35778                                                                         
35779                                                                         
35780                                                                                 
35781                                                                         
35782                                                                         </para></entry>
35783                                                         </row>
35784                                                 
35785                                                         <row>
35786                                                                 <entry>code</entry>
35787                                                                 <entry>text</entry>
35788                                                                 <entry><para>
35789                                                                         
35790                                                                                                                 
35791                                                                         
35792                                                                                 UNIQUE;
35793                                                                                 
35794                                                                         
35795                                                                         
35796                                                                                 NOT NULL;
35797                                                                         
35798                                                                         
35799                                                                         
35800                                                                                 
35801                                                                         
35802                                                                         </para></entry>
35803                                                         </row>
35804                                                 
35805                                                         <row>
35806                                                                 <entry>description</entry>
35807                                                                 <entry>text</entry>
35808                                                                 <entry><para>
35809                                                                         
35810                                                                         
35811                                                                         
35812                                                                         
35813                                                                         </para></entry>
35814                                                         </row>
35815                                                 
35816                                                 </tbody>
35817                                         </tgroup>
35818                                 </informaltable>
35819                                 <para>
35820                                 
35821                                 
35822                                 
35823                                         <itemizedlist>
35824                                                 <title>
35825                                                         Tables referencing permission.grp_perm_map via Foreign Key Constraints
35826                                                 </title>
35827                                 
35828                                                         <listitem>
35829                                                                 <para><xref linkend="permission.table.grp-perm-map"/></para>
35830                                                         </listitem>
35831                                                         
35832                                 
35833                                 
35834                                                         <listitem>
35835                                                                 <para><xref linkend="permission.table.usr-object-perm-map"/></para>
35836                                                         </listitem>
35837                                                         
35838                                 
35839                                 
35840                                                         <listitem>
35841                                                                 <para><xref linkend="permission.table.usr-perm-map"/></para>
35842                                                         </listitem>
35843                                                         
35844                                         </itemizedlist>
35845                                 
35846                                 
35847                                 
35848                                 
35849                 </para>
35850                 </simplesect>
35851                 
35852                 <simplesect id="permission.table.usr-grp-map" xreflabel="permission.usr_grp_map">               
35853                         <title>usr_grp_map</title>
35854                         <informaltable>
35855                                 <tgroup cols="3">
35856                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
35857                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
35858                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
35859                                         <thead>
35860                                                 <row>
35861                                                         <entry>Field</entry>
35862                                                         <entry>Data Type</entry>
35863                                                         <entry>Constraints and References</entry>
35864                                                 </row>
35865                                                 </thead>
35866                                                 <tbody>
35867                                                 
35868                                                         <row>
35869                                                                 <entry>id</entry>
35870                                                                 <entry>serial</entry>
35871                                                                 <entry><para>
35872                                                                         
35873                                                                                 
35874                                                                                         PRIMARY KEY
35875                                                                                                                 
35876                                                                         
35877                                                                         
35878                                                                         
35879                                                                         
35880                                                                         
35881                                                                                 
35882                                                                         
35883                                                                         </para></entry>
35884                                                         </row>
35885                                                 
35886                                                         <row>
35887                                                                 <entry>usr</entry>
35888                                                                 <entry>integer</entry>
35889                                                                 <entry><para>
35890                                                                         
35891                                                                                                                 
35892                                                                         
35893                                                                         
35894                                                                                                                 
35895                                                                         
35896                                                                                 UNIQUE#1
35897                                                                                 ;
35898                                                                                 
35899                                                                         
35900                                                                         
35901                                                                                 NOT NULL;
35902                                                                         
35903                                                                         
35904                                                                         
35905                                                                                 
35906                                                                                 <xref linkend="actor.table.usr"/>
35907                                                                                 
35908                                                                         
35909                                                                                 
35910                                                                         
35911                                                                         </para></entry>
35912                                                         </row>
35913                                                 
35914                                                         <row>
35915                                                                 <entry>grp</entry>
35916                                                                 <entry>integer</entry>
35917                                                                 <entry><para>
35918                                                                         
35919                                                                                                                 
35920                                                                         
35921                                                                         
35922                                                                                                                 
35923                                                                         
35924                                                                                 UNIQUE#1
35925                                                                                 ;
35926                                                                                 
35927                                                                         
35928                                                                         
35929                                                                                 NOT NULL;
35930                                                                         
35931                                                                         
35932                                                                         
35933                                                                                 
35934                                                                                 <xref linkend="permission.table.grp-tree"/>
35935                                                                                 
35936                                                                         
35937                                                                                 
35938                                                                         
35939                                                                         </para></entry>
35940                                                         </row>
35941                                                 
35942                                                 </tbody>
35943                                         </tgroup>
35944                                 </informaltable>
35945                                 <para>
35946                                 
35947                                 
35948                                 
35949                                 
35950                 </para>
35951                 </simplesect>
35952                 
35953                 <simplesect id="permission.table.usr-object-perm-map" xreflabel="permission.usr_object_perm_map">               
35954                         <title>usr_object_perm_map</title>
35955                         <informaltable>
35956                                 <tgroup cols="3">
35957                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
35958                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
35959                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
35960                                         <thead>
35961                                                 <row>
35962                                                         <entry>Field</entry>
35963                                                         <entry>Data Type</entry>
35964                                                         <entry>Constraints and References</entry>
35965                                                 </row>
35966                                                 </thead>
35967                                                 <tbody>
35968                                                 
35969                                                         <row>
35970                                                                 <entry>id</entry>
35971                                                                 <entry>serial</entry>
35972                                                                 <entry><para>
35973                                                                         
35974                                                                                 
35975                                                                                         PRIMARY KEY
35976                                                                                                                 
35977                                                                         
35978                                                                         
35979                                                                         
35980                                                                         
35981                                                                         
35982                                                                                 
35983                                                                         
35984                                                                         </para></entry>
35985                                                         </row>
35986                                                 
35987                                                         <row>
35988                                                                 <entry>usr</entry>
35989                                                                 <entry>integer</entry>
35990                                                                 <entry><para>
35991                                                                         
35992                                                                                                                 
35993                                                                         
35994                                                                                 UNIQUE#1
35995                                                                                 ;
35996                                                                                 
35997                                                                         
35998                                                                                                                 
35999                                                                         
36000                                                                         
36001                                                                         
36002                                                                                 NOT NULL;
36003                                                                         
36004                                                                         
36005                                                                         
36006                                                                                 
36007                                                                         
36008                                                                                 
36009                                                                                 <xref linkend="actor.table.usr"/>
36010                                                                                 
36011                                                                         
36012                                                                         </para></entry>
36013                                                         </row>
36014                                                 
36015                                                         <row>
36016                                                                 <entry>perm</entry>
36017                                                                 <entry>integer</entry>
36018                                                                 <entry><para>
36019                                                                         
36020                                                                                                                 
36021                                                                         
36022                                                                                 UNIQUE#1
36023                                                                                 ;
36024                                                                                 
36025                                                                         
36026                                                                                                                 
36027                                                                         
36028                                                                         
36029                                                                         
36030                                                                                 NOT NULL;
36031                                                                         
36032                                                                         
36033                                                                         
36034                                                                                 
36035                                                                         
36036                                                                                 
36037                                                                                 <xref linkend="permission.table.perm-list"/>
36038                                                                                 
36039                                                                         
36040                                                                         </para></entry>
36041                                                         </row>
36042                                                 
36043                                                         <row>
36044                                                                 <entry>object_type</entry>
36045                                                                 <entry>text</entry>
36046                                                                 <entry><para>
36047                                                                         
36048                                                                                                                 
36049                                                                         
36050                                                                                 UNIQUE#1
36051                                                                                 ;
36052                                                                                 
36053                                                                         
36054                                                                         
36055                                                                                 NOT NULL;
36056                                                                         
36057                                                                         
36058                                                                         
36059                                                                                 
36060                                                                         
36061                                                                         </para></entry>
36062                                                         </row>
36063                                                 
36064                                                         <row>
36065                                                                 <entry>object_id</entry>
36066                                                                 <entry>text</entry>
36067                                                                 <entry><para>
36068                                                                         
36069                                                                                                                 
36070                                                                         
36071                                                                                 UNIQUE#1
36072                                                                                 ;
36073                                                                                 
36074                                                                         
36075                                                                         
36076                                                                                 NOT NULL;
36077                                                                         
36078                                                                         
36079                                                                         
36080                                                                                 
36081                                                                         
36082                                                                         </para></entry>
36083                                                         </row>
36084                                                 
36085                                                         <row>
36086                                                                 <entry>grantable</entry>
36087                                                                 <entry>boolean</entry>
36088                                                                 <entry><para>
36089                                                                         
36090                                                                         
36091                                                                                 NOT NULL;
36092                                                                         
36093                                                                         
36094                                                                                 DEFAULT false;
36095                                                                         
36096                                                                         
36097                                                                         </para></entry>
36098                                                         </row>
36099                                                 
36100                                                 </tbody>
36101                                         </tgroup>
36102                                 </informaltable>
36103                                 <para>
36104                                 
36105                                 
36106                                 
36107                                 
36108                 </para>
36109                 </simplesect>
36110                 
36111                 <simplesect id="permission.table.usr-perm-map" xreflabel="permission.usr_perm_map">             
36112                         <title>usr_perm_map</title>
36113                         <informaltable>
36114                                 <tgroup cols="3">
36115                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
36116                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
36117                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
36118                                         <thead>
36119                                                 <row>
36120                                                         <entry>Field</entry>
36121                                                         <entry>Data Type</entry>
36122                                                         <entry>Constraints and References</entry>
36123                                                 </row>
36124                                                 </thead>
36125                                                 <tbody>
36126                                                 
36127                                                         <row>
36128                                                                 <entry>id</entry>
36129                                                                 <entry>serial</entry>
36130                                                                 <entry><para>
36131                                                                         
36132                                                                                 
36133                                                                                         PRIMARY KEY
36134                                                                                                                 
36135                                                                         
36136                                                                         
36137                                                                         
36138                                                                         
36139                                                                         
36140                                                                                 
36141                                                                         
36142                                                                         </para></entry>
36143                                                         </row>
36144                                                 
36145                                                         <row>
36146                                                                 <entry>usr</entry>
36147                                                                 <entry>integer</entry>
36148                                                                 <entry><para>
36149                                                                         
36150                                                                                                                 
36151                                                                         
36152                                                                                 UNIQUE#1
36153                                                                                 ;
36154                                                                                 
36155                                                                         
36156                                                                                                                 
36157                                                                         
36158                                                                         
36159                                                                         
36160                                                                                 NOT NULL;
36161                                                                         
36162                                                                         
36163                                                                         
36164                                                                                 
36165                                                                         
36166                                                                                 
36167                                                                                 <xref linkend="actor.table.usr"/>
36168                                                                                 
36169                                                                         
36170                                                                         </para></entry>
36171                                                         </row>
36172                                                 
36173                                                         <row>
36174                                                                 <entry>perm</entry>
36175                                                                 <entry>integer</entry>
36176                                                                 <entry><para>
36177                                                                         
36178                                                                                                                 
36179                                                                         
36180                                                                                 UNIQUE#1
36181                                                                                 ;
36182                                                                                 
36183                                                                         
36184                                                                                                                 
36185                                                                         
36186                                                                         
36187                                                                         
36188                                                                                 NOT NULL;
36189                                                                         
36190                                                                         
36191                                                                         
36192                                                                                 
36193                                                                         
36194                                                                                 
36195                                                                                 <xref linkend="permission.table.perm-list"/>
36196                                                                                 
36197                                                                         
36198                                                                         </para></entry>
36199                                                         </row>
36200                                                 
36201                                                         <row>
36202                                                                 <entry>depth</entry>
36203                                                                 <entry>integer</entry>
36204                                                                 <entry><para>
36205                                                                         
36206                                                                         
36207                                                                                 NOT NULL;
36208                                                                         
36209                                                                         
36210                                                                         
36211                                                                         </para></entry>
36212                                                         </row>
36213                                                 
36214                                                         <row>
36215                                                                 <entry>grantable</entry>
36216                                                                 <entry>boolean</entry>
36217                                                                 <entry><para>
36218                                                                         
36219                                                                         
36220                                                                                 NOT NULL;
36221                                                                         
36222                                                                         
36223                                                                                 DEFAULT false;
36224                                                                         
36225                                                                         
36226                                                                         </para></entry>
36227                                                         </row>
36228                                                 
36229                                                 </tbody>
36230                                         </tgroup>
36231                                 </informaltable>
36232                                 <para>
36233                                 
36234                                 
36235                                 
36236                                 
36237                 </para>
36238                 </simplesect>
36239                 
36240                 <simplesect id="permission.table.usr-work-ou-map" xreflabel="permission.usr_work_ou_map">               
36241                         <title>usr_work_ou_map</title>
36242                         <informaltable>
36243                                 <tgroup cols="3">
36244                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
36245                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
36246                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
36247                                         <thead>
36248                                                 <row>
36249                                                         <entry>Field</entry>
36250                                                         <entry>Data Type</entry>
36251                                                         <entry>Constraints and References</entry>
36252                                                 </row>
36253                                                 </thead>
36254                                                 <tbody>
36255                                                 
36256                                                         <row>
36257                                                                 <entry>id</entry>
36258                                                                 <entry>serial</entry>
36259                                                                 <entry><para>
36260                                                                         
36261                                                                                 
36262                                                                                         PRIMARY KEY
36263                                                                                                                 
36264                                                                         
36265                                                                         
36266                                                                         
36267                                                                         
36268                                                                         
36269                                                                                 
36270                                                                         
36271                                                                         </para></entry>
36272                                                         </row>
36273                                                 
36274                                                         <row>
36275                                                                 <entry>usr</entry>
36276                                                                 <entry>integer</entry>
36277                                                                 <entry><para>
36278                                                                         
36279                                                                                                                 
36280                                                                         
36281                                                                         
36282                                                                                                                 
36283                                                                         
36284                                                                                 UNIQUE#1
36285                                                                                 ;
36286                                                                                 
36287                                                                         
36288                                                                         
36289                                                                                 NOT NULL;
36290                                                                         
36291                                                                         
36292                                                                         
36293                                                                                 
36294                                                                                 <xref linkend="actor.table.usr"/>
36295                                                                                 
36296                                                                         
36297                                                                                 
36298                                                                         
36299                                                                         </para></entry>
36300                                                         </row>
36301                                                 
36302                                                         <row>
36303                                                                 <entry>work_ou</entry>
36304                                                                 <entry>integer</entry>
36305                                                                 <entry><para>
36306                                                                         
36307                                                                                                                 
36308                                                                         
36309                                                                         
36310                                                                                                                 
36311                                                                         
36312                                                                                 UNIQUE#1
36313                                                                                 ;
36314                                                                                 
36315                                                                         
36316                                                                         
36317                                                                                 NOT NULL;
36318                                                                         
36319                                                                         
36320                                                                         
36321                                                                                 
36322                                                                                 <xref linkend="actor.table.org-unit"/>
36323                                                                                 
36324                                                                         
36325                                                                                 
36326                                                                         
36327                                                                         </para></entry>
36328                                                         </row>
36329                                                 
36330                                                 </tbody>
36331                                         </tgroup>
36332                                 </informaltable>
36333                                 <para>
36334                                 
36335                                 
36336                                 
36337                                 
36338                 </para>
36339                 </simplesect>
36340                 
36341         </section>      
36342         <section id="reporter.schema">
36343                 <title>Schema reporter</title>
36344                 
36345                 <simplesect id="reporter.view.circ-type" xreflabel="reporter.circ_type">                
36346                         <title>circ_type</title>
36347                         <informaltable>
36348                                 <tgroup cols="3">
36349                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
36350                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
36351                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
36352                                         <thead>
36353                                                 <row>
36354                                                         <entry>Field</entry>
36355                                                         <entry>Data Type</entry>
36356                                                         <entry>Constraints and References</entry>
36357                                                 </row>
36358                                                 </thead>
36359                                                 <tbody>
36360                                                 
36361                                                         <row>
36362                                                                 <entry>id</entry>
36363                                                                 <entry>bigint</entry>
36364                                                                 <entry><para>
36365                                                                         
36366                                                                         
36367                                                                         
36368                                                                         
36369                                                                         </para></entry>
36370                                                         </row>
36371                                                 
36372                                                         <row>
36373                                                                 <entry>type</entry>
36374                                                                 <entry>text</entry>
36375                                                                 <entry><para>
36376                                                                         
36377                                                                         
36378                                                                         
36379                                                                         
36380                                                                         </para></entry>
36381                                                         </row>
36382                                                 
36383                                                 </tbody>
36384                                         </tgroup>
36385                                 </informaltable>
36386                                 <para>
36387                                 
36388                                 
36389                                 
36390                                 
36391                 </para>
36392                 </simplesect>
36393                 
36394                 <simplesect id="reporter.view.currently-running" xreflabel="reporter.currently_running">                
36395                         <title>currently_running</title>
36396                         <informaltable>
36397                                 <tgroup cols="3">
36398                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
36399                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
36400                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
36401                                         <thead>
36402                                                 <row>
36403                                                         <entry>Field</entry>
36404                                                         <entry>Data Type</entry>
36405                                                         <entry>Constraints and References</entry>
36406                                                 </row>
36407                                                 </thead>
36408                                                 <tbody>
36409                                                 
36410                                                         <row>
36411                                                                 <entry>id</entry>
36412                                                                 <entry>integer</entry>
36413                                                                 <entry><para>
36414                                                                         
36415                                                                         
36416                                                                         
36417                                                                         
36418                                                                         </para></entry>
36419                                                         </row>
36420                                                 
36421                                                         <row>
36422                                                                 <entry>runner_barcode</entry>
36423                                                                 <entry>text</entry>
36424                                                                 <entry><para>
36425                                                                         
36426                                                                         
36427                                                                         
36428                                                                         
36429                                                                         </para></entry>
36430                                                         </row>
36431                                                 
36432                                                         <row>
36433                                                                 <entry>name</entry>
36434                                                                 <entry>text</entry>
36435                                                                 <entry><para>
36436                                                                         
36437                                                                         
36438                                                                         
36439                                                                         
36440                                                                         </para></entry>
36441                                                         </row>
36442                                                 
36443                                                         <row>
36444                                                                 <entry>run_time</entry>
36445                                                                 <entry>timestamp with time zone</entry>
36446                                                                 <entry><para>
36447                                                                         
36448                                                                         
36449                                                                         
36450                                                                         
36451                                                                         </para></entry>
36452                                                         </row>
36453                                                 
36454                                                         <row>
36455                                                                 <entry>scheduled_wait_time</entry>
36456                                                                 <entry>interval</entry>
36457                                                                 <entry><para>
36458                                                                         
36459                                                                         
36460                                                                         
36461                                                                         
36462                                                                         </para></entry>
36463                                                         </row>
36464                                                 
36465                                                 </tbody>
36466                                         </tgroup>
36467                                 </informaltable>
36468                                 <para>
36469                                 
36470                                 
36471                                 
36472                                 
36473                 </para>
36474                 </simplesect>
36475                 
36476                 <simplesect id="reporter.view.demographic" xreflabel="reporter.demographic">            
36477                         <title>demographic</title>
36478                         <informaltable>
36479                                 <tgroup cols="3">
36480                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
36481                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
36482                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
36483                                         <thead>
36484                                                 <row>
36485                                                         <entry>Field</entry>
36486                                                         <entry>Data Type</entry>
36487                                                         <entry>Constraints and References</entry>
36488                                                 </row>
36489                                                 </thead>
36490                                                 <tbody>
36491                                                 
36492                                                         <row>
36493                                                                 <entry>id</entry>
36494                                                                 <entry>integer</entry>
36495                                                                 <entry><para>
36496                                                                         
36497                                                                         
36498                                                                         
36499                                                                         
36500                                                                         </para></entry>
36501                                                         </row>
36502                                                 
36503                                                         <row>
36504                                                                 <entry>dob</entry>
36505                                                                 <entry>timestamp with time zone</entry>
36506                                                                 <entry><para>
36507                                                                         
36508                                                                         
36509                                                                         
36510                                                                         
36511                                                                         </para></entry>
36512                                                         </row>
36513                                                 
36514                                                         <row>
36515                                                                 <entry>general_division</entry>
36516                                                                 <entry>text</entry>
36517                                                                 <entry><para>
36518                                                                         
36519                                                                         
36520                                                                         
36521                                                                         
36522                                                                         </para></entry>
36523                                                         </row>
36524                                                 
36525                                                 </tbody>
36526                                         </tgroup>
36527                                 </informaltable>
36528                                 <para>
36529                                 
36530                                 
36531                                 
36532                                 
36533                 </para>
36534                 </simplesect>
36535                 
36536                 <simplesect id="reporter.view.hold-request-record" xreflabel="reporter.hold_request_record">            
36537                         <title>hold_request_record</title>
36538                         <informaltable>
36539                                 <tgroup cols="3">
36540                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
36541                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
36542                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
36543                                         <thead>
36544                                                 <row>
36545                                                         <entry>Field</entry>
36546                                                         <entry>Data Type</entry>
36547                                                         <entry>Constraints and References</entry>
36548                                                 </row>
36549                                                 </thead>
36550                                                 <tbody>
36551                                                 
36552                                                         <row>
36553                                                                 <entry>id</entry>
36554                                                                 <entry>integer</entry>
36555                                                                 <entry><para>
36556                                                                         
36557                                                                         
36558                                                                         
36559                                                                         
36560                                                                         </para></entry>
36561                                                         </row>
36562                                                 
36563                                                         <row>
36564                                                                 <entry>target</entry>
36565                                                                 <entry>bigint</entry>
36566                                                                 <entry><para>
36567                                                                         
36568                                                                         
36569                                                                         
36570                                                                         
36571                                                                         </para></entry>
36572                                                         </row>
36573                                                 
36574                                                         <row>
36575                                                                 <entry>hold_type</entry>
36576                                                                 <entry>text</entry>
36577                                                                 <entry><para>
36578                                                                         
36579                                                                         
36580                                                                         
36581                                                                         
36582                                                                         </para></entry>
36583                                                         </row>
36584                                                 
36585                                                         <row>
36586                                                                 <entry>bib_record</entry>
36587                                                                 <entry>bigint</entry>
36588                                                                 <entry><para>
36589                                                                         
36590                                                                         
36591                                                                         
36592                                                                         
36593                                                                         </para></entry>
36594                                                         </row>
36595                                                 
36596                                                 </tbody>
36597                                         </tgroup>
36598                                 </informaltable>
36599                                 <para>
36600                                 
36601                                 
36602                                 
36603                                 
36604                 </para>
36605                 </simplesect>
36606                 
36607                 <simplesect id="reporter.table.materialized-simple-record" xreflabel="reporter.materialized_simple_record">             
36608                         <title>materialized_simple_record</title>
36609                         <informaltable>
36610                                 <tgroup cols="3">
36611                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
36612                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
36613                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
36614                                         <thead>
36615                                                 <row>
36616                                                         <entry>Field</entry>
36617                                                         <entry>Data Type</entry>
36618                                                         <entry>Constraints and References</entry>
36619                                                 </row>
36620                                                 </thead>
36621                                                 <tbody>
36622                                                 
36623                                                         <row>
36624                                                                 <entry>id</entry>
36625                                                                 <entry>bigint</entry>
36626                                                                 <entry><para>
36627                                                                         
36628                                                                                 
36629                                                                                         PRIMARY KEY
36630                                                                                                                 
36631                                                                         
36632                                                                         
36633                                                                         
36634                                                                         
36635                                                                         
36636                                                                                 
36637                                                                         
36638                                                                         </para></entry>
36639                                                         </row>
36640                                                 
36641                                                         <row>
36642                                                                 <entry>fingerprint</entry>
36643                                                                 <entry>text</entry>
36644                                                                 <entry><para>
36645                                                                         
36646                                                                         
36647                                                                         
36648                                                                         
36649                                                                         </para></entry>
36650                                                         </row>
36651                                                 
36652                                                         <row>
36653                                                                 <entry>quality</entry>
36654                                                                 <entry>integer</entry>
36655                                                                 <entry><para>
36656                                                                         
36657                                                                         
36658                                                                         
36659                                                                         
36660                                                                         </para></entry>
36661                                                         </row>
36662                                                 
36663                                                         <row>
36664                                                                 <entry>tcn_source</entry>
36665                                                                 <entry>text</entry>
36666                                                                 <entry><para>
36667                                                                         
36668                                                                         
36669                                                                         
36670                                                                         
36671                                                                         </para></entry>
36672                                                         </row>
36673                                                 
36674                                                         <row>
36675                                                                 <entry>tcn_value</entry>
36676                                                                 <entry>text</entry>
36677                                                                 <entry><para>
36678                                                                         
36679                                                                         
36680                                                                         
36681                                                                         
36682                                                                         </para></entry>
36683                                                         </row>
36684                                                 
36685                                                         <row>
36686                                                                 <entry>title</entry>
36687                                                                 <entry>text</entry>
36688                                                                 <entry><para>
36689                                                                         
36690                                                                         
36691                                                                         
36692                                                                         
36693                                                                         </para></entry>
36694                                                         </row>
36695                                                 
36696                                                         <row>
36697                                                                 <entry>author</entry>
36698                                                                 <entry>text</entry>
36699                                                                 <entry><para>
36700                                                                         
36701                                                                         
36702                                                                         
36703                                                                         
36704                                                                         </para></entry>
36705                                                         </row>
36706                                                 
36707                                                         <row>
36708                                                                 <entry>publisher</entry>
36709                                                                 <entry>text</entry>
36710                                                                 <entry><para>
36711                                                                         
36712                                                                         
36713                                                                         
36714                                                                         
36715                                                                         </para></entry>
36716                                                         </row>
36717                                                 
36718                                                         <row>
36719                                                                 <entry>pubdate</entry>
36720                                                                 <entry>text</entry>
36721                                                                 <entry><para>
36722                                                                         
36723                                                                         
36724                                                                         
36725                                                                         
36726                                                                         </para></entry>
36727                                                         </row>
36728                                                 
36729                                                         <row>
36730                                                                 <entry>isbn</entry>
36731                                                                 <entry>text[]</entry>
36732                                                                 <entry><para>
36733                                                                         
36734                                                                         
36735                                                                         
36736                                                                         
36737                                                                         </para></entry>
36738                                                         </row>
36739                                                 
36740                                                         <row>
36741                                                                 <entry>issn</entry>
36742                                                                 <entry>text[]</entry>
36743                                                                 <entry><para>
36744                                                                         
36745                                                                         
36746                                                                         
36747                                                                         
36748                                                                         </para></entry>
36749                                                         </row>
36750                                                 
36751                                                 </tbody>
36752                                         </tgroup>
36753                                 </informaltable>
36754                                 <para>
36755                                 
36756                                 
36757                                 
36758                                 
36759                 </para>
36760                 </simplesect>
36761                 
36762                 <simplesect id="reporter.view.old-super-simple-record" xreflabel="reporter.old_super_simple_record">            
36763                         <title>old_super_simple_record</title>
36764                         <informaltable>
36765                                 <tgroup cols="3">
36766                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
36767                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
36768                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
36769                                         <thead>
36770                                                 <row>
36771                                                         <entry>Field</entry>
36772                                                         <entry>Data Type</entry>
36773                                                         <entry>Constraints and References</entry>
36774                                                 </row>
36775                                                 </thead>
36776                                                 <tbody>
36777                                                 
36778                                                         <row>
36779                                                                 <entry>id</entry>
36780                                                                 <entry>bigint</entry>
36781                                                                 <entry><para>
36782                                                                         
36783                                                                         
36784                                                                         
36785                                                                         
36786                                                                         </para></entry>
36787                                                         </row>
36788                                                 
36789                                                         <row>
36790                                                                 <entry>fingerprint</entry>
36791                                                                 <entry>text</entry>
36792                                                                 <entry><para>
36793                                                                         
36794                                                                         
36795                                                                         
36796                                                                         
36797                                                                         </para></entry>
36798                                                         </row>
36799                                                 
36800                                                         <row>
36801                                                                 <entry>quality</entry>
36802                                                                 <entry>integer</entry>
36803                                                                 <entry><para>
36804                                                                         
36805                                                                         
36806                                                                         
36807                                                                         
36808                                                                         </para></entry>
36809                                                         </row>
36810                                                 
36811                                                         <row>
36812                                                                 <entry>tcn_source</entry>
36813                                                                 <entry>text</entry>
36814                                                                 <entry><para>
36815                                                                         
36816                                                                         
36817                                                                         
36818                                                                         
36819                                                                         </para></entry>
36820                                                         </row>
36821                                                 
36822                                                         <row>
36823                                                                 <entry>tcn_value</entry>
36824                                                                 <entry>text</entry>
36825                                                                 <entry><para>
36826                                                                         
36827                                                                         
36828                                                                         
36829                                                                         
36830                                                                         </para></entry>
36831                                                         </row>
36832                                                 
36833                                                         <row>
36834                                                                 <entry>title</entry>
36835                                                                 <entry>text</entry>
36836                                                                 <entry><para>
36837                                                                         
36838                                                                         
36839                                                                         
36840                                                                         
36841                                                                         </para></entry>
36842                                                         </row>
36843                                                 
36844                                                         <row>
36845                                                                 <entry>author</entry>
36846                                                                 <entry>text</entry>
36847                                                                 <entry><para>
36848                                                                         
36849                                                                         
36850                                                                         
36851                                                                         
36852                                                                         </para></entry>
36853                                                         </row>
36854                                                 
36855                                                         <row>
36856                                                                 <entry>publisher</entry>
36857                                                                 <entry>text</entry>
36858                                                                 <entry><para>
36859                                                                         
36860                                                                         
36861                                                                         
36862                                                                         
36863                                                                         </para></entry>
36864                                                         </row>
36865                                                 
36866                                                         <row>
36867                                                                 <entry>pubdate</entry>
36868                                                                 <entry>text</entry>
36869                                                                 <entry><para>
36870                                                                         
36871                                                                         
36872                                                                         
36873                                                                         
36874                                                                         </para></entry>
36875                                                         </row>
36876                                                 
36877                                                         <row>
36878                                                                 <entry>isbn</entry>
36879                                                                 <entry>text[]</entry>
36880                                                                 <entry><para>
36881                                                                         
36882                                                                         
36883                                                                         
36884                                                                         
36885                                                                         </para></entry>
36886                                                         </row>
36887                                                 
36888                                                         <row>
36889                                                                 <entry>issn</entry>
36890                                                                 <entry>text[]</entry>
36891                                                                 <entry><para>
36892                                                                         
36893                                                                         
36894                                                                         
36895                                                                         
36896                                                                         </para></entry>
36897                                                         </row>
36898                                                 
36899                                                 </tbody>
36900                                         </tgroup>
36901                                 </informaltable>
36902                                 <para>
36903                                 
36904                                 
36905                                 
36906                                 
36907                 </para>
36908                 </simplesect>
36909                 
36910                 <simplesect id="reporter.table.output-folder" xreflabel="reporter.output_folder">               
36911                         <title>output_folder</title>
36912                         <informaltable>
36913                                 <tgroup cols="3">
36914                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
36915                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
36916                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
36917                                         <thead>
36918                                                 <row>
36919                                                         <entry>Field</entry>
36920                                                         <entry>Data Type</entry>
36921                                                         <entry>Constraints and References</entry>
36922                                                 </row>
36923                                                 </thead>
36924                                                 <tbody>
36925                                                 
36926                                                         <row>
36927                                                                 <entry>id</entry>
36928                                                                 <entry>serial</entry>
36929                                                                 <entry><para>
36930                                                                         
36931                                                                                 
36932                                                                                         PRIMARY KEY
36933                                                                                                                 
36934                                                                         
36935                                                                         
36936                                                                         
36937                                                                         
36938                                                                         
36939                                                                                 
36940                                                                         
36941                                                                         </para></entry>
36942                                                         </row>
36943                                                 
36944                                                         <row>
36945                                                                 <entry>parent</entry>
36946                                                                 <entry>integer</entry>
36947                                                                 <entry><para>
36948                                                                         
36949                                                                                                                 
36950                                                                         
36951                                                                         
36952                                                                         
36953                                                                         
36954                                                                         
36955                                                                                 
36956                                                                                 <xref linkend="reporter.table.output-folder"/>
36957                                                                                 
36958                                                                         
36959                                                                         </para></entry>
36960                                                         </row>
36961                                                 
36962                                                         <row>
36963                                                                 <entry>owner</entry>
36964                                                                 <entry>integer</entry>
36965                                                                 <entry><para>
36966                                                                         
36967                                                                                                                 
36968                                                                         
36969                                                                         
36970                                                                         
36971                                                                                 NOT NULL;
36972                                                                         
36973                                                                         
36974                                                                         
36975                                                                                 
36976                                                                                 <xref linkend="actor.table.usr"/>
36977                                                                                 
36978                                                                         
36979                                                                         </para></entry>
36980                                                         </row>
36981                                                 
36982                                                         <row>
36983                                                                 <entry>create_time</entry>
36984                                                                 <entry>timestamp with time zone</entry>
36985                                                                 <entry><para>
36986                                                                         
36987                                                                         
36988                                                                                 NOT NULL;
36989                                                                         
36990                                                                         
36991                                                                                 DEFAULT now();
36992                                                                         
36993                                                                         
36994                                                                         </para></entry>
36995                                                         </row>
36996                                                 
36997                                                         <row>
36998                                                                 <entry>name</entry>
36999                                                                 <entry>text</entry>
37000                                                                 <entry><para>
37001                                                                         
37002                                                                         
37003                                                                                 NOT NULL;
37004                                                                         
37005                                                                         
37006                                                                         
37007                                                                         </para></entry>
37008                                                         </row>
37009                                                 
37010                                                         <row>
37011                                                                 <entry>shared</entry>
37012                                                                 <entry>boolean</entry>
37013                                                                 <entry><para>
37014                                                                         
37015                                                                         
37016                                                                                 NOT NULL;
37017                                                                         
37018                                                                         
37019                                                                                 DEFAULT false;
37020                                                                         
37021                                                                         
37022                                                                         </para></entry>
37023                                                         </row>
37024                                                 
37025                                                         <row>
37026                                                                 <entry>share_with</entry>
37027                                                                 <entry>integer</entry>
37028                                                                 <entry><para>
37029                                                                         
37030                                                                                                                 
37031                                                                         
37032                                                                         
37033                                                                         
37034                                                                         
37035                                                                         
37036                                                                                 
37037                                                                                 <xref linkend="actor.table.org-unit"/>
37038                                                                                 
37039                                                                         
37040                                                                         </para></entry>
37041                                                         </row>
37042                                                 
37043                                                 </tbody>
37044                                         </tgroup>
37045                                 </informaltable>
37046                                 <para>
37047                                 
37048                                 
37049                                 
37050                                         <itemizedlist>
37051                                                 <title>
37052                                                         Tables referencing reporter.output_folder via Foreign Key Constraints
37053                                                 </title>
37054                                 
37055                                                         <listitem>
37056                                                                 <para><xref linkend="reporter.table.output-folder"/></para>
37057                                                         </listitem>
37058                                                         
37059                                 
37060                                 
37061                                                         <listitem>
37062                                                                 <para><xref linkend="reporter.table.schedule"/></para>
37063                                                         </listitem>
37064                                                         
37065                                         </itemizedlist>
37066                                 
37067                                 
37068                                 
37069                                 
37070                 </para>
37071                 </simplesect>
37072                 
37073                 <simplesect id="reporter.view.overdue-circs" xreflabel="reporter.overdue_circs">                
37074                         <title>overdue_circs</title>
37075                         <informaltable>
37076                                 <tgroup cols="3">
37077                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
37078                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
37079                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
37080                                         <thead>
37081                                                 <row>
37082                                                         <entry>Field</entry>
37083                                                         <entry>Data Type</entry>
37084                                                         <entry>Constraints and References</entry>
37085                                                 </row>
37086                                                 </thead>
37087                                                 <tbody>
37088                                                 
37089                                                         <row>
37090                                                                 <entry>id</entry>
37091                                                                 <entry>bigint</entry>
37092                                                                 <entry><para>
37093                                                                         
37094                                                                         
37095                                                                         
37096                                                                         
37097                                                                         </para></entry>
37098                                                         </row>
37099                                                 
37100                                                         <row>
37101                                                                 <entry>usr</entry>
37102                                                                 <entry>integer</entry>
37103                                                                 <entry><para>
37104                                                                         
37105                                                                         
37106                                                                         
37107                                                                         
37108                                                                         </para></entry>
37109                                                         </row>
37110                                                 
37111                                                         <row>
37112                                                                 <entry>xact_start</entry>
37113                                                                 <entry>timestamp with time zone</entry>
37114                                                                 <entry><para>
37115                                                                         
37116                                                                         
37117                                                                         
37118                                                                         
37119                                                                         </para></entry>
37120                                                         </row>
37121                                                 
37122                                                         <row>
37123                                                                 <entry>xact_finish</entry>
37124                                                                 <entry>timestamp with time zone</entry>
37125                                                                 <entry><para>
37126                                                                         
37127                                                                         
37128                                                                         
37129                                                                         
37130                                                                         </para></entry>
37131                                                         </row>
37132                                                 
37133                                                         <row>
37134                                                                 <entry>unrecovered</entry>
37135                                                                 <entry>boolean</entry>
37136                                                                 <entry><para>
37137                                                                         
37138                                                                         
37139                                                                         
37140                                                                         
37141                                                                         </para></entry>
37142                                                         </row>
37143                                                 
37144                                                         <row>
37145                                                                 <entry>target_copy</entry>
37146                                                                 <entry>bigint</entry>
37147                                                                 <entry><para>
37148                                                                         
37149                                                                         
37150                                                                         
37151                                                                         
37152                                                                         </para></entry>
37153                                                         </row>
37154                                                 
37155                                                         <row>
37156                                                                 <entry>circ_lib</entry>
37157                                                                 <entry>integer</entry>
37158                                                                 <entry><para>
37159                                                                         
37160                                                                         
37161                                                                         
37162                                                                         
37163                                                                         </para></entry>
37164                                                         </row>
37165                                                 
37166                                                         <row>
37167                                                                 <entry>circ_staff</entry>
37168                                                                 <entry>integer</entry>
37169                                                                 <entry><para>
37170                                                                         
37171                                                                         
37172                                                                         
37173                                                                         
37174                                                                         </para></entry>
37175                                                         </row>
37176                                                 
37177                                                         <row>
37178                                                                 <entry>checkin_staff</entry>
37179                                                                 <entry>integer</entry>
37180                                                                 <entry><para>
37181                                                                         
37182                                                                         
37183                                                                         
37184                                                                         
37185                                                                         </para></entry>
37186                                                         </row>
37187                                                 
37188                                                         <row>
37189                                                                 <entry>checkin_lib</entry>
37190                                                                 <entry>integer</entry>
37191                                                                 <entry><para>
37192                                                                         
37193                                                                         
37194                                                                         
37195                                                                         
37196                                                                         </para></entry>
37197                                                         </row>
37198                                                 
37199                                                         <row>
37200                                                                 <entry>renewal_remaining</entry>
37201                                                                 <entry>integer</entry>
37202                                                                 <entry><para>
37203                                                                         
37204                                                                         
37205                                                                         
37206                                                                         
37207                                                                         </para></entry>
37208                                                         </row>
37209                                                 
37210                                                         <row>
37211                                                                 <entry>due_date</entry>
37212                                                                 <entry>timestamp with time zone</entry>
37213                                                                 <entry><para>
37214                                                                         
37215                                                                         
37216                                                                         
37217                                                                         
37218                                                                         </para></entry>
37219                                                         </row>
37220                                                 
37221                                                         <row>
37222                                                                 <entry>stop_fines_time</entry>
37223                                                                 <entry>timestamp with time zone</entry>
37224                                                                 <entry><para>
37225                                                                         
37226                                                                         
37227                                                                         
37228                                                                         
37229                                                                         </para></entry>
37230                                                         </row>
37231                                                 
37232                                                         <row>
37233                                                                 <entry>checkin_time</entry>
37234                                                                 <entry>timestamp with time zone</entry>
37235                                                                 <entry><para>
37236                                                                         
37237                                                                         
37238                                                                         
37239                                                                         
37240                                                                         </para></entry>
37241                                                         </row>
37242                                                 
37243                                                         <row>
37244                                                                 <entry>create_time</entry>
37245                                                                 <entry>timestamp with time zone</entry>
37246                                                                 <entry><para>
37247                                                                         
37248                                                                         
37249                                                                         
37250                                                                         
37251                                                                         </para></entry>
37252                                                         </row>
37253                                                 
37254                                                         <row>
37255                                                                 <entry>duration</entry>
37256                                                                 <entry>interval</entry>
37257                                                                 <entry><para>
37258                                                                         
37259                                                                         
37260                                                                         
37261                                                                         
37262                                                                         </para></entry>
37263                                                         </row>
37264                                                 
37265                                                         <row>
37266                                                                 <entry>fine_interval</entry>
37267                                                                 <entry>interval</entry>
37268                                                                 <entry><para>
37269                                                                         
37270                                                                         
37271                                                                         
37272                                                                         
37273                                                                         </para></entry>
37274                                                         </row>
37275                                                 
37276                                                         <row>
37277                                                                 <entry>recuring_fine</entry>
37278                                                                 <entry>numeric(6,2)</entry>
37279                                                                 <entry><para>
37280                                                                         
37281                                                                         
37282                                                                         
37283                                                                         
37284                                                                         </para></entry>
37285                                                         </row>
37286                                                 
37287                                                         <row>
37288                                                                 <entry>max_fine</entry>
37289                                                                 <entry>numeric(6,2)</entry>
37290                                                                 <entry><para>
37291                                                                         
37292                                                                         
37293                                                                         
37294                                                                         
37295                                                                         </para></entry>
37296                                                         </row>
37297                                                 
37298                                                         <row>
37299                                                                 <entry>phone_renewal</entry>
37300                                                                 <entry>boolean</entry>
37301                                                                 <entry><para>
37302                                                                         
37303                                                                         
37304                                                                         
37305                                                                         
37306                                                                         </para></entry>
37307                                                         </row>
37308                                                 
37309                                                         <row>
37310                                                                 <entry>desk_renewal</entry>
37311                                                                 <entry>boolean</entry>
37312                                                                 <entry><para>
37313                                                                         
37314                                                                         
37315                                                                         
37316                                                                         
37317                                                                         </para></entry>
37318                                                         </row>
37319                                                 
37320                                                         <row>
37321                                                                 <entry>opac_renewal</entry>
37322                                                                 <entry>boolean</entry>
37323                                                                 <entry><para>
37324                                                                         
37325                                                                         
37326                                                                         
37327                                                                         
37328                                                                         </para></entry>
37329                                                         </row>
37330                                                 
37331                                                         <row>
37332                                                                 <entry>duration_rule</entry>
37333                                                                 <entry>text</entry>
37334                                                                 <entry><para>
37335                                                                         
37336                                                                         
37337                                                                         
37338                                                                         
37339                                                                         </para></entry>
37340                                                         </row>
37341                                                 
37342                                                         <row>
37343                                                                 <entry>recuring_fine_rule</entry>
37344                                                                 <entry>text</entry>
37345                                                                 <entry><para>
37346                                                                         
37347                                                                         
37348                                                                         
37349                                                                         
37350                                                                         </para></entry>
37351                                                         </row>
37352                                                 
37353                                                         <row>
37354                                                                 <entry>max_fine_rule</entry>
37355                                                                 <entry>text</entry>
37356                                                                 <entry><para>
37357                                                                         
37358                                                                         
37359                                                                         
37360                                                                         
37361                                                                         </para></entry>
37362                                                         </row>
37363                                                 
37364                                                         <row>
37365                                                                 <entry>stop_fines</entry>
37366                                                                 <entry>text</entry>
37367                                                                 <entry><para>
37368                                                                         
37369                                                                         
37370                                                                         
37371                                                                         
37372                                                                         </para></entry>
37373                                                         </row>
37374                                                 
37375                                                 </tbody>
37376                                         </tgroup>
37377                                 </informaltable>
37378                                 <para>
37379                                 
37380                                 
37381                                 
37382                                 
37383                 </para>
37384                 </simplesect>
37385                 
37386                 <simplesect id="reporter.view.overdue-reports" xreflabel="reporter.overdue_reports">            
37387                         <title>overdue_reports</title>
37388                         <informaltable>
37389                                 <tgroup cols="3">
37390                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
37391                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
37392                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
37393                                         <thead>
37394                                                 <row>
37395                                                         <entry>Field</entry>
37396                                                         <entry>Data Type</entry>
37397                                                         <entry>Constraints and References</entry>
37398                                                 </row>
37399                                                 </thead>
37400                                                 <tbody>
37401                                                 
37402                                                         <row>
37403                                                                 <entry>id</entry>
37404                                                                 <entry>integer</entry>
37405                                                                 <entry><para>
37406                                                                         
37407                                                                         
37408                                                                         
37409                                                                         
37410                                                                         </para></entry>
37411                                                         </row>
37412                                                 
37413                                                         <row>
37414                                                                 <entry>runner_barcode</entry>
37415                                                                 <entry>text</entry>
37416                                                                 <entry><para>
37417                                                                         
37418                                                                         
37419                                                                         
37420                                                                         
37421                                                                         </para></entry>
37422                                                         </row>
37423                                                 
37424                                                         <row>
37425                                                                 <entry>name</entry>
37426                                                                 <entry>text</entry>
37427                                                                 <entry><para>
37428                                                                         
37429                                                                         
37430                                                                         
37431                                                                         
37432                                                                         </para></entry>
37433                                                         </row>
37434                                                 
37435                                                         <row>
37436                                                                 <entry>run_time</entry>
37437                                                                 <entry>timestamp with time zone</entry>
37438                                                                 <entry><para>
37439                                                                         
37440                                                                         
37441                                                                         
37442                                                                         
37443                                                                         </para></entry>
37444                                                         </row>
37445                                                 
37446                                                         <row>
37447                                                                 <entry>scheduled_wait_time</entry>
37448                                                                 <entry>interval</entry>
37449                                                                 <entry><para>
37450                                                                         
37451                                                                         
37452                                                                         
37453                                                                         
37454                                                                         </para></entry>
37455                                                         </row>
37456                                                 
37457                                                 </tbody>
37458                                         </tgroup>
37459                                 </informaltable>
37460                                 <para>
37461                                 
37462                                 
37463                                 
37464                                 
37465                 </para>
37466                 </simplesect>
37467                 
37468                 <simplesect id="reporter.view.pending-reports" xreflabel="reporter.pending_reports">            
37469                         <title>pending_reports</title>
37470                         <informaltable>
37471                                 <tgroup cols="3">
37472                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
37473                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
37474                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
37475                                         <thead>
37476                                                 <row>
37477                                                         <entry>Field</entry>
37478                                                         <entry>Data Type</entry>
37479                                                         <entry>Constraints and References</entry>
37480                                                 </row>
37481                                                 </thead>
37482                                                 <tbody>
37483                                                 
37484                                                         <row>
37485                                                                 <entry>id</entry>
37486                                                                 <entry>integer</entry>
37487                                                                 <entry><para>
37488                                                                         
37489                                                                         
37490                                                                         
37491                                                                         
37492                                                                         </para></entry>
37493                                                         </row>
37494                                                 
37495                                                         <row>
37496                                                                 <entry>runner_barcode</entry>
37497                                                                 <entry>text</entry>
37498                                                                 <entry><para>
37499                                                                         
37500                                                                         
37501                                                                         
37502                                                                         
37503                                                                         </para></entry>
37504                                                         </row>
37505                                                 
37506                                                         <row>
37507                                                                 <entry>name</entry>
37508                                                                 <entry>text</entry>
37509                                                                 <entry><para>
37510                                                                         
37511                                                                         
37512                                                                         
37513                                                                         
37514                                                                         </para></entry>
37515                                                         </row>
37516                                                 
37517                                                         <row>
37518                                                                 <entry>run_time</entry>
37519                                                                 <entry>timestamp with time zone</entry>
37520                                                                 <entry><para>
37521                                                                         
37522                                                                         
37523                                                                         
37524                                                                         
37525                                                                         </para></entry>
37526                                                         </row>
37527                                                 
37528                                                         <row>
37529                                                                 <entry>scheduled_wait_time</entry>
37530                                                                 <entry>interval</entry>
37531                                                                 <entry><para>
37532                                                                         
37533                                                                         
37534                                                                         
37535                                                                         
37536                                                                         </para></entry>
37537                                                         </row>
37538                                                 
37539                                                 </tbody>
37540                                         </tgroup>
37541                                 </informaltable>
37542                                 <para>
37543                                 
37544                                 
37545                                 
37546                                 
37547                 </para>
37548                 </simplesect>
37549                 
37550                 <simplesect id="reporter.table.report" xreflabel="reporter.report">             
37551                         <title>report</title>
37552                         <informaltable>
37553                                 <tgroup cols="3">
37554                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
37555                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
37556                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
37557                                         <thead>
37558                                                 <row>
37559                                                         <entry>Field</entry>
37560                                                         <entry>Data Type</entry>
37561                                                         <entry>Constraints and References</entry>
37562                                                 </row>
37563                                                 </thead>
37564                                                 <tbody>
37565                                                 
37566                                                         <row>
37567                                                                 <entry>id</entry>
37568                                                                 <entry>serial</entry>
37569                                                                 <entry><para>
37570                                                                         
37571                                                                                 
37572                                                                                         PRIMARY KEY
37573                                                                                                                 
37574                                                                         
37575                                                                         
37576                                                                         
37577                                                                         
37578                                                                         
37579                                                                                 
37580                                                                         
37581                                                                         </para></entry>
37582                                                         </row>
37583                                                 
37584                                                         <row>
37585                                                                 <entry>owner</entry>
37586                                                                 <entry>integer</entry>
37587                                                                 <entry><para>
37588                                                                         
37589                                                                                                                 
37590                                                                         
37591                                                                         
37592                                                                         
37593                                                                                 NOT NULL;
37594                                                                         
37595                                                                         
37596                                                                         
37597                                                                                 
37598                                                                                 <xref linkend="actor.table.usr"/>
37599                                                                                 
37600                                                                         
37601                                                                         </para></entry>
37602                                                         </row>
37603                                                 
37604                                                         <row>
37605                                                                 <entry>create_time</entry>
37606                                                                 <entry>timestamp with time zone</entry>
37607                                                                 <entry><para>
37608                                                                         
37609                                                                         
37610                                                                                 NOT NULL;
37611                                                                         
37612                                                                         
37613                                                                                 DEFAULT now();
37614                                                                         
37615                                                                         
37616                                                                         </para></entry>
37617                                                         </row>
37618                                                 
37619                                                         <row>
37620                                                                 <entry>name</entry>
37621                                                                 <entry>text</entry>
37622                                                                 <entry><para>
37623                                                                         
37624                                                                         
37625                                                                                 NOT NULL;
37626                                                                         
37627                                                                         
37628                                                                                 DEFAULT &apos;&apos;::text;
37629                                                                         
37630                                                                         
37631                                                                         </para></entry>
37632                                                         </row>
37633                                                 
37634                                                         <row>
37635                                                                 <entry>description</entry>
37636                                                                 <entry>text</entry>
37637                                                                 <entry><para>
37638                                                                         
37639                                                                         
37640                                                                                 NOT NULL;
37641                                                                         
37642                                                                         
37643                                                                                 DEFAULT &apos;&apos;::text;
37644                                                                         
37645                                                                         
37646                                                                         </para></entry>
37647                                                         </row>
37648                                                 
37649                                                         <row>
37650                                                                 <entry>template</entry>
37651                                                                 <entry>integer</entry>
37652                                                                 <entry><para>
37653                                                                         
37654                                                                                                                 
37655                                                                         
37656                                                                         
37657                                                                         
37658                                                                                 NOT NULL;
37659                                                                         
37660                                                                         
37661                                                                         
37662                                                                                 
37663                                                                                 <xref linkend="reporter.table.template"/>
37664                                                                                 
37665                                                                         
37666                                                                         </para></entry>
37667                                                         </row>
37668                                                 
37669                                                         <row>
37670                                                                 <entry>data</entry>
37671                                                                 <entry>text</entry>
37672                                                                 <entry><para>
37673                                                                         
37674                                                                         
37675                                                                                 NOT NULL;
37676                                                                         
37677                                                                         
37678                                                                         
37679                                                                         </para></entry>
37680                                                         </row>
37681                                                 
37682                                                         <row>
37683                                                                 <entry>folder</entry>
37684                                                                 <entry>integer</entry>
37685                                                                 <entry><para>
37686                                                                         
37687                                                                                                                 
37688                                                                         
37689                                                                         
37690                                                                         
37691                                                                                 NOT NULL;
37692                                                                         
37693                                                                         
37694                                                                         
37695                                                                                 
37696                                                                                 <xref linkend="reporter.table.report-folder"/>
37697                                                                                 
37698                                                                         
37699                                                                         </para></entry>
37700                                                         </row>
37701                                                 
37702                                                         <row>
37703                                                                 <entry>recur</entry>
37704                                                                 <entry>boolean</entry>
37705                                                                 <entry><para>
37706                                                                         
37707                                                                         
37708                                                                                 NOT NULL;
37709                                                                         
37710                                                                         
37711                                                                                 DEFAULT false;
37712                                                                         
37713                                                                         
37714                                                                         </para></entry>
37715                                                         </row>
37716                                                 
37717                                                         <row>
37718                                                                 <entry>recurance</entry>
37719                                                                 <entry>interval</entry>
37720                                                                 <entry><para>
37721                                                                         
37722                                                                         
37723                                                                         
37724                                                                         
37725                                                                         </para></entry>
37726                                                         </row>
37727                                                 
37728                                                 </tbody>
37729                                         </tgroup>
37730                                 </informaltable>
37731                                 <para>
37732                                 
37733                                 
37734                                 
37735                                         <itemizedlist>
37736                                                 <title>
37737                                                         Tables referencing reporter.schedule via Foreign Key Constraints
37738                                                 </title>
37739                                 
37740                                                         <listitem>
37741                                                                 <para><xref linkend="reporter.table.schedule"/></para>
37742                                                         </listitem>
37743                                                         
37744                                         </itemizedlist>
37745                                 
37746                                 
37747                                 
37748                                 
37749                 </para>
37750                 </simplesect>
37751                 
37752                 <simplesect id="reporter.table.report-folder" xreflabel="reporter.report_folder">               
37753                         <title>report_folder</title>
37754                         <informaltable>
37755                                 <tgroup cols="3">
37756                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
37757                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
37758                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
37759                                         <thead>
37760                                                 <row>
37761                                                         <entry>Field</entry>
37762                                                         <entry>Data Type</entry>
37763                                                         <entry>Constraints and References</entry>
37764                                                 </row>
37765                                                 </thead>
37766                                                 <tbody>
37767                                                 
37768                                                         <row>
37769                                                                 <entry>id</entry>
37770                                                                 <entry>serial</entry>
37771                                                                 <entry><para>
37772                                                                         
37773                                                                                 
37774                                                                                         PRIMARY KEY
37775                                                                                                                 
37776                                                                         
37777                                                                         
37778                                                                         
37779                                                                         
37780                                                                         
37781                                                                                 
37782                                                                         
37783                                                                         </para></entry>
37784                                                         </row>
37785                                                 
37786                                                         <row>
37787                                                                 <entry>parent</entry>
37788                                                                 <entry>integer</entry>
37789                                                                 <entry><para>
37790                                                                         
37791                                                                                                                 
37792                                                                         
37793                                                                         
37794                                                                         
37795                                                                         
37796                                                                         
37797                                                                                 
37798                                                                                 <xref linkend="reporter.table.report-folder"/>
37799                                                                                 
37800                                                                         
37801                                                                         </para></entry>
37802                                                         </row>
37803                                                 
37804                                                         <row>
37805                                                                 <entry>owner</entry>
37806                                                                 <entry>integer</entry>
37807                                                                 <entry><para>
37808                                                                         
37809                                                                                                                 
37810                                                                         
37811                                                                         
37812                                                                         
37813                                                                                 NOT NULL;
37814                                                                         
37815                                                                         
37816                                                                         
37817                                                                                 
37818                                                                                 <xref linkend="actor.table.usr"/>
37819                                                                                 
37820                                                                         
37821                                                                         </para></entry>
37822                                                         </row>
37823                                                 
37824                                                         <row>
37825                                                                 <entry>create_time</entry>
37826                                                                 <entry>timestamp with time zone</entry>
37827                                                                 <entry><para>
37828                                                                         
37829                                                                         
37830                                                                                 NOT NULL;
37831                                                                         
37832                                                                         
37833                                                                                 DEFAULT now();
37834                                                                         
37835                                                                         
37836                                                                         </para></entry>
37837                                                         </row>
37838                                                 
37839                                                         <row>
37840                                                                 <entry>name</entry>
37841                                                                 <entry>text</entry>
37842                                                                 <entry><para>
37843                                                                         
37844                                                                         
37845                                                                                 NOT NULL;
37846                                                                         
37847                                                                         
37848                                                                         
37849                                                                         </para></entry>
37850                                                         </row>
37851                                                 
37852                                                         <row>
37853                                                                 <entry>shared</entry>
37854                                                                 <entry>boolean</entry>
37855                                                                 <entry><para>
37856                                                                         
37857                                                                         
37858                                                                                 NOT NULL;
37859                                                                         
37860                                                                         
37861                                                                                 DEFAULT false;
37862                                                                         
37863                                                                         
37864                                                                         </para></entry>
37865                                                         </row>
37866                                                 
37867                                                         <row>
37868                                                                 <entry>share_with</entry>
37869                                                                 <entry>integer</entry>
37870                                                                 <entry><para>
37871                                                                         
37872                                                                                                                 
37873                                                                         
37874                                                                         
37875                                                                         
37876                                                                         
37877                                                                         
37878                                                                                 
37879                                                                                 <xref linkend="actor.table.org-unit"/>
37880                                                                                 
37881                                                                         
37882                                                                         </para></entry>
37883                                                         </row>
37884                                                 
37885                                                 </tbody>
37886                                         </tgroup>
37887                                 </informaltable>
37888                                 <para>
37889                                 
37890                                 
37891                                 
37892                                         <itemizedlist>
37893                                                 <title>
37894                                                         Tables referencing reporter.report via Foreign Key Constraints
37895                                                 </title>
37896                                 
37897                                                         <listitem>
37898                                                                 <para><xref linkend="reporter.table.report"/></para>
37899                                                         </listitem>
37900                                                         
37901                                 
37902                                 
37903                                                         <listitem>
37904                                                                 <para><xref linkend="reporter.table.report-folder"/></para>
37905                                                         </listitem>
37906                                                         
37907                                         </itemizedlist>
37908                                 
37909                                 
37910                                 
37911                                 
37912                 </para>
37913                 </simplesect>
37914                 
37915                 <simplesect id="reporter.table.schedule" xreflabel="reporter.schedule">         
37916                         <title>schedule</title>
37917                         <informaltable>
37918                                 <tgroup cols="3">
37919                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
37920                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
37921                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
37922                                         <thead>
37923                                                 <row>
37924                                                         <entry>Field</entry>
37925                                                         <entry>Data Type</entry>
37926                                                         <entry>Constraints and References</entry>
37927                                                 </row>
37928                                                 </thead>
37929                                                 <tbody>
37930                                                 
37931                                                         <row>
37932                                                                 <entry>id</entry>
37933                                                                 <entry>serial</entry>
37934                                                                 <entry><para>
37935                                                                         
37936                                                                                 
37937                                                                                         PRIMARY KEY
37938                                                                                                                 
37939                                                                         
37940                                                                         
37941                                                                         
37942                                                                         
37943                                                                         
37944                                                                                 
37945                                                                         
37946                                                                         </para></entry>
37947                                                         </row>
37948                                                 
37949                                                         <row>
37950                                                                 <entry>report</entry>
37951                                                                 <entry>integer</entry>
37952                                                                 <entry><para>
37953                                                                         
37954                                                                                                                 
37955                                                                         
37956                                                                         
37957                                                                         
37958                                                                                 NOT NULL;
37959                                                                         
37960                                                                         
37961                                                                         
37962                                                                                 
37963                                                                                 <xref linkend="reporter.table.report"/>
37964                                                                                 
37965                                                                         
37966                                                                         </para></entry>
37967                                                         </row>
37968                                                 
37969                                                         <row>
37970                                                                 <entry>folder</entry>
37971                                                                 <entry>integer</entry>
37972                                                                 <entry><para>
37973                                                                         
37974                                                                                                                 
37975                                                                         
37976                                                                         
37977                                                                         
37978                                                                                 NOT NULL;
37979                                                                         
37980                                                                         
37981                                                                         
37982                                                                                 
37983                                                                                 <xref linkend="reporter.table.output-folder"/>
37984                                                                                 
37985                                                                         
37986                                                                         </para></entry>
37987                                                         </row>
37988                                                 
37989                                                         <row>
37990                                                                 <entry>runner</entry>
37991                                                                 <entry>integer</entry>
37992                                                                 <entry><para>
37993                                                                         
37994                                                                                                                 
37995                                                                         
37996                                                                         
37997                                                                         
37998                                                                                 NOT NULL;
37999                                                                         
38000                                                                         
38001                                                                         
38002                                                                                 
38003                                                                                 <xref linkend="actor.table.usr"/>
38004                                                                                 
38005                                                                         
38006                                                                         </para></entry>
38007                                                         </row>
38008                                                 
38009                                                         <row>
38010                                                                 <entry>run_time</entry>
38011                                                                 <entry>timestamp with time zone</entry>
38012                                                                 <entry><para>
38013                                                                         
38014                                                                         
38015                                                                                 NOT NULL;
38016                                                                         
38017                                                                         
38018                                                                                 DEFAULT now();
38019                                                                         
38020                                                                         
38021                                                                         </para></entry>
38022                                                         </row>
38023                                                 
38024                                                         <row>
38025                                                                 <entry>start_time</entry>
38026                                                                 <entry>timestamp with time zone</entry>
38027                                                                 <entry><para>
38028                                                                         
38029                                                                         
38030                                                                         
38031                                                                         
38032                                                                         </para></entry>
38033                                                         </row>
38034                                                 
38035                                                         <row>
38036                                                                 <entry>complete_time</entry>
38037                                                                 <entry>timestamp with time zone</entry>
38038                                                                 <entry><para>
38039                                                                         
38040                                                                         
38041                                                                         
38042                                                                         
38043                                                                         </para></entry>
38044                                                         </row>
38045                                                 
38046                                                         <row>
38047                                                                 <entry>email</entry>
38048                                                                 <entry>text</entry>
38049                                                                 <entry><para>
38050                                                                         
38051                                                                         
38052                                                                         
38053                                                                         
38054                                                                         </para></entry>
38055                                                         </row>
38056                                                 
38057                                                         <row>
38058                                                                 <entry>excel_format</entry>
38059                                                                 <entry>boolean</entry>
38060                                                                 <entry><para>
38061                                                                         
38062                                                                         
38063                                                                                 NOT NULL;
38064                                                                         
38065                                                                         
38066                                                                                 DEFAULT true;
38067                                                                         
38068                                                                         
38069                                                                         </para></entry>
38070                                                         </row>
38071                                                 
38072                                                         <row>
38073                                                                 <entry>html_format</entry>
38074                                                                 <entry>boolean</entry>
38075                                                                 <entry><para>
38076                                                                         
38077                                                                         
38078                                                                                 NOT NULL;
38079                                                                         
38080                                                                         
38081                                                                                 DEFAULT true;
38082                                                                         
38083                                                                         
38084                                                                         </para></entry>
38085                                                         </row>
38086                                                 
38087                                                         <row>
38088                                                                 <entry>csv_format</entry>
38089                                                                 <entry>boolean</entry>
38090                                                                 <entry><para>
38091                                                                         
38092                                                                         
38093                                                                                 NOT NULL;
38094                                                                         
38095                                                                         
38096                                                                                 DEFAULT true;
38097                                                                         
38098                                                                         
38099                                                                         </para></entry>
38100                                                         </row>
38101                                                 
38102                                                         <row>
38103                                                                 <entry>chart_pie</entry>
38104                                                                 <entry>boolean</entry>
38105                                                                 <entry><para>
38106                                                                         
38107                                                                         
38108                                                                                 NOT NULL;
38109                                                                         
38110                                                                         
38111                                                                                 DEFAULT false;
38112                                                                         
38113                                                                         
38114                                                                         </para></entry>
38115                                                         </row>
38116                                                 
38117                                                         <row>
38118                                                                 <entry>chart_bar</entry>
38119                                                                 <entry>boolean</entry>
38120                                                                 <entry><para>
38121                                                                         
38122                                                                         
38123                                                                                 NOT NULL;
38124                                                                         
38125                                                                         
38126                                                                                 DEFAULT false;
38127                                                                         
38128                                                                         
38129                                                                         </para></entry>
38130                                                         </row>
38131                                                 
38132                                                         <row>
38133                                                                 <entry>chart_line</entry>
38134                                                                 <entry>boolean</entry>
38135                                                                 <entry><para>
38136                                                                         
38137                                                                         
38138                                                                                 NOT NULL;
38139                                                                         
38140                                                                         
38141                                                                                 DEFAULT false;
38142                                                                         
38143                                                                         
38144                                                                         </para></entry>
38145                                                         </row>
38146                                                 
38147                                                         <row>
38148                                                                 <entry>error_code</entry>
38149                                                                 <entry>integer</entry>
38150                                                                 <entry><para>
38151                                                                         
38152                                                                         
38153                                                                         
38154                                                                         
38155                                                                         </para></entry>
38156                                                         </row>
38157                                                 
38158                                                         <row>
38159                                                                 <entry>error_text</entry>
38160                                                                 <entry>text</entry>
38161                                                                 <entry><para>
38162                                                                         
38163                                                                         
38164                                                                         
38165                                                                         
38166                                                                         </para></entry>
38167                                                         </row>
38168                                                 
38169                                                 </tbody>
38170                                         </tgroup>
38171                                 </informaltable>
38172                                 <para>
38173                                 
38174                                 
38175                                 
38176                                 
38177                 </para>
38178                 </simplesect>
38179                 
38180                 <simplesect id="reporter.view.simple-record" xreflabel="reporter.simple_record">                
38181                         <title>simple_record</title>
38182                         <informaltable>
38183                                 <tgroup cols="3">
38184                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
38185                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
38186                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
38187                                         <thead>
38188                                                 <row>
38189                                                         <entry>Field</entry>
38190                                                         <entry>Data Type</entry>
38191                                                         <entry>Constraints and References</entry>
38192                                                 </row>
38193                                                 </thead>
38194                                                 <tbody>
38195                                                 
38196                                                         <row>
38197                                                                 <entry>id</entry>
38198                                                                 <entry>bigint</entry>
38199                                                                 <entry><para>
38200                                                                         
38201                                                                         
38202                                                                         
38203                                                                         
38204                                                                         </para></entry>
38205                                                         </row>
38206                                                 
38207                                                         <row>
38208                                                                 <entry>metarecord</entry>
38209                                                                 <entry>bigint</entry>
38210                                                                 <entry><para>
38211                                                                         
38212                                                                         
38213                                                                         
38214                                                                         
38215                                                                         </para></entry>
38216                                                         </row>
38217                                                 
38218                                                         <row>
38219                                                                 <entry>fingerprint</entry>
38220                                                                 <entry>text</entry>
38221                                                                 <entry><para>
38222                                                                         
38223                                                                         
38224                                                                         
38225                                                                         
38226                                                                         </para></entry>
38227                                                         </row>
38228                                                 
38229                                                         <row>
38230                                                                 <entry>quality</entry>
38231                                                                 <entry>integer</entry>
38232                                                                 <entry><para>
38233                                                                         
38234                                                                         
38235                                                                         
38236                                                                         
38237                                                                         </para></entry>
38238                                                         </row>
38239                                                 
38240                                                         <row>
38241                                                                 <entry>tcn_source</entry>
38242                                                                 <entry>text</entry>
38243                                                                 <entry><para>
38244                                                                         
38245                                                                         
38246                                                                         
38247                                                                         
38248                                                                         </para></entry>
38249                                                         </row>
38250                                                 
38251                                                         <row>
38252                                                                 <entry>tcn_value</entry>
38253                                                                 <entry>text</entry>
38254                                                                 <entry><para>
38255                                                                         
38256                                                                         
38257                                                                         
38258                                                                         
38259                                                                         </para></entry>
38260                                                         </row>
38261                                                 
38262                                                         <row>
38263                                                                 <entry>title</entry>
38264                                                                 <entry>text</entry>
38265                                                                 <entry><para>
38266                                                                         
38267                                                                         
38268                                                                         
38269                                                                         
38270                                                                         </para></entry>
38271                                                         </row>
38272                                                 
38273                                                         <row>
38274                                                                 <entry>uniform_title</entry>
38275                                                                 <entry>text</entry>
38276                                                                 <entry><para>
38277                                                                         
38278                                                                         
38279                                                                         
38280                                                                         
38281                                                                         </para></entry>
38282                                                         </row>
38283                                                 
38284                                                         <row>
38285                                                                 <entry>author</entry>
38286                                                                 <entry>text</entry>
38287                                                                 <entry><para>
38288                                                                         
38289                                                                         
38290                                                                         
38291                                                                         
38292                                                                         </para></entry>
38293                                                         </row>
38294                                                 
38295                                                         <row>
38296                                                                 <entry>publisher</entry>
38297                                                                 <entry>text</entry>
38298                                                                 <entry><para>
38299                                                                         
38300                                                                         
38301                                                                         
38302                                                                         
38303                                                                         </para></entry>
38304                                                         </row>
38305                                                 
38306                                                         <row>
38307                                                                 <entry>pubdate</entry>
38308                                                                 <entry>text</entry>
38309                                                                 <entry><para>
38310                                                                         
38311                                                                         
38312                                                                         
38313                                                                         
38314                                                                         </para></entry>
38315                                                         </row>
38316                                                 
38317                                                         <row>
38318                                                                 <entry>series_title</entry>
38319                                                                 <entry>text</entry>
38320                                                                 <entry><para>
38321                                                                         
38322                                                                         
38323                                                                         
38324                                                                         
38325                                                                         </para></entry>
38326                                                         </row>
38327                                                 
38328                                                         <row>
38329                                                                 <entry>series_statement</entry>
38330                                                                 <entry>text</entry>
38331                                                                 <entry><para>
38332                                                                         
38333                                                                         
38334                                                                         
38335                                                                         
38336                                                                         </para></entry>
38337                                                         </row>
38338                                                 
38339                                                         <row>
38340                                                                 <entry>summary</entry>
38341                                                                 <entry>text</entry>
38342                                                                 <entry><para>
38343                                                                         
38344                                                                         
38345                                                                         
38346                                                                         
38347                                                                         </para></entry>
38348                                                         </row>
38349                                                 
38350                                                         <row>
38351                                                                 <entry>isbn</entry>
38352                                                                 <entry>text[]</entry>
38353                                                                 <entry><para>
38354                                                                         
38355                                                                         
38356                                                                         
38357                                                                         
38358                                                                         </para></entry>
38359                                                         </row>
38360                                                 
38361                                                         <row>
38362                                                                 <entry>issn</entry>
38363                                                                 <entry>text[]</entry>
38364                                                                 <entry><para>
38365                                                                         
38366                                                                         
38367                                                                         
38368                                                                         
38369                                                                         </para></entry>
38370                                                         </row>
38371                                                 
38372                                                         <row>
38373                                                                 <entry>topic_subject</entry>
38374                                                                 <entry>text[]</entry>
38375                                                                 <entry><para>
38376                                                                         
38377                                                                         
38378                                                                         
38379                                                                         
38380                                                                         </para></entry>
38381                                                         </row>
38382                                                 
38383                                                         <row>
38384                                                                 <entry>geographic_subject</entry>
38385                                                                 <entry>text[]</entry>
38386                                                                 <entry><para>
38387                                                                         
38388                                                                         
38389                                                                         
38390                                                                         
38391                                                                         </para></entry>
38392                                                         </row>
38393                                                 
38394                                                         <row>
38395                                                                 <entry>genre</entry>
38396                                                                 <entry>text[]</entry>
38397                                                                 <entry><para>
38398                                                                         
38399                                                                         
38400                                                                         
38401                                                                         
38402                                                                         </para></entry>
38403                                                         </row>
38404                                                 
38405                                                         <row>
38406                                                                 <entry>name_subject</entry>
38407                                                                 <entry>text[]</entry>
38408                                                                 <entry><para>
38409                                                                         
38410                                                                         
38411                                                                         
38412                                                                         
38413                                                                         </para></entry>
38414                                                         </row>
38415                                                 
38416                                                         <row>
38417                                                                 <entry>corporate_subject</entry>
38418                                                                 <entry>text[]</entry>
38419                                                                 <entry><para>
38420                                                                         
38421                                                                         
38422                                                                         
38423                                                                         
38424                                                                         </para></entry>
38425                                                         </row>
38426                                                 
38427                                                         <row>
38428                                                                 <entry>external_uri</entry>
38429                                                                 <entry>text[]</entry>
38430                                                                 <entry><para>
38431                                                                         
38432                                                                         
38433                                                                         
38434                                                                         
38435                                                                         </para></entry>
38436                                                         </row>
38437                                                 
38438                                                 </tbody>
38439                                         </tgroup>
38440                                 </informaltable>
38441                                 <para>
38442                                 
38443                                 
38444                                 
38445                                 
38446                 </para>
38447                 </simplesect>
38448                 
38449                 <simplesect id="reporter.view.super-simple-record" xreflabel="reporter.super_simple_record">            
38450                         <title>super_simple_record</title>
38451                         <informaltable>
38452                                 <tgroup cols="3">
38453                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
38454                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
38455                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
38456                                         <thead>
38457                                                 <row>
38458                                                         <entry>Field</entry>
38459                                                         <entry>Data Type</entry>
38460                                                         <entry>Constraints and References</entry>
38461                                                 </row>
38462                                                 </thead>
38463                                                 <tbody>
38464                                                 
38465                                                         <row>
38466                                                                 <entry>id</entry>
38467                                                                 <entry>bigint</entry>
38468                                                                 <entry><para>
38469                                                                         
38470                                                                         
38471                                                                         
38472                                                                         
38473                                                                         </para></entry>
38474                                                         </row>
38475                                                 
38476                                                         <row>
38477                                                                 <entry>fingerprint</entry>
38478                                                                 <entry>text</entry>
38479                                                                 <entry><para>
38480                                                                         
38481                                                                         
38482                                                                         
38483                                                                         
38484                                                                         </para></entry>
38485                                                         </row>
38486                                                 
38487                                                         <row>
38488                                                                 <entry>quality</entry>
38489                                                                 <entry>integer</entry>
38490                                                                 <entry><para>
38491                                                                         
38492                                                                         
38493                                                                         
38494                                                                         
38495                                                                         </para></entry>
38496                                                         </row>
38497                                                 
38498                                                         <row>
38499                                                                 <entry>tcn_source</entry>
38500                                                                 <entry>text</entry>
38501                                                                 <entry><para>
38502                                                                         
38503                                                                         
38504                                                                         
38505                                                                         
38506                                                                         </para></entry>
38507                                                         </row>
38508                                                 
38509                                                         <row>
38510                                                                 <entry>tcn_value</entry>
38511                                                                 <entry>text</entry>
38512                                                                 <entry><para>
38513                                                                         
38514                                                                         
38515                                                                         
38516                                                                         
38517                                                                         </para></entry>
38518                                                         </row>
38519                                                 
38520                                                         <row>
38521                                                                 <entry>title</entry>
38522                                                                 <entry>text</entry>
38523                                                                 <entry><para>
38524                                                                         
38525                                                                         
38526                                                                         
38527                                                                         
38528                                                                         </para></entry>
38529                                                         </row>
38530                                                 
38531                                                         <row>
38532                                                                 <entry>author</entry>
38533                                                                 <entry>text</entry>
38534                                                                 <entry><para>
38535                                                                         
38536                                                                         
38537                                                                         
38538                                                                         
38539                                                                         </para></entry>
38540                                                         </row>
38541                                                 
38542                                                         <row>
38543                                                                 <entry>publisher</entry>
38544                                                                 <entry>text</entry>
38545                                                                 <entry><para>
38546                                                                         
38547                                                                         
38548                                                                         
38549                                                                         
38550                                                                         </para></entry>
38551                                                         </row>
38552                                                 
38553                                                         <row>
38554                                                                 <entry>pubdate</entry>
38555                                                                 <entry>text</entry>
38556                                                                 <entry><para>
38557                                                                         
38558                                                                         
38559                                                                         
38560                                                                         
38561                                                                         </para></entry>
38562                                                         </row>
38563                                                 
38564                                                         <row>
38565                                                                 <entry>isbn</entry>
38566                                                                 <entry>text[]</entry>
38567                                                                 <entry><para>
38568                                                                         
38569                                                                         
38570                                                                         
38571                                                                         
38572                                                                         </para></entry>
38573                                                         </row>
38574                                                 
38575                                                         <row>
38576                                                                 <entry>issn</entry>
38577                                                                 <entry>text[]</entry>
38578                                                                 <entry><para>
38579                                                                         
38580                                                                         
38581                                                                         
38582                                                                         
38583                                                                         </para></entry>
38584                                                         </row>
38585                                                 
38586                                                 </tbody>
38587                                         </tgroup>
38588                                 </informaltable>
38589                                 <para>
38590                                 
38591                                 
38592                                 
38593                                 
38594                 </para>
38595                 </simplesect>
38596                 
38597                 <simplesect id="reporter.table.template" xreflabel="reporter.template">         
38598                         <title>template</title>
38599                         <informaltable>
38600                                 <tgroup cols="3">
38601                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
38602                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
38603                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
38604                                         <thead>
38605                                                 <row>
38606                                                         <entry>Field</entry>
38607                                                         <entry>Data Type</entry>
38608                                                         <entry>Constraints and References</entry>
38609                                                 </row>
38610                                                 </thead>
38611                                                 <tbody>
38612                                                 
38613                                                         <row>
38614                                                                 <entry>id</entry>
38615                                                                 <entry>serial</entry>
38616                                                                 <entry><para>
38617                                                                         
38618                                                                                 
38619                                                                                         PRIMARY KEY
38620                                                                                                                 
38621                                                                         
38622                                                                         
38623                                                                         
38624                                                                         
38625                                                                         
38626                                                                                 
38627                                                                         
38628                                                                         </para></entry>
38629                                                         </row>
38630                                                 
38631                                                         <row>
38632                                                                 <entry>owner</entry>
38633                                                                 <entry>integer</entry>
38634                                                                 <entry><para>
38635                                                                         
38636                                                                                                                 
38637                                                                         
38638                                                                         
38639                                                                         
38640                                                                                 NOT NULL;
38641                                                                         
38642                                                                         
38643                                                                         
38644                                                                                 
38645                                                                                 <xref linkend="actor.table.usr"/>
38646                                                                                 
38647                                                                         
38648                                                                         </para></entry>
38649                                                         </row>
38650                                                 
38651                                                         <row>
38652                                                                 <entry>create_time</entry>
38653                                                                 <entry>timestamp with time zone</entry>
38654                                                                 <entry><para>
38655                                                                         
38656                                                                         
38657                                                                                 NOT NULL;
38658                                                                         
38659                                                                         
38660                                                                                 DEFAULT now();
38661                                                                         
38662                                                                         
38663                                                                         </para></entry>
38664                                                         </row>
38665                                                 
38666                                                         <row>
38667                                                                 <entry>name</entry>
38668                                                                 <entry>text</entry>
38669                                                                 <entry><para>
38670                                                                         
38671                                                                         
38672                                                                                 NOT NULL;
38673                                                                         
38674                                                                         
38675                                                                         
38676                                                                         </para></entry>
38677                                                         </row>
38678                                                 
38679                                                         <row>
38680                                                                 <entry>description</entry>
38681                                                                 <entry>text</entry>
38682                                                                 <entry><para>
38683                                                                         
38684                                                                         
38685                                                                                 NOT NULL;
38686                                                                         
38687                                                                         
38688                                                                         
38689                                                                         </para></entry>
38690                                                         </row>
38691                                                 
38692                                                         <row>
38693                                                                 <entry>data</entry>
38694                                                                 <entry>text</entry>
38695                                                                 <entry><para>
38696                                                                         
38697                                                                         
38698                                                                                 NOT NULL;
38699                                                                         
38700                                                                         
38701                                                                         
38702                                                                         </para></entry>
38703                                                         </row>
38704                                                 
38705                                                         <row>
38706                                                                 <entry>folder</entry>
38707                                                                 <entry>integer</entry>
38708                                                                 <entry><para>
38709                                                                         
38710                                                                                                                 
38711                                                                         
38712                                                                         
38713                                                                         
38714                                                                                 NOT NULL;
38715                                                                         
38716                                                                         
38717                                                                         
38718                                                                                 
38719                                                                                 <xref linkend="reporter.table.template-folder"/>
38720                                                                                 
38721                                                                         
38722                                                                         </para></entry>
38723                                                         </row>
38724                                                 
38725                                                 </tbody>
38726                                         </tgroup>
38727                                 </informaltable>
38728                                 <para>
38729                                 
38730                                 
38731                                 
38732                                         <itemizedlist>
38733                                                 <title>
38734                                                         Tables referencing reporter.report via Foreign Key Constraints
38735                                                 </title>
38736                                 
38737                                                         <listitem>
38738                                                                 <para><xref linkend="reporter.table.report"/></para>
38739                                                         </listitem>
38740                                                         
38741                                         </itemizedlist>
38742                                 
38743                                 
38744                                 
38745                                 
38746                 </para>
38747                 </simplesect>
38748                 
38749                 <simplesect id="reporter.table.template-folder" xreflabel="reporter.template_folder">           
38750                         <title>template_folder</title>
38751                         <informaltable>
38752                                 <tgroup cols="3">
38753                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
38754                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
38755                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
38756                                         <thead>
38757                                                 <row>
38758                                                         <entry>Field</entry>
38759                                                         <entry>Data Type</entry>
38760                                                         <entry>Constraints and References</entry>
38761                                                 </row>
38762                                                 </thead>
38763                                                 <tbody>
38764                                                 
38765                                                         <row>
38766                                                                 <entry>id</entry>
38767                                                                 <entry>serial</entry>
38768                                                                 <entry><para>
38769                                                                         
38770                                                                                 
38771                                                                                         PRIMARY KEY
38772                                                                                                                 
38773                                                                         
38774                                                                         
38775                                                                         
38776                                                                         
38777                                                                         
38778                                                                                 
38779                                                                         
38780                                                                         </para></entry>
38781                                                         </row>
38782                                                 
38783                                                         <row>
38784                                                                 <entry>parent</entry>
38785                                                                 <entry>integer</entry>
38786                                                                 <entry><para>
38787                                                                         
38788                                                                                                                 
38789                                                                         
38790                                                                         
38791                                                                         
38792                                                                         
38793                                                                         
38794                                                                                 
38795                                                                                 <xref linkend="reporter.table.template-folder"/>
38796                                                                                 
38797                                                                         
38798                                                                         </para></entry>
38799                                                         </row>
38800                                                 
38801                                                         <row>
38802                                                                 <entry>owner</entry>
38803                                                                 <entry>integer</entry>
38804                                                                 <entry><para>
38805                                                                         
38806                                                                                                                 
38807                                                                         
38808                                                                         
38809                                                                         
38810                                                                                 NOT NULL;
38811                                                                         
38812                                                                         
38813                                                                         
38814                                                                                 
38815                                                                                 <xref linkend="actor.table.usr"/>
38816                                                                                 
38817                                                                         
38818                                                                         </para></entry>
38819                                                         </row>
38820                                                 
38821                                                         <row>
38822                                                                 <entry>create_time</entry>
38823                                                                 <entry>timestamp with time zone</entry>
38824                                                                 <entry><para>
38825                                                                         
38826                                                                         
38827                                                                                 NOT NULL;
38828                                                                         
38829                                                                         
38830                                                                                 DEFAULT now();
38831                                                                         
38832                                                                         
38833                                                                         </para></entry>
38834                                                         </row>
38835                                                 
38836                                                         <row>
38837                                                                 <entry>name</entry>
38838                                                                 <entry>text</entry>
38839                                                                 <entry><para>
38840                                                                         
38841                                                                         
38842                                                                                 NOT NULL;
38843                                                                         
38844                                                                         
38845                                                                         
38846                                                                         </para></entry>
38847                                                         </row>
38848                                                 
38849                                                         <row>
38850                                                                 <entry>shared</entry>
38851                                                                 <entry>boolean</entry>
38852                                                                 <entry><para>
38853                                                                         
38854                                                                         
38855                                                                                 NOT NULL;
38856                                                                         
38857                                                                         
38858                                                                                 DEFAULT false;
38859                                                                         
38860                                                                         
38861                                                                         </para></entry>
38862                                                         </row>
38863                                                 
38864                                                         <row>
38865                                                                 <entry>share_with</entry>
38866                                                                 <entry>integer</entry>
38867                                                                 <entry><para>
38868                                                                         
38869                                                                                                                 
38870                                                                         
38871                                                                         
38872                                                                         
38873                                                                         
38874                                                                         
38875                                                                                 
38876                                                                                 <xref linkend="actor.table.org-unit"/>
38877                                                                                 
38878                                                                         
38879                                                                         </para></entry>
38880                                                         </row>
38881                                                 
38882                                                 </tbody>
38883                                         </tgroup>
38884                                 </informaltable>
38885                                 <para>
38886                                 
38887                                 
38888                                 
38889                                         <itemizedlist>
38890                                                 <title>
38891                                                         Tables referencing reporter.template via Foreign Key Constraints
38892                                                 </title>
38893                                 
38894                                                         <listitem>
38895                                                                 <para><xref linkend="reporter.table.template"/></para>
38896                                                         </listitem>
38897                                                         
38898                                 
38899                                 
38900                                                         <listitem>
38901                                                                 <para><xref linkend="reporter.table.template-folder"/></para>
38902                                                         </listitem>
38903                                                         
38904                                         </itemizedlist>
38905                                 
38906                                 
38907                                 
38908                                 
38909                 </para>
38910                 </simplesect>
38911                 
38912                 <simplesect id="reporter.view.xact-billing-totals" xreflabel="reporter.xact_billing_totals">            
38913                         <title>xact_billing_totals</title>
38914                         <informaltable>
38915                                 <tgroup cols="3">
38916                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
38917                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
38918                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
38919                                         <thead>
38920                                                 <row>
38921                                                         <entry>Field</entry>
38922                                                         <entry>Data Type</entry>
38923                                                         <entry>Constraints and References</entry>
38924                                                 </row>
38925                                                 </thead>
38926                                                 <tbody>
38927                                                 
38928                                                         <row>
38929                                                                 <entry>xact</entry>
38930                                                                 <entry>bigint</entry>
38931                                                                 <entry><para>
38932                                                                         
38933                                                                         
38934                                                                         
38935                                                                         
38936                                                                         </para></entry>
38937                                                         </row>
38938                                                 
38939                                                         <row>
38940                                                                 <entry>unvoided</entry>
38941                                                                 <entry>numeric</entry>
38942                                                                 <entry><para>
38943                                                                         
38944                                                                         
38945                                                                         
38946                                                                         
38947                                                                         </para></entry>
38948                                                         </row>
38949                                                 
38950                                                         <row>
38951                                                                 <entry>voided</entry>
38952                                                                 <entry>numeric</entry>
38953                                                                 <entry><para>
38954                                                                         
38955                                                                         
38956                                                                         
38957                                                                         
38958                                                                         </para></entry>
38959                                                         </row>
38960                                                 
38961                                                         <row>
38962                                                                 <entry>total</entry>
38963                                                                 <entry>numeric</entry>
38964                                                                 <entry><para>
38965                                                                         
38966                                                                         
38967                                                                         
38968                                                                         
38969                                                                         </para></entry>
38970                                                         </row>
38971                                                 
38972                                                 </tbody>
38973                                         </tgroup>
38974                                 </informaltable>
38975                                 <para>
38976                                 
38977                                 
38978                                 
38979                                 
38980                 </para>
38981                 </simplesect>
38982                 
38983                 <simplesect id="reporter.view.xact-paid-totals" xreflabel="reporter.xact_paid_totals">          
38984                         <title>xact_paid_totals</title>
38985                         <informaltable>
38986                                 <tgroup cols="3">
38987                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
38988                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
38989                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
38990                                         <thead>
38991                                                 <row>
38992                                                         <entry>Field</entry>
38993                                                         <entry>Data Type</entry>
38994                                                         <entry>Constraints and References</entry>
38995                                                 </row>
38996                                                 </thead>
38997                                                 <tbody>
38998                                                 
38999                                                         <row>
39000                                                                 <entry>xact</entry>
39001                                                                 <entry>bigint</entry>
39002                                                                 <entry><para>
39003                                                                         
39004                                                                         
39005                                                                         
39006                                                                         
39007                                                                         </para></entry>
39008                                                         </row>
39009                                                 
39010                                                         <row>
39011                                                                 <entry>unvoided</entry>
39012                                                                 <entry>numeric</entry>
39013                                                                 <entry><para>
39014                                                                         
39015                                                                         
39016                                                                         
39017                                                                         
39018                                                                         </para></entry>
39019                                                         </row>
39020                                                 
39021                                                         <row>
39022                                                                 <entry>voided</entry>
39023                                                                 <entry>numeric</entry>
39024                                                                 <entry><para>
39025                                                                         
39026                                                                         
39027                                                                         
39028                                                                         
39029                                                                         </para></entry>
39030                                                         </row>
39031                                                 
39032                                                         <row>
39033                                                                 <entry>total</entry>
39034                                                                 <entry>numeric</entry>
39035                                                                 <entry><para>
39036                                                                         
39037                                                                         
39038                                                                         
39039                                                                         
39040                                                                         </para></entry>
39041                                                         </row>
39042                                                 
39043                                                 </tbody>
39044                                         </tgroup>
39045                                 </informaltable>
39046                                 <para>
39047                                 
39048                                 
39049                                 
39050                                 
39051                 </para>
39052                 </simplesect>
39053                 
39054         </section>
39055         
39056         <section id="search.schema">
39057                 <title>Schema search</title>
39058                 
39059                 <simplesect id="search.table.relevance-adjustment" xreflabel="search.relevance_adjustment">             
39060                         <title>relevance_adjustment</title>
39061                         <informaltable>
39062                                 <tgroup cols="3">
39063                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
39064                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
39065                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
39066                                         <thead>
39067                                                 <row>
39068                                                         <entry>Field</entry>
39069                                                         <entry>Data Type</entry>
39070                                                         <entry>Constraints and References</entry>
39071                                                 </row>
39072                                                 </thead>
39073                                                 <tbody>
39074                                                 
39075                                                         <row>
39076                                                                 <entry>id</entry>
39077                                                                 <entry>serial</entry>
39078                                                                 <entry><para>
39079                                                                         
39080                                                                                 
39081                                                                                         PRIMARY KEY
39082                                                                                                                 
39083                                                                         
39084                                                                         
39085                                                                         
39086                                                                         
39087                                                                         
39088                                                                                 
39089                                                                         
39090                                                                         </para></entry>
39091                                                         </row>
39092                                                 
39093                                                         <row>
39094                                                                 <entry>active</entry>
39095                                                                 <entry>boolean</entry>
39096                                                                 <entry><para>
39097                                                                         
39098                                                                         
39099                                                                                 NOT NULL;
39100                                                                         
39101                                                                         
39102                                                                                 DEFAULT true;
39103                                                                         
39104                                                                         
39105                                                                         </para></entry>
39106                                                         </row>
39107                                                 
39108                                                         <row>
39109                                                                 <entry>field</entry>
39110                                                                 <entry>integer</entry>
39111                                                                 <entry><para>
39112                                                                         
39113                                                                                                                 
39114                                                                         
39115                                                                         
39116                                                                         
39117                                                                                 NOT NULL;
39118                                                                         
39119                                                                         
39120                                                                         
39121                                                                                 
39122                                                                                 <xref linkend="config.table.metabib-field"/>
39123                                                                                 
39124                                                                         
39125                                                                         </para></entry>
39126                                                         </row>
39127                                                 
39128                                                         <row>
39129                                                                 <entry>bump_type</entry>
39130                                                                 <entry>text</entry>
39131                                                                 <entry><para>
39132                                                                         
39133                                                                         
39134                                                                                 NOT NULL;
39135                                                                         
39136                                                                         
39137                                                                         
39138                                                                         </para></entry>
39139                                                         </row>
39140                                                 
39141                                                         <row>
39142                                                                 <entry>multiplier</entry>
39143                                                                 <entry>numeric</entry>
39144                                                                 <entry><para>
39145                                                                         
39146                                                                         
39147                                                                                 NOT NULL;
39148                                                                         
39149                                                                         
39150                                                                                 DEFAULT 1.0;
39151                                                                         
39152                                                                         
39153                                                                         </para></entry>
39154                                                         </row>
39155                                                 
39156                                                 </tbody>
39157                                         </tgroup>
39158                                 </informaltable>
39159                                 <para>
39160                                 
39161                                 
39162                                         <variablelist>
39163                                                 <title>Constraints on relevance_adjustment</title>
39164                                                 
39165                                                 <varlistentry>
39166                                                         <term>relevance_adjustment_bump_type_check</term>
39167                                                         <listitem><para>CHECK ((bump_type = ANY (ARRAY[&apos;word_order&apos;::text, &apos;first_word&apos;::text, &apos;full_match&apos;::text])))</para></listitem>
39168                                                 </varlistentry>
39169                                                 
39170                                         </variablelist>
39171                                 
39172                                 
39173                                 
39174                                 
39175                                 
39176                 </para>
39177                 </simplesect>
39178                 
39179         </section>
39180         
39181         <section id="serial.schema">
39182                 <title>Schema serial</title>
39183                 
39184                 <simplesect id="serial.table.bib-summary" xreflabel="serial.bib_summary">               
39185                         <title>bib_summary</title>
39186                         <informaltable>
39187                                 <tgroup cols="3">
39188                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
39189                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
39190                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
39191                                         <thead>
39192                                                 <row>
39193                                                         <entry>Field</entry>
39194                                                         <entry>Data Type</entry>
39195                                                         <entry>Constraints and References</entry>
39196                                                 </row>
39197                                                 </thead>
39198                                                 <tbody>
39199                                                 
39200                                                         <row>
39201                                                                 <entry>id</entry>
39202                                                                 <entry>serial</entry>
39203                                                                 <entry><para>
39204                                                                         
39205                                                                                 
39206                                                                                         PRIMARY KEY
39207                                                                                                                 
39208                                                                         
39209                                                                         
39210                                                                         
39211                                                                         
39212                                                                         
39213                                                                                 
39214                                                                         
39215                                                                         </para></entry>
39216                                                         </row>
39217                                                 
39218                                                         <row>
39219                                                                 <entry>subscription</entry>
39220                                                                 <entry>integer</entry>
39221                                                                 <entry><para>
39222                                                                         
39223                                                                                                                 
39224                                                                         
39225                                                                         
39226                                                                                                                 
39227                                                                         
39228                                                                                 UNIQUE;
39229                                                                                 
39230                                                                         
39231                                                                         
39232                                                                                 NOT NULL;
39233                                                                         
39234                                                                         
39235                                                                         
39236                                                                                 
39237                                                                                 <xref linkend="serial.table.subscription"/>
39238                                                                                 
39239                                                                         
39240                                                                                 
39241                                                                         
39242                                                                         </para></entry>
39243                                                         </row>
39244                                                 
39245                                                         <row>
39246                                                                 <entry>generated_coverage</entry>
39247                                                                 <entry>text</entry>
39248                                                                 <entry><para>
39249                                                                         
39250                                                                         
39251                                                                                 NOT NULL;
39252                                                                         
39253                                                                         
39254                                                                         
39255                                                                         </para></entry>
39256                                                         </row>
39257                                                 
39258                                                         <row>
39259                                                                 <entry>textual_holdings</entry>
39260                                                                 <entry>text</entry>
39261                                                                 <entry><para>
39262                                                                         
39263                                                                         
39264                                                                         
39265                                                                         
39266                                                                         </para></entry>
39267                                                         </row>
39268                                                 
39269                                                 </tbody>
39270                                         </tgroup>
39271                                 </informaltable>
39272                                 <para>
39273                                 
39274                                 
39275                                 
39276                                 
39277                 </para>
39278                 </simplesect>
39279                 
39280                 <simplesect id="serial.table.binding-unit" xreflabel="serial.binding_unit">             
39281                         <title>binding_unit</title>
39282                         <informaltable>
39283                                 <tgroup cols="3">
39284                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
39285                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
39286                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
39287                                         <thead>
39288                                                 <row>
39289                                                         <entry>Field</entry>
39290                                                         <entry>Data Type</entry>
39291                                                         <entry>Constraints and References</entry>
39292                                                 </row>
39293                                                 </thead>
39294                                                 <tbody>
39295                                                 
39296                                                         <row>
39297                                                                 <entry>id</entry>
39298                                                                 <entry>serial</entry>
39299                                                                 <entry><para>
39300                                                                         
39301                                                                                 
39302                                                                                         PRIMARY KEY
39303                                                                                                                 
39304                                                                         
39305                                                                         
39306                                                                         
39307                                                                         
39308                                                                         
39309                                                                                 
39310                                                                         
39311                                                                         </para></entry>
39312                                                         </row>
39313                                                 
39314                                                         <row>
39315                                                                 <entry>subscription</entry>
39316                                                                 <entry>integer</entry>
39317                                                                 <entry><para>
39318                                                                         
39319                                                                                                                 
39320                                                                         
39321                                                                         
39322                                                                                                                 
39323                                                                         
39324                                                                                 UNIQUE#1
39325                                                                                 ;
39326                                                                                 
39327                                                                         
39328                                                                         
39329                                                                                 NOT NULL;
39330                                                                         
39331                                                                         
39332                                                                         
39333                                                                                 
39334                                                                                 <xref linkend="serial.table.subscription"/>
39335                                                                                 
39336                                                                         
39337                                                                                 
39338                                                                         
39339                                                                         </para></entry>
39340                                                         </row>
39341                                                 
39342                                                         <row>
39343                                                                 <entry>label</entry>
39344                                                                 <entry>text</entry>
39345                                                                 <entry><para>
39346                                                                         
39347                                                                                                                 
39348                                                                         
39349                                                                                 UNIQUE#1
39350                                                                                 ;
39351                                                                                 
39352                                                                         
39353                                                                         
39354                                                                                 NOT NULL;
39355                                                                         
39356                                                                         
39357                                                                         
39358                                                                                 
39359                                                                         
39360                                                                         </para></entry>
39361                                                         </row>
39362                                                 
39363                                                 </tbody>
39364                                         </tgroup>
39365                                 </informaltable>
39366                                 <para>
39367                                 
39368                                 
39369                                 
39370                                         <itemizedlist>
39371                                                 <title>
39372                                                         Tables referencing serial.issuance via Foreign Key Constraints
39373                                                 </title>
39374                                 
39375                                                         <listitem>
39376                                                                 <para><xref linkend="serial.table.issuance"/></para>
39377                                                         </listitem>
39378                                                         
39379                                         </itemizedlist>
39380                                 
39381                                 
39382                                 
39383                                 
39384                 </para>
39385                 </simplesect>
39386                 
39387                 <simplesect id="serial.table.index-summary" xreflabel="serial.index_summary">           
39388                         <title>index_summary</title>
39389                         <informaltable>
39390                                 <tgroup cols="3">
39391                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
39392                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
39393                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
39394                                         <thead>
39395                                                 <row>
39396                                                         <entry>Field</entry>
39397                                                         <entry>Data Type</entry>
39398                                                         <entry>Constraints and References</entry>
39399                                                 </row>
39400                                                 </thead>
39401                                                 <tbody>
39402                                                 
39403                                                         <row>
39404                                                                 <entry>id</entry>
39405                                                                 <entry>serial</entry>
39406                                                                 <entry><para>
39407                                                                         
39408                                                                                 
39409                                                                                         PRIMARY KEY
39410                                                                                                                 
39411                                                                         
39412                                                                         
39413                                                                         
39414                                                                         
39415                                                                         
39416                                                                                 
39417                                                                         
39418                                                                         </para></entry>
39419                                                         </row>
39420                                                 
39421                                                         <row>
39422                                                                 <entry>subscription</entry>
39423                                                                 <entry>integer</entry>
39424                                                                 <entry><para>
39425                                                                         
39426                                                                                                                 
39427                                                                         
39428                                                                         
39429                                                                                                                 
39430                                                                         
39431                                                                                 UNIQUE;
39432                                                                                 
39433                                                                         
39434                                                                         
39435                                                                                 NOT NULL;
39436                                                                         
39437                                                                         
39438                                                                         
39439                                                                                 
39440                                                                                 <xref linkend="serial.table.subscription"/>
39441                                                                                 
39442                                                                         
39443                                                                                 
39444                                                                         
39445                                                                         </para></entry>
39446                                                         </row>
39447                                                 
39448                                                         <row>
39449                                                                 <entry>generated_coverage</entry>
39450                                                                 <entry>text</entry>
39451                                                                 <entry><para>
39452                                                                         
39453                                                                         
39454                                                                                 NOT NULL;
39455                                                                         
39456                                                                         
39457                                                                         
39458                                                                         </para></entry>
39459                                                         </row>
39460                                                 
39461                                                         <row>
39462                                                                 <entry>textual_holdings</entry>
39463                                                                 <entry>text</entry>
39464                                                                 <entry><para>
39465                                                                         
39466                                                                         
39467                                                                         
39468                                                                         
39469                                                                         </para></entry>
39470                                                         </row>
39471                                                 
39472                                                 </tbody>
39473                                         </tgroup>
39474                                 </informaltable>
39475                                 <para>
39476                                 
39477                                 
39478                                 
39479                                 
39480                 </para>
39481                 </simplesect>
39482                 
39483                 <simplesect id="serial.table.issuance" xreflabel="serial.issuance">             
39484                         <title>issuance</title>
39485                         <informaltable>
39486                                 <tgroup cols="3">
39487                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
39488                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
39489                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
39490                                         <thead>
39491                                                 <row>
39492                                                         <entry>Field</entry>
39493                                                         <entry>Data Type</entry>
39494                                                         <entry>Constraints and References</entry>
39495                                                 </row>
39496                                                 </thead>
39497                                                 <tbody>
39498                                                 
39499                                                         <row>
39500                                                                 <entry>id</entry>
39501                                                                 <entry>serial</entry>
39502                                                                 <entry><para>
39503                                                                         
39504                                                                                 
39505                                                                                         PRIMARY KEY
39506                                                                                                                 
39507                                                                         
39508                                                                         
39509                                                                         
39510                                                                         
39511                                                                         
39512                                                                                 
39513                                                                         
39514                                                                         </para></entry>
39515                                                         </row>
39516                                                 
39517                                                         <row>
39518                                                                 <entry>subscription</entry>
39519                                                                 <entry>integer</entry>
39520                                                                 <entry><para>
39521                                                                         
39522                                                                                                                 
39523                                                                         
39524                                                                         
39525                                                                         
39526                                                                                 NOT NULL;
39527                                                                         
39528                                                                         
39529                                                                         
39530                                                                                 
39531                                                                                 <xref linkend="serial.table.subscription"/>
39532                                                                                 
39533                                                                         
39534                                                                         </para></entry>
39535                                                         </row>
39536                                                 
39537                                                         <row>
39538                                                                 <entry>target_copy</entry>
39539                                                                 <entry>bigint</entry>
39540                                                                 <entry><para>
39541                                                                         
39542                                                                                                                 
39543                                                                         
39544                                                                         
39545                                                                         
39546                                                                         
39547                                                                         
39548                                                                                 
39549                                                                                 <xref linkend="asset.table.copy"/>
39550                                                                                 
39551                                                                         
39552                                                                         </para></entry>
39553                                                         </row>
39554                                                 
39555                                                         <row>
39556                                                                 <entry>location</entry>
39557                                                                 <entry>bigint</entry>
39558                                                                 <entry><para>
39559                                                                         
39560                                                                                                                 
39561                                                                         
39562                                                                         
39563                                                                         
39564                                                                         
39565                                                                         
39566                                                                                 
39567                                                                                 <xref linkend="asset.table.copy-location"/>
39568                                                                                 
39569                                                                         
39570                                                                         </para></entry>
39571                                                         </row>
39572                                                 
39573                                                         <row>
39574                                                                 <entry>binding_unit</entry>
39575                                                                 <entry>integer</entry>
39576                                                                 <entry><para>
39577                                                                         
39578                                                                                                                 
39579                                                                         
39580                                                                         
39581                                                                         
39582                                                                         
39583                                                                         
39584                                                                                 
39585                                                                                 <xref linkend="serial.table.binding-unit"/>
39586                                                                                 
39587                                                                         
39588                                                                         </para></entry>
39589                                                         </row>
39590                                                 
39591                                                         <row>
39592                                                                 <entry>label</entry>
39593                                                                 <entry>text</entry>
39594                                                                 <entry><para>
39595                                                                         
39596                                                                         
39597                                                                         
39598                                                                         
39599                                                                         </para></entry>
39600                                                         </row>
39601                                                 
39602                                                 </tbody>
39603                                         </tgroup>
39604                                 </informaltable>
39605                                 <para>
39606                                 
39607                                 
39608                                 
39609                                 
39610                 </para>
39611                 </simplesect>
39612                 
39613                 <simplesect id="serial.table.record-entry" xreflabel="serial.record_entry">             
39614                         <title>record_entry</title>
39615                         <informaltable>
39616                                 <tgroup cols="3">
39617                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
39618                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
39619                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
39620                                         <thead>
39621                                                 <row>
39622                                                         <entry>Field</entry>
39623                                                         <entry>Data Type</entry>
39624                                                         <entry>Constraints and References</entry>
39625                                                 </row>
39626                                                 </thead>
39627                                                 <tbody>
39628                                                 
39629                                                         <row>
39630                                                                 <entry>id</entry>
39631                                                                 <entry>bigserial</entry>
39632                                                                 <entry><para>
39633                                                                         
39634                                                                                 
39635                                                                                         PRIMARY KEY
39636                                                                                                                 
39637                                                                         
39638                                                                         
39639                                                                         
39640                                                                         
39641                                                                         
39642                                                                                 
39643                                                                         
39644                                                                         </para></entry>
39645                                                         </row>
39646                                                 
39647                                                         <row>
39648                                                                 <entry>record</entry>
39649                                                                 <entry>bigint</entry>
39650                                                                 <entry><para>
39651                                                                         
39652                                                                                                                 
39653                                                                         
39654                                                                         
39655                                                                         
39656                                                                         
39657                                                                         
39658                                                                                 
39659                                                                                 <xref linkend="biblio.table.record-entry"/>
39660                                                                                 
39661                                                                         
39662                                                                         </para></entry>
39663                                                         </row>
39664                                                 
39665                                                         <row>
39666                                                                 <entry>owning_lib</entry>
39667                                                                 <entry>integer</entry>
39668                                                                 <entry><para>
39669                                                                         
39670                                                                                                                 
39671                                                                         
39672                                                                         
39673                                                                         
39674                                                                                 NOT NULL;
39675                                                                         
39676                                                                         
39677                                                                                 DEFAULT 1;
39678                                                                         
39679                                                                         
39680                                                                                 
39681                                                                                 <xref linkend="actor.table.org-unit"/>
39682                                                                                 
39683                                                                         
39684                                                                         </para></entry>
39685                                                         </row>
39686                                                 
39687                                                         <row>
39688                                                                 <entry>creator</entry>
39689                                                                 <entry>integer</entry>
39690                                                                 <entry><para>
39691                                                                         
39692                                                                         
39693                                                                                 NOT NULL;
39694                                                                         
39695                                                                         
39696                                                                                 DEFAULT 1;
39697                                                                         
39698                                                                         
39699                                                                         </para></entry>
39700                                                         </row>
39701                                                 
39702                                                         <row>
39703                                                                 <entry>editor</entry>
39704                                                                 <entry>integer</entry>
39705                                                                 <entry><para>
39706                                                                         
39707                                                                         
39708                                                                                 NOT NULL;
39709                                                                         
39710                                                                         
39711                                                                                 DEFAULT 1;
39712                                                                         
39713                                                                         
39714                                                                         </para></entry>
39715                                                         </row>
39716                                                 
39717                                                         <row>
39718                                                                 <entry>source</entry>
39719                                                                 <entry>integer</entry>
39720                                                                 <entry><para>
39721                                                                         
39722                                                                         
39723                                                                         
39724                                                                         
39725                                                                         </para></entry>
39726                                                         </row>
39727                                                 
39728                                                         <row>
39729                                                                 <entry>create_date</entry>
39730                                                                 <entry>timestamp with time zone</entry>
39731                                                                 <entry><para>
39732                                                                         
39733                                                                         
39734                                                                                 NOT NULL;
39735                                                                         
39736                                                                         
39737                                                                                 DEFAULT now();
39738                                                                         
39739                                                                         
39740                                                                         </para></entry>
39741                                                         </row>
39742                                                 
39743                                                         <row>
39744                                                                 <entry>edit_date</entry>
39745                                                                 <entry>timestamp with time zone</entry>
39746                                                                 <entry><para>
39747                                                                         
39748                                                                         
39749                                                                                 NOT NULL;
39750                                                                         
39751                                                                         
39752                                                                                 DEFAULT now();
39753                                                                         
39754                                                                         
39755                                                                         </para></entry>
39756                                                         </row>
39757                                                 
39758                                                         <row>
39759                                                                 <entry>active</entry>
39760                                                                 <entry>boolean</entry>
39761                                                                 <entry><para>
39762                                                                         
39763                                                                         
39764                                                                                 NOT NULL;
39765                                                                         
39766                                                                         
39767                                                                                 DEFAULT true;
39768                                                                         
39769                                                                         
39770                                                                         </para></entry>
39771                                                         </row>
39772                                                 
39773                                                         <row>
39774                                                                 <entry>deleted</entry>
39775                                                                 <entry>boolean</entry>
39776                                                                 <entry><para>
39777                                                                         
39778                                                                         
39779                                                                                 NOT NULL;
39780                                                                         
39781                                                                         
39782                                                                                 DEFAULT false;
39783                                                                         
39784                                                                         
39785                                                                         </para></entry>
39786                                                         </row>
39787                                                 
39788                                                         <row>
39789                                                                 <entry>marc</entry>
39790                                                                 <entry>text</entry>
39791                                                                 <entry><para>
39792                                                                         
39793                                                                         
39794                                                                                 NOT NULL;
39795                                                                         
39796                                                                         
39797                                                                         
39798                                                                         </para></entry>
39799                                                         </row>
39800                                                 
39801                                                         <row>
39802                                                                 <entry>last_xact_id</entry>
39803                                                                 <entry>text</entry>
39804                                                                 <entry><para>
39805                                                                         
39806                                                                         
39807                                                                                 NOT NULL;
39808                                                                         
39809                                                                         
39810                                                                         
39811                                                                         </para></entry>
39812                                                         </row>
39813                                                 
39814                                                 </tbody>
39815                                         </tgroup>
39816                                 </informaltable>
39817                                 <para>
39818                                 
39819                                 
39820                                 
39821                                 
39822                 </para>
39823                 </simplesect>
39824                 
39825                 <simplesect id="serial.table.subscription" xreflabel="serial.subscription">             
39826                         <title>subscription</title>
39827                         <informaltable>
39828                                 <tgroup cols="3">
39829                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
39830                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
39831                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
39832                                         <thead>
39833                                                 <row>
39834                                                         <entry>Field</entry>
39835                                                         <entry>Data Type</entry>
39836                                                         <entry>Constraints and References</entry>
39837                                                 </row>
39838                                                 </thead>
39839                                                 <tbody>
39840                                                 
39841                                                         <row>
39842                                                                 <entry>id</entry>
39843                                                                 <entry>serial</entry>
39844                                                                 <entry><para>
39845                                                                         
39846                                                                                 
39847                                                                                         PRIMARY KEY
39848                                                                                                                 
39849                                                                         
39850                                                                         
39851                                                                         
39852                                                                         
39853                                                                         
39854                                                                                 
39855                                                                         
39856                                                                         </para></entry>
39857                                                         </row>
39858                                                 
39859                                                         <row>
39860                                                                 <entry>callnumber</entry>
39861                                                                 <entry>bigint</entry>
39862                                                                 <entry><para>
39863                                                                         
39864                                                                                                                 
39865                                                                         
39866                                                                         
39867                                                                         
39868                                                                         
39869                                                                         
39870                                                                                 
39871                                                                                 <xref linkend="asset.table.call-number"/>
39872                                                                                 
39873                                                                         
39874                                                                         </para></entry>
39875                                                         </row>
39876                                                 
39877                                                         <row>
39878                                                                 <entry>uri</entry>
39879                                                                 <entry>integer</entry>
39880                                                                 <entry><para>
39881                                                                         
39882                                                                                                                 
39883                                                                         
39884                                                                         
39885                                                                         
39886                                                                         
39887                                                                         
39888                                                                                 
39889                                                                                 <xref linkend="asset.table.uri"/>
39890                                                                                 
39891                                                                         
39892                                                                         </para></entry>
39893                                                         </row>
39894                                                 
39895                                                         <row>
39896                                                                 <entry>start_date</entry>
39897                                                                 <entry>date</entry>
39898                                                                 <entry><para>
39899                                                                         
39900                                                                         
39901                                                                                 NOT NULL;
39902                                                                         
39903                                                                         
39904                                                                         
39905                                                                         </para></entry>
39906                                                         </row>
39907                                                 
39908                                                         <row>
39909                                                                 <entry>end_date</entry>
39910                                                                 <entry>date</entry>
39911                                                                 <entry><para>
39912                                                                         
39913                                                                         
39914                                                                         
39915                                                                         
39916                                                                         </para></entry>
39917                                                         </row>
39918                                                 
39919                                                 </tbody>
39920                                         </tgroup>
39921                                 </informaltable>
39922                                 <para>
39923                                 
39924                                 
39925                                 
39926                                         <itemizedlist>
39927                                                 <title>
39928                                                         Tables referencing serial.bib_summary via Foreign Key Constraints
39929                                                 </title>
39930                                 
39931                                                         <listitem>
39932                                                                 <para><xref linkend="serial.table.bib-summary"/></para>
39933                                                         </listitem>
39934                                                         
39935                                 
39936                                 
39937                                                         <listitem>
39938                                                                 <para><xref linkend="serial.table.binding-unit"/></para>
39939                                                         </listitem>
39940                                                         
39941                                 
39942                                 
39943                                                         <listitem>
39944                                                                 <para><xref linkend="serial.table.index-summary"/></para>
39945                                                         </listitem>
39946                                                         
39947                                 
39948                                 
39949                                                         <listitem>
39950                                                                 <para><xref linkend="serial.table.issuance"/></para>
39951                                                         </listitem>
39952                                                         
39953                                 
39954                                 
39955                                                         <listitem>
39956                                                                 <para><xref linkend="serial.table.sup-summary"/></para>
39957                                                         </listitem>
39958                                                         
39959                                         </itemizedlist>
39960                                 
39961                                 
39962                                 
39963                                 
39964                 </para>
39965                 </simplesect>
39966                 
39967                 <simplesect id="serial.table.sup-summary" xreflabel="serial.sup_summary">               
39968                         <title>sup_summary</title>
39969                         <informaltable>
39970                                 <tgroup cols="3">
39971                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
39972                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
39973                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
39974                                         <thead>
39975                                                 <row>
39976                                                         <entry>Field</entry>
39977                                                         <entry>Data Type</entry>
39978                                                         <entry>Constraints and References</entry>
39979                                                 </row>
39980                                                 </thead>
39981                                                 <tbody>
39982                                                 
39983                                                         <row>
39984                                                                 <entry>id</entry>
39985                                                                 <entry>serial</entry>
39986                                                                 <entry><para>
39987                                                                         
39988                                                                                 
39989                                                                                         PRIMARY KEY
39990                                                                                                                 
39991                                                                         
39992                                                                         
39993                                                                         
39994                                                                         
39995                                                                         
39996                                                                                 
39997                                                                         
39998                                                                         </para></entry>
39999                                                         </row>
40000                                                 
40001                                                         <row>
40002                                                                 <entry>subscription</entry>
40003                                                                 <entry>integer</entry>
40004                                                                 <entry><para>
40005                                                                         
40006                                                                                                                 
40007                                                                         
40008                                                                         
40009                                                                                                                 
40010                                                                         
40011                                                                                 UNIQUE;
40012                                                                                 
40013                                                                         
40014                                                                         
40015                                                                                 NOT NULL;
40016                                                                         
40017                                                                         
40018                                                                         
40019                                                                                 
40020                                                                                 <xref linkend="serial.table.subscription"/>
40021                                                                                 
40022                                                                         
40023                                                                                 
40024                                                                         
40025                                                                         </para></entry>
40026                                                         </row>
40027                                                 
40028                                                         <row>
40029                                                                 <entry>generated_coverage</entry>
40030                                                                 <entry>text</entry>
40031                                                                 <entry><para>
40032                                                                         
40033                                                                         
40034                                                                                 NOT NULL;
40035                                                                         
40036                                                                         
40037                                                                         
40038                                                                         </para></entry>
40039                                                         </row>
40040                                                 
40041                                                         <row>
40042                                                                 <entry>textual_holdings</entry>
40043                                                                 <entry>text</entry>
40044                                                                 <entry><para>
40045                                                                         
40046                                                                         
40047                                                                         
40048                                                                         
40049                                                                         </para></entry>
40050                                                         </row>
40051                                                 
40052                                                 </tbody>
40053                                         </tgroup>
40054                                 </informaltable>
40055                                 <para>
40056                                 
40057                                 
40058                                 
40059                                 
40060                 </para>
40061                 </simplesect>
40062                 
40063         </section>
40064         
40065         <section id="stats.schema">
40066                 <title>Schema stats</title>
40067                 
40068                 <simplesect id="stats.view.fleshed-call-number" xreflabel="stats.fleshed_call_number">          
40069                         <title>fleshed_call_number</title>
40070                         <informaltable>
40071                                 <tgroup cols="3">
40072                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
40073                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
40074                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
40075                                         <thead>
40076                                                 <row>
40077                                                         <entry>Field</entry>
40078                                                         <entry>Data Type</entry>
40079                                                         <entry>Constraints and References</entry>
40080                                                 </row>
40081                                                 </thead>
40082                                                 <tbody>
40083                                                 
40084                                                         <row>
40085                                                                 <entry>id</entry>
40086                                                                 <entry>bigint</entry>
40087                                                                 <entry><para>
40088                                                                         
40089                                                                         
40090                                                                         
40091                                                                         
40092                                                                         </para></entry>
40093                                                         </row>
40094                                                 
40095                                                         <row>
40096                                                                 <entry>creator</entry>
40097                                                                 <entry>bigint</entry>
40098                                                                 <entry><para>
40099                                                                         
40100                                                                         
40101                                                                         
40102                                                                         
40103                                                                         </para></entry>
40104                                                         </row>
40105                                                 
40106                                                         <row>
40107                                                                 <entry>create_date</entry>
40108                                                                 <entry>timestamp with time zone</entry>
40109                                                                 <entry><para>
40110                                                                         
40111                                                                         
40112                                                                         
40113                                                                         
40114                                                                         </para></entry>
40115                                                         </row>
40116                                                 
40117                                                         <row>
40118                                                                 <entry>editor</entry>
40119                                                                 <entry>bigint</entry>
40120                                                                 <entry><para>
40121                                                                         
40122                                                                         
40123                                                                         
40124                                                                         
40125                                                                         </para></entry>
40126                                                         </row>
40127                                                 
40128                                                         <row>
40129                                                                 <entry>edit_date</entry>
40130                                                                 <entry>timestamp with time zone</entry>
40131                                                                 <entry><para>
40132                                                                         
40133                                                                         
40134                                                                         
40135                                                                         
40136                                                                         </para></entry>
40137                                                         </row>
40138                                                 
40139                                                         <row>
40140                                                                 <entry>record</entry>
40141                                                                 <entry>bigint</entry>
40142                                                                 <entry><para>
40143                                                                         
40144                                                                         
40145                                                                         
40146                                                                         
40147                                                                         </para></entry>
40148                                                         </row>
40149                                                 
40150                                                         <row>
40151                                                                 <entry>owning_lib</entry>
40152                                                                 <entry>integer</entry>
40153                                                                 <entry><para>
40154                                                                         
40155                                                                         
40156                                                                         
40157                                                                         
40158                                                                         </para></entry>
40159                                                         </row>
40160                                                 
40161                                                         <row>
40162                                                                 <entry>label</entry>
40163                                                                 <entry>text</entry>
40164                                                                 <entry><para>
40165                                                                         
40166                                                                         
40167                                                                         
40168                                                                         
40169                                                                         </para></entry>
40170                                                         </row>
40171                                                 
40172                                                         <row>
40173                                                                 <entry>deleted</entry>
40174                                                                 <entry>boolean</entry>
40175                                                                 <entry><para>
40176                                                                         
40177                                                                         
40178                                                                         
40179                                                                         
40180                                                                         </para></entry>
40181                                                         </row>
40182                                                 
40183                                                         <row>
40184                                                                 <entry>create_date_day</entry>
40185                                                                 <entry>date</entry>
40186                                                                 <entry><para>
40187                                                                         
40188                                                                         
40189                                                                         
40190                                                                         
40191                                                                         </para></entry>
40192                                                         </row>
40193                                                 
40194                                                         <row>
40195                                                                 <entry>edit_date_day</entry>
40196                                                                 <entry>date</entry>
40197                                                                 <entry><para>
40198                                                                         
40199                                                                         
40200                                                                         
40201                                                                         
40202                                                                         </para></entry>
40203                                                         </row>
40204                                                 
40205                                                         <row>
40206                                                                 <entry>create_date_hour</entry>
40207                                                                 <entry>timestamp with time zone</entry>
40208                                                                 <entry><para>
40209                                                                         
40210                                                                         
40211                                                                         
40212                                                                         
40213                                                                         </para></entry>
40214                                                         </row>
40215                                                 
40216                                                         <row>
40217                                                                 <entry>edit_date_hour</entry>
40218                                                                 <entry>timestamp with time zone</entry>
40219                                                                 <entry><para>
40220                                                                         
40221                                                                         
40222                                                                         
40223                                                                         
40224                                                                         </para></entry>
40225                                                         </row>
40226                                                 
40227                                                         <row>
40228                                                                 <entry>item_lang</entry>
40229                                                                 <entry>text</entry>
40230                                                                 <entry><para>
40231                                                                         
40232                                                                         
40233                                                                         
40234                                                                         
40235                                                                         </para></entry>
40236                                                         </row>
40237                                                 
40238                                                         <row>
40239                                                                 <entry>item_type</entry>
40240                                                                 <entry>text</entry>
40241                                                                 <entry><para>
40242                                                                         
40243                                                                         
40244                                                                         
40245                                                                         
40246                                                                         </para></entry>
40247                                                         </row>
40248                                                 
40249                                                         <row>
40250                                                                 <entry>item_form</entry>
40251                                                                 <entry>text</entry>
40252                                                                 <entry><para>
40253                                                                         
40254                                                                         
40255                                                                         
40256                                                                         
40257                                                                         </para></entry>
40258                                                         </row>
40259                                                 
40260                                                 </tbody>
40261                                         </tgroup>
40262                                 </informaltable>
40263                                 <para>
40264                                 
40265                                 
40266                                 
40267                                 
40268                 </para>
40269                 </simplesect>
40270                 
40271                 <simplesect id="stats.view.fleshed-circulation" xreflabel="stats.fleshed_circulation">          
40272                         <title>fleshed_circulation</title>
40273                         <informaltable>
40274                                 <tgroup cols="3">
40275                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
40276                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
40277                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
40278                                         <thead>
40279                                                 <row>
40280                                                         <entry>Field</entry>
40281                                                         <entry>Data Type</entry>
40282                                                         <entry>Constraints and References</entry>
40283                                                 </row>
40284                                                 </thead>
40285                                                 <tbody>
40286                                                 
40287                                                         <row>
40288                                                                 <entry>id</entry>
40289                                                                 <entry>bigint</entry>
40290                                                                 <entry><para>
40291                                                                         
40292                                                                         
40293                                                                         
40294                                                                         
40295                                                                         </para></entry>
40296                                                         </row>
40297                                                 
40298                                                         <row>
40299                                                                 <entry>usr</entry>
40300                                                                 <entry>integer</entry>
40301                                                                 <entry><para>
40302                                                                         
40303                                                                         
40304                                                                         
40305                                                                         
40306                                                                         </para></entry>
40307                                                         </row>
40308                                                 
40309                                                         <row>
40310                                                                 <entry>xact_start</entry>
40311                                                                 <entry>timestamp with time zone</entry>
40312                                                                 <entry><para>
40313                                                                         
40314                                                                         
40315                                                                         
40316                                                                         
40317                                                                         </para></entry>
40318                                                         </row>
40319                                                 
40320                                                         <row>
40321                                                                 <entry>xact_finish</entry>
40322                                                                 <entry>timestamp with time zone</entry>
40323                                                                 <entry><para>
40324                                                                         
40325                                                                         
40326                                                                         
40327                                                                         
40328                                                                         </para></entry>
40329                                                         </row>
40330                                                 
40331                                                         <row>
40332                                                                 <entry>unrecovered</entry>
40333                                                                 <entry>boolean</entry>
40334                                                                 <entry><para>
40335                                                                         
40336                                                                         
40337                                                                         
40338                                                                         
40339                                                                         </para></entry>
40340                                                         </row>
40341                                                 
40342                                                         <row>
40343                                                                 <entry>target_copy</entry>
40344                                                                 <entry>bigint</entry>
40345                                                                 <entry><para>
40346                                                                         
40347                                                                         
40348                                                                         
40349                                                                         
40350                                                                         </para></entry>
40351                                                         </row>
40352                                                 
40353                                                         <row>
40354                                                                 <entry>circ_lib</entry>
40355                                                                 <entry>integer</entry>
40356                                                                 <entry><para>
40357                                                                         
40358                                                                         
40359                                                                         
40360                                                                         
40361                                                                         </para></entry>
40362                                                         </row>
40363                                                 
40364                                                         <row>
40365                                                                 <entry>circ_staff</entry>
40366                                                                 <entry>integer</entry>
40367                                                                 <entry><para>
40368                                                                         
40369                                                                         
40370                                                                         
40371                                                                         
40372                                                                         </para></entry>
40373                                                         </row>
40374                                                 
40375                                                         <row>
40376                                                                 <entry>checkin_staff</entry>
40377                                                                 <entry>integer</entry>
40378                                                                 <entry><para>
40379                                                                         
40380                                                                         
40381                                                                         
40382                                                                         
40383                                                                         </para></entry>
40384                                                         </row>
40385                                                 
40386                                                         <row>
40387                                                                 <entry>checkin_lib</entry>
40388                                                                 <entry>integer</entry>
40389                                                                 <entry><para>
40390                                                                         
40391                                                                         
40392                                                                         
40393                                                                         
40394                                                                         </para></entry>
40395                                                         </row>
40396                                                 
40397                                                         <row>
40398                                                                 <entry>renewal_remaining</entry>
40399                                                                 <entry>integer</entry>
40400                                                                 <entry><para>
40401                                                                         
40402                                                                         
40403                                                                         
40404                                                                         
40405                                                                         </para></entry>
40406                                                         </row>
40407                                                 
40408                                                         <row>
40409                                                                 <entry>due_date</entry>
40410                                                                 <entry>timestamp with time zone</entry>
40411                                                                 <entry><para>
40412                                                                         
40413                                                                         
40414                                                                         
40415                                                                         
40416                                                                         </para></entry>
40417                                                         </row>
40418                                                 
40419                                                         <row>
40420                                                                 <entry>stop_fines_time</entry>
40421                                                                 <entry>timestamp with time zone</entry>
40422                                                                 <entry><para>
40423                                                                         
40424                                                                         
40425                                                                         
40426                                                                         
40427                                                                         </para></entry>
40428                                                         </row>
40429                                                 
40430                                                         <row>
40431                                                                 <entry>checkin_time</entry>
40432                                                                 <entry>timestamp with time zone</entry>
40433                                                                 <entry><para>
40434                                                                         
40435                                                                         
40436                                                                         
40437                                                                         
40438                                                                         </para></entry>
40439                                                         </row>
40440                                                 
40441                                                         <row>
40442                                                                 <entry>create_time</entry>
40443                                                                 <entry>timestamp with time zone</entry>
40444                                                                 <entry><para>
40445                                                                         
40446                                                                         
40447                                                                         
40448                                                                         
40449                                                                         </para></entry>
40450                                                         </row>
40451                                                 
40452                                                         <row>
40453                                                                 <entry>duration</entry>
40454                                                                 <entry>interval</entry>
40455                                                                 <entry><para>
40456                                                                         
40457                                                                         
40458                                                                         
40459                                                                         
40460                                                                         </para></entry>
40461                                                         </row>
40462                                                 
40463                                                         <row>
40464                                                                 <entry>fine_interval</entry>
40465                                                                 <entry>interval</entry>
40466                                                                 <entry><para>
40467                                                                         
40468                                                                         
40469                                                                         
40470                                                                         
40471                                                                         </para></entry>
40472                                                         </row>
40473                                                 
40474                                                         <row>
40475                                                                 <entry>recuring_fine</entry>
40476                                                                 <entry>numeric(6,2)</entry>
40477                                                                 <entry><para>
40478                                                                         
40479                                                                         
40480                                                                         
40481                                                                         
40482                                                                         </para></entry>
40483                                                         </row>
40484                                                 
40485                                                         <row>
40486                                                                 <entry>max_fine</entry>
40487                                                                 <entry>numeric(6,2)</entry>
40488                                                                 <entry><para>
40489                                                                         
40490                                                                         
40491                                                                         
40492                                                                         
40493                                                                         </para></entry>
40494                                                         </row>
40495                                                 
40496                                                         <row>
40497                                                                 <entry>phone_renewal</entry>
40498                                                                 <entry>boolean</entry>
40499                                                                 <entry><para>
40500                                                                         
40501                                                                         
40502                                                                         
40503                                                                         
40504                                                                         </para></entry>
40505                                                         </row>
40506                                                 
40507                                                         <row>
40508                                                                 <entry>desk_renewal</entry>
40509                                                                 <entry>boolean</entry>
40510                                                                 <entry><para>
40511                                                                         
40512                                                                         
40513                                                                         
40514                                                                         
40515                                                                         </para></entry>
40516                                                         </row>
40517                                                 
40518                                                         <row>
40519                                                                 <entry>opac_renewal</entry>
40520                                                                 <entry>boolean</entry>
40521                                                                 <entry><para>
40522                                                                         
40523                                                                         
40524                                                                         
40525                                                                         
40526                                                                         </para></entry>
40527                                                         </row>
40528                                                 
40529                                                         <row>
40530                                                                 <entry>duration_rule</entry>
40531                                                                 <entry>text</entry>
40532                                                                 <entry><para>
40533                                                                         
40534                                                                         
40535                                                                         
40536                                                                         
40537                                                                         </para></entry>
40538                                                         </row>
40539                                                 
40540                                                         <row>
40541                                                                 <entry>recuring_fine_rule</entry>
40542                                                                 <entry>text</entry>
40543                                                                 <entry><para>
40544                                                                         
40545                                                                         
40546                                                                         
40547                                                                         
40548                                                                         </para></entry>
40549                                                         </row>
40550                                                 
40551                                                         <row>
40552                                                                 <entry>max_fine_rule</entry>
40553                                                                 <entry>text</entry>
40554                                                                 <entry><para>
40555                                                                         
40556                                                                         
40557                                                                         
40558                                                                         
40559                                                                         </para></entry>
40560                                                         </row>
40561                                                 
40562                                                         <row>
40563                                                                 <entry>stop_fines</entry>
40564                                                                 <entry>text</entry>
40565                                                                 <entry><para>
40566                                                                         
40567                                                                         
40568                                                                         
40569                                                                         
40570                                                                         </para></entry>
40571                                                         </row>
40572                                                 
40573                                                         <row>
40574                                                                 <entry>start_date_day</entry>
40575                                                                 <entry>date</entry>
40576                                                                 <entry><para>
40577                                                                         
40578                                                                         
40579                                                                         
40580                                                                         
40581                                                                         </para></entry>
40582                                                         </row>
40583                                                 
40584                                                         <row>
40585                                                                 <entry>finish_date_day</entry>
40586                                                                 <entry>date</entry>
40587                                                                 <entry><para>
40588                                                                         
40589                                                                         
40590                                                                         
40591                                                                         
40592                                                                         </para></entry>
40593                                                         </row>
40594                                                 
40595                                                         <row>
40596                                                                 <entry>start_date_hour</entry>
40597                                                                 <entry>timestamp with time zone</entry>
40598                                                                 <entry><para>
40599                                                                         
40600                                                                         
40601                                                                         
40602                                                                         
40603                                                                         </para></entry>
40604                                                         </row>
40605                                                 
40606                                                         <row>
40607                                                                 <entry>finish_date_hour</entry>
40608                                                                 <entry>timestamp with time zone</entry>
40609                                                                 <entry><para>
40610                                                                         
40611                                                                         
40612                                                                         
40613                                                                         
40614                                                                         </para></entry>
40615                                                         </row>
40616                                                 
40617                                                         <row>
40618                                                                 <entry>call_number_label</entry>
40619                                                                 <entry>text</entry>
40620                                                                 <entry><para>
40621                                                                         
40622                                                                         
40623                                                                         
40624                                                                         
40625                                                                         </para></entry>
40626                                                         </row>
40627                                                 
40628                                                         <row>
40629                                                                 <entry>owning_lib</entry>
40630                                                                 <entry>integer</entry>
40631                                                                 <entry><para>
40632                                                                         
40633                                                                         
40634                                                                         
40635                                                                         
40636                                                                         </para></entry>
40637                                                         </row>
40638                                                 
40639                                                         <row>
40640                                                                 <entry>item_lang</entry>
40641                                                                 <entry>text</entry>
40642                                                                 <entry><para>
40643                                                                         
40644                                                                         
40645                                                                         
40646                                                                         
40647                                                                         </para></entry>
40648                                                         </row>
40649                                                 
40650                                                         <row>
40651                                                                 <entry>item_type</entry>
40652                                                                 <entry>text</entry>
40653                                                                 <entry><para>
40654                                                                         
40655                                                                         
40656                                                                         
40657                                                                         
40658                                                                         </para></entry>
40659                                                         </row>
40660                                                 
40661                                                         <row>
40662                                                                 <entry>item_form</entry>
40663                                                                 <entry>text</entry>
40664                                                                 <entry><para>
40665                                                                         
40666                                                                         
40667                                                                         
40668                                                                         
40669                                                                         </para></entry>
40670                                                         </row>
40671                                                 
40672                                                 </tbody>
40673                                         </tgroup>
40674                                 </informaltable>
40675                                 <para>
40676                                 
40677                                 
40678                                 
40679                                 
40680                 </para>
40681                 </simplesect>
40682                 
40683                 <simplesect id="stats.view.fleshed-copy" xreflabel="stats.fleshed_copy">                
40684                         <title>fleshed_copy</title>
40685                         <informaltable>
40686                                 <tgroup cols="3">
40687                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
40688                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
40689                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
40690                                         <thead>
40691                                                 <row>
40692                                                         <entry>Field</entry>
40693                                                         <entry>Data Type</entry>
40694                                                         <entry>Constraints and References</entry>
40695                                                 </row>
40696                                                 </thead>
40697                                                 <tbody>
40698                                                 
40699                                                         <row>
40700                                                                 <entry>id</entry>
40701                                                                 <entry>bigint</entry>
40702                                                                 <entry><para>
40703                                                                         
40704                                                                         
40705                                                                         
40706                                                                         
40707                                                                         </para></entry>
40708                                                         </row>
40709                                                 
40710                                                         <row>
40711                                                                 <entry>circ_lib</entry>
40712                                                                 <entry>integer</entry>
40713                                                                 <entry><para>
40714                                                                         
40715                                                                         
40716                                                                         
40717                                                                         
40718                                                                         </para></entry>
40719                                                         </row>
40720                                                 
40721                                                         <row>
40722                                                                 <entry>creator</entry>
40723                                                                 <entry>bigint</entry>
40724                                                                 <entry><para>
40725                                                                         
40726                                                                         
40727                                                                         
40728                                                                         
40729                                                                         </para></entry>
40730                                                         </row>
40731                                                 
40732                                                         <row>
40733                                                                 <entry>call_number</entry>
40734                                                                 <entry>bigint</entry>
40735                                                                 <entry><para>
40736                                                                         
40737                                                                         
40738                                                                         
40739                                                                         
40740                                                                         </para></entry>
40741                                                         </row>
40742                                                 
40743                                                         <row>
40744                                                                 <entry>editor</entry>
40745                                                                 <entry>bigint</entry>
40746                                                                 <entry><para>
40747                                                                         
40748                                                                         
40749                                                                         
40750                                                                         
40751                                                                         </para></entry>
40752                                                         </row>
40753                                                 
40754                                                         <row>
40755                                                                 <entry>create_date</entry>
40756                                                                 <entry>timestamp with time zone</entry>
40757                                                                 <entry><para>
40758                                                                         
40759                                                                         
40760                                                                         
40761                                                                         
40762                                                                         </para></entry>
40763                                                         </row>
40764                                                 
40765                                                         <row>
40766                                                                 <entry>edit_date</entry>
40767                                                                 <entry>timestamp with time zone</entry>
40768                                                                 <entry><para>
40769                                                                         
40770                                                                         
40771                                                                         
40772                                                                         
40773                                                                         </para></entry>
40774                                                         </row>
40775                                                 
40776                                                         <row>
40777                                                                 <entry>copy_number</entry>
40778                                                                 <entry>integer</entry>
40779                                                                 <entry><para>
40780                                                                         
40781                                                                         
40782                                                                         
40783                                                                         
40784                                                                         </para></entry>
40785                                                         </row>
40786                                                 
40787                                                         <row>
40788                                                                 <entry>status</entry>
40789                                                                 <entry>integer</entry>
40790                                                                 <entry><para>
40791                                                                         
40792                                                                         
40793                                                                         
40794                                                                         
40795                                                                         </para></entry>
40796                                                         </row>
40797                                                 
40798                                                         <row>
40799                                                                 <entry>location</entry>
40800                                                                 <entry>integer</entry>
40801                                                                 <entry><para>
40802                                                                         
40803                                                                         
40804                                                                         
40805                                                                         
40806                                                                         </para></entry>
40807                                                         </row>
40808                                                 
40809                                                         <row>
40810                                                                 <entry>loan_duration</entry>
40811                                                                 <entry>integer</entry>
40812                                                                 <entry><para>
40813                                                                         
40814                                                                         
40815                                                                         
40816                                                                         
40817                                                                         </para></entry>
40818                                                         </row>
40819                                                 
40820                                                         <row>
40821                                                                 <entry>fine_level</entry>
40822                                                                 <entry>integer</entry>
40823                                                                 <entry><para>
40824                                                                         
40825                                                                         
40826                                                                         
40827                                                                         
40828                                                                         </para></entry>
40829                                                         </row>
40830                                                 
40831                                                         <row>
40832                                                                 <entry>age_protect</entry>
40833                                                                 <entry>integer</entry>
40834                                                                 <entry><para>
40835                                                                         
40836                                                                         
40837                                                                         
40838                                                                         
40839                                                                         </para></entry>
40840                                                         </row>
40841                                                 
40842                                                         <row>
40843                                                                 <entry>circulate</entry>
40844                                                                 <entry>boolean</entry>
40845                                                                 <entry><para>
40846                                                                         
40847                                                                         
40848                                                                         
40849                                                                         
40850                                                                         </para></entry>
40851                                                         </row>
40852                                                 
40853                                                         <row>
40854                                                                 <entry>deposit</entry>
40855                                                                 <entry>boolean</entry>
40856                                                                 <entry><para>
40857                                                                         
40858                                                                         
40859                                                                         
40860                                                                         
40861                                                                         </para></entry>
40862                                                         </row>
40863                                                 
40864                                                         <row>
40865                                                                 <entry>ref</entry>
40866                                                                 <entry>boolean</entry>
40867                                                                 <entry><para>
40868                                                                         
40869                                                                         
40870                                                                         
40871                                                                         
40872                                                                         </para></entry>
40873                                                         </row>
40874                                                 
40875                                                         <row>
40876                                                                 <entry>holdable</entry>
40877                                                                 <entry>boolean</entry>
40878                                                                 <entry><para>
40879                                                                         
40880                                                                         
40881                                                                         
40882                                                                         
40883                                                                         </para></entry>
40884                                                         </row>
40885                                                 
40886                                                         <row>
40887                                                                 <entry>deposit_amount</entry>
40888                                                                 <entry>numeric(6,2)</entry>
40889                                                                 <entry><para>
40890                                                                         
40891                                                                         
40892                                                                         
40893                                                                         
40894                                                                         </para></entry>
40895                                                         </row>
40896                                                 
40897                                                         <row>
40898                                                                 <entry>price</entry>
40899                                                                 <entry>numeric(8,2)</entry>
40900                                                                 <entry><para>
40901                                                                         
40902                                                                         
40903                                                                         
40904                                                                         
40905                                                                         </para></entry>
40906                                                         </row>
40907                                                 
40908                                                         <row>
40909                                                                 <entry>barcode</entry>
40910                                                                 <entry>text</entry>
40911                                                                 <entry><para>
40912                                                                         
40913                                                                         
40914                                                                         
40915                                                                         
40916                                                                         </para></entry>
40917                                                         </row>
40918                                                 
40919                                                         <row>
40920                                                                 <entry>circ_modifier</entry>
40921                                                                 <entry>text</entry>
40922                                                                 <entry><para>
40923                                                                         
40924                                                                         
40925                                                                         
40926                                                                         
40927                                                                         </para></entry>
40928                                                         </row>
40929                                                 
40930                                                         <row>
40931                                                                 <entry>circ_as_type</entry>
40932                                                                 <entry>text</entry>
40933                                                                 <entry><para>
40934                                                                         
40935                                                                         
40936                                                                         
40937                                                                         
40938                                                                         </para></entry>
40939                                                         </row>
40940                                                 
40941                                                         <row>
40942                                                                 <entry>dummy_title</entry>
40943                                                                 <entry>text</entry>
40944                                                                 <entry><para>
40945                                                                         
40946                                                                         
40947                                                                         
40948                                                                         
40949                                                                         </para></entry>
40950                                                         </row>
40951                                                 
40952                                                         <row>
40953                                                                 <entry>dummy_author</entry>
40954                                                                 <entry>text</entry>
40955                                                                 <entry><para>
40956                                                                         
40957                                                                         
40958                                                                         
40959                                                                         
40960                                                                         </para></entry>
40961                                                         </row>
40962                                                 
40963                                                         <row>
40964                                                                 <entry>alert_message</entry>
40965                                                                 <entry>text</entry>
40966                                                                 <entry><para>
40967                                                                         
40968                                                                         
40969                                                                         
40970                                                                         
40971                                                                         </para></entry>
40972                                                         </row>
40973                                                 
40974                                                         <row>
40975                                                                 <entry>opac_visible</entry>
40976                                                                 <entry>boolean</entry>
40977                                                                 <entry><para>
40978                                                                         
40979                                                                         
40980                                                                         
40981                                                                         
40982                                                                         </para></entry>
40983                                                         </row>
40984                                                 
40985                                                         <row>
40986                                                                 <entry>deleted</entry>
40987                                                                 <entry>boolean</entry>
40988                                                                 <entry><para>
40989                                                                         
40990                                                                         
40991                                                                         
40992                                                                         
40993                                                                         </para></entry>
40994                                                         </row>
40995                                                 
40996                                                         <row>
40997                                                                 <entry>create_date_day</entry>
40998                                                                 <entry>date</entry>
40999                                                                 <entry><para>
41000                                                                         
41001                                                                         
41002                                                                         
41003                                                                         
41004                                                                         </para></entry>
41005                                                         </row>
41006                                                 
41007                                                         <row>
41008                                                                 <entry>edit_date_day</entry>
41009                                                                 <entry>date</entry>
41010                                                                 <entry><para>
41011                                                                         
41012                                                                         
41013                                                                         
41014                                                                         
41015                                                                         </para></entry>
41016                                                         </row>
41017                                                 
41018                                                         <row>
41019                                                                 <entry>create_date_hour</entry>
41020                                                                 <entry>timestamp with time zone</entry>
41021                                                                 <entry><para>
41022                                                                         
41023                                                                         
41024                                                                         
41025                                                                         
41026                                                                         </para></entry>
41027                                                         </row>
41028                                                 
41029                                                         <row>
41030                                                                 <entry>edit_date_hour</entry>
41031                                                                 <entry>timestamp with time zone</entry>
41032                                                                 <entry><para>
41033                                                                         
41034                                                                         
41035                                                                         
41036                                                                         
41037                                                                         </para></entry>
41038                                                         </row>
41039                                                 
41040                                                         <row>
41041                                                                 <entry>call_number_label</entry>
41042                                                                 <entry>text</entry>
41043                                                                 <entry><para>
41044                                                                         
41045                                                                         
41046                                                                         
41047                                                                         
41048                                                                         </para></entry>
41049                                                         </row>
41050                                                 
41051                                                         <row>
41052                                                                 <entry>owning_lib</entry>
41053                                                                 <entry>integer</entry>
41054                                                                 <entry><para>
41055                                                                         
41056                                                                         
41057                                                                         
41058                                                                         
41059                                                                         </para></entry>
41060                                                         </row>
41061                                                 
41062                                                         <row>
41063                                                                 <entry>item_lang</entry>
41064                                                                 <entry>text</entry>
41065                                                                 <entry><para>
41066                                                                         
41067                                                                         
41068                                                                         
41069                                                                         
41070                                                                         </para></entry>
41071                                                         </row>
41072                                                 
41073                                                         <row>
41074                                                                 <entry>item_type</entry>
41075                                                                 <entry>text</entry>
41076                                                                 <entry><para>
41077                                                                         
41078                                                                         
41079                                                                         
41080                                                                         
41081                                                                         </para></entry>
41082                                                         </row>
41083                                                 
41084                                                         <row>
41085                                                                 <entry>item_form</entry>
41086                                                                 <entry>text</entry>
41087                                                                 <entry><para>
41088                                                                         
41089                                                                         
41090                                                                         
41091                                                                         
41092                                                                         </para></entry>
41093                                                         </row>
41094                                                 
41095                                                 </tbody>
41096                                         </tgroup>
41097                                 </informaltable>
41098                                 <para>
41099                                 
41100                                 
41101                                 
41102                                 
41103                 </para>
41104                 </simplesect>
41105                 
41106         </section>
41107         
41108         <section id="vandelay.schema">
41109                 <title>Schema vandelay</title>
41110                 
41111                 <simplesect id="vandelay.table.authority-attr-definition" xreflabel="vandelay.authority_attr_definition">               
41112                         <title>authority_attr_definition</title>
41113                         <informaltable>
41114                                 <tgroup cols="3">
41115                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
41116                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
41117                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
41118                                         <thead>
41119                                                 <row>
41120                                                         <entry>Field</entry>
41121                                                         <entry>Data Type</entry>
41122                                                         <entry>Constraints and References</entry>
41123                                                 </row>
41124                                                 </thead>
41125                                                 <tbody>
41126                                                 
41127                                                         <row>
41128                                                                 <entry>id</entry>
41129                                                                 <entry>serial</entry>
41130                                                                 <entry><para>
41131                                                                         
41132                                                                                 
41133                                                                                         PRIMARY KEY
41134                                                                                                                 
41135                                                                         
41136                                                                         
41137                                                                         
41138                                                                         
41139                                                                         
41140                                                                                 
41141                                                                         
41142                                                                         </para></entry>
41143                                                         </row>
41144                                                 
41145                                                         <row>
41146                                                                 <entry>code</entry>
41147                                                                 <entry>text</entry>
41148                                                                 <entry><para>
41149                                                                         
41150                                                                                                                 
41151                                                                         
41152                                                                                 UNIQUE;
41153                                                                                 
41154                                                                         
41155                                                                         
41156                                                                                 NOT NULL;
41157                                                                         
41158                                                                         
41159                                                                         
41160                                                                                 
41161                                                                         
41162                                                                         </para></entry>
41163                                                         </row>
41164                                                 
41165                                                         <row>
41166                                                                 <entry>description</entry>
41167                                                                 <entry>text</entry>
41168                                                                 <entry><para>
41169                                                                         
41170                                                                         
41171                                                                         
41172                                                                         
41173                                                                         </para></entry>
41174                                                         </row>
41175                                                 
41176                                                         <row>
41177                                                                 <entry>xpath</entry>
41178                                                                 <entry>text</entry>
41179                                                                 <entry><para>
41180                                                                         
41181                                                                         
41182                                                                                 NOT NULL;
41183                                                                         
41184                                                                         
41185                                                                         
41186                                                                         </para></entry>
41187                                                         </row>
41188                                                 
41189                                                         <row>
41190                                                                 <entry>remove</entry>
41191                                                                 <entry>text</entry>
41192                                                                 <entry><para>
41193                                                                         
41194                                                                         
41195                                                                                 NOT NULL;
41196                                                                         
41197                                                                         
41198                                                                                 DEFAULT &apos;&apos;::text;
41199                                                                         
41200                                                                         
41201                                                                         </para></entry>
41202                                                         </row>
41203                                                 
41204                                                         <row>
41205                                                                 <entry>ident</entry>
41206                                                                 <entry>boolean</entry>
41207                                                                 <entry><para>
41208                                                                         
41209                                                                         
41210                                                                                 NOT NULL;
41211                                                                         
41212                                                                         
41213                                                                                 DEFAULT false;
41214                                                                         
41215                                                                         
41216                                                                         </para></entry>
41217                                                         </row>
41218                                                 
41219                                                 </tbody>
41220                                         </tgroup>
41221                                 </informaltable>
41222                                 <para>
41223                                 
41224                                 
41225                                 
41226                                         <itemizedlist>
41227                                                 <title>
41228                                                         Tables referencing vandelay.queued_authority_record_attr via Foreign Key Constraints
41229                                                 </title>
41230                                 
41231                                                         <listitem>
41232                                                                 <para><xref linkend="vandelay.table.queued-authority-record-attr"/></para>
41233                                                         </listitem>
41234                                                         
41235                                         </itemizedlist>
41236                                 
41237                                 
41238                                 
41239                                 
41240                 </para>
41241                 </simplesect>
41242                 
41243                 <simplesect id="vandelay.table.authority-match" xreflabel="vandelay.authority_match">           
41244                         <title>authority_match</title>
41245                         <informaltable>
41246                                 <tgroup cols="3">
41247                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
41248                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
41249                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
41250                                         <thead>
41251                                                 <row>
41252                                                         <entry>Field</entry>
41253                                                         <entry>Data Type</entry>
41254                                                         <entry>Constraints and References</entry>
41255                                                 </row>
41256                                                 </thead>
41257                                                 <tbody>
41258                                                 
41259                                                         <row>
41260                                                                 <entry>id</entry>
41261                                                                 <entry>bigserial</entry>
41262                                                                 <entry><para>
41263                                                                         
41264                                                                                 
41265                                                                                         PRIMARY KEY
41266                                                                                                                 
41267                                                                         
41268                                                                         
41269                                                                         
41270                                                                         
41271                                                                         
41272                                                                                 
41273                                                                         
41274                                                                         </para></entry>
41275                                                         </row>
41276                                                 
41277                                                         <row>
41278                                                                 <entry>matched_attr</entry>
41279                                                                 <entry>integer</entry>
41280                                                                 <entry><para>
41281                                                                         
41282                                                                                                                 
41283                                                                         
41284                                                                         
41285                                                                         
41286                                                                         
41287                                                                         
41288                                                                                 
41289                                                                                 <xref linkend="vandelay.table.queued-authority-record-attr"/>
41290                                                                                 
41291                                                                         
41292                                                                         </para></entry>
41293                                                         </row>
41294                                                 
41295                                                         <row>
41296                                                                 <entry>queued_record</entry>
41297                                                                 <entry>bigint</entry>
41298                                                                 <entry><para>
41299                                                                         
41300                                                                                                                 
41301                                                                         
41302                                                                         
41303                                                                         
41304                                                                         
41305                                                                         
41306                                                                                 
41307                                                                                 <xref linkend="vandelay.table.queued-authority-record"/>
41308                                                                                 
41309                                                                         
41310                                                                         </para></entry>
41311                                                         </row>
41312                                                 
41313                                                         <row>
41314                                                                 <entry>eg_record</entry>
41315                                                                 <entry>bigint</entry>
41316                                                                 <entry><para>
41317                                                                         
41318                                                                                                                 
41319                                                                         
41320                                                                         
41321                                                                         
41322                                                                         
41323                                                                         
41324                                                                                 
41325                                                                                 <xref linkend="authority.table.record-entry"/>
41326                                                                                 
41327                                                                         
41328                                                                         </para></entry>
41329                                                         </row>
41330                                                 
41331                                                 </tbody>
41332                                         </tgroup>
41333                                 </informaltable>
41334                                 <para>
41335                                 
41336                                 
41337                                 
41338                                 
41339                 </para>
41340                 </simplesect>
41341                 
41342                 <simplesect id="vandelay.table.authority-queue" xreflabel="vandelay.authority_queue">           
41343                         <title>authority_queue</title>
41344                         <informaltable>
41345                                 <tgroup cols="3">
41346                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
41347                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
41348                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
41349                                         <thead>
41350                                                 <row>
41351                                                         <entry>Field</entry>
41352                                                         <entry>Data Type</entry>
41353                                                         <entry>Constraints and References</entry>
41354                                                 </row>
41355                                                 </thead>
41356                                                 <tbody>
41357                                                 
41358                                                         <row>
41359                                                                 <entry>id</entry>
41360                                                                 <entry>bigint</entry>
41361                                                                 <entry><para>
41362                                                                         
41363                                                                                 
41364                                                                                         PRIMARY KEY
41365                                                                                                                 
41366                                                                         
41367                                                                         
41368                                                                         
41369                                                                         
41370                                                                                 DEFAULT nextval(&apos;queue_id_seq&apos;::regclass);
41371                                                                         
41372                                                                         
41373                                                                                 
41374                                                                         
41375                                                                         </para></entry>
41376                                                         </row>
41377                                                 
41378                                                         <row>
41379                                                                 <entry>owner</entry>
41380                                                                 <entry>integer</entry>
41381                                                                 <entry><para>
41382                                                                         
41383                                                                                                                 
41384                                                                         
41385                                                                                 UNIQUE#1
41386                                                                                 ;
41387                                                                                 
41388                                                                         
41389                                                                         
41390                                                                                 NOT NULL;
41391                                                                         
41392                                                                         
41393                                                                         
41394                                                                                 
41395                                                                         
41396                                                                         </para></entry>
41397                                                         </row>
41398                                                 
41399                                                         <row>
41400                                                                 <entry>name</entry>
41401                                                                 <entry>text</entry>
41402                                                                 <entry><para>
41403                                                                         
41404                                                                                                                 
41405                                                                         
41406                                                                                 UNIQUE#1
41407                                                                                 ;
41408                                                                                 
41409                                                                         
41410                                                                         
41411                                                                                 NOT NULL;
41412                                                                         
41413                                                                         
41414                                                                         
41415                                                                                 
41416                                                                         
41417                                                                         </para></entry>
41418                                                         </row>
41419                                                 
41420                                                         <row>
41421                                                                 <entry>complete</entry>
41422                                                                 <entry>boolean</entry>
41423                                                                 <entry><para>
41424                                                                         
41425                                                                         
41426                                                                                 NOT NULL;
41427                                                                         
41428                                                                         
41429                                                                                 DEFAULT false;
41430                                                                         
41431                                                                         
41432                                                                         </para></entry>
41433                                                         </row>
41434                                                 
41435                                                         <row>
41436                                                                 <entry>queue_type</entry>
41437                                                                 <entry>text</entry>
41438                                                                 <entry><para>
41439                                                                         
41440                                                                                                                 
41441                                                                         
41442                                                                                 UNIQUE#1
41443                                                                                 ;
41444                                                                                 
41445                                                                         
41446                                                                         
41447                                                                                 NOT NULL;
41448                                                                         
41449                                                                         
41450                                                                                 DEFAULT &apos;authority&apos;::text;
41451                                                                         
41452                                                                         
41453                                                                                 
41454                                                                         
41455                                                                         </para></entry>
41456                                                         </row>
41457                                                 
41458                                                 </tbody>
41459                                         </tgroup>
41460                                 </informaltable>
41461                                 <para>
41462                                 
41463                                 
41464                                         <variablelist>
41465                                                 <title>Constraints on authority_queue</title>
41466                                                 
41467                                                 <varlistentry>
41468                                                         <term>authority_queue_queue_type_check</term>
41469                                                         <listitem><para>CHECK ((queue_type = &apos;authority&apos;::text))</para></listitem>
41470                                                 </varlistentry>
41471                                                 
41472                                 
41473                                 
41474                                                 <varlistentry>
41475                                                         <term>queue_queue_type_check</term>
41476                                                         <listitem><para>CHECK ((queue_type = ANY (ARRAY[&apos;bib&apos;::text, &apos;authority&apos;::text])))</para></listitem>
41477                                                 </varlistentry>
41478                                                 
41479                                         </variablelist>
41480                                 
41481                                 
41482                                 
41483                                 
41484                                         <itemizedlist>
41485                                                 <title>
41486                                                         Tables referencing vandelay.queued_authority_record via Foreign Key Constraints
41487                                                 </title>
41488                                 
41489                                                         <listitem>
41490                                                                 <para><xref linkend="vandelay.table.queued-authority-record"/></para>
41491                                                         </listitem>
41492                                                         
41493                                         </itemizedlist>
41494                                 
41495                                 
41496                                 
41497                                 
41498                 </para>
41499                 </simplesect>
41500                 
41501                 <simplesect id="vandelay.table.bib-attr-definition" xreflabel="vandelay.bib_attr_definition">           
41502                         <title>bib_attr_definition</title>
41503                         <informaltable>
41504                                 <tgroup cols="3">
41505                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
41506                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
41507                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
41508                                         <thead>
41509                                                 <row>
41510                                                         <entry>Field</entry>
41511                                                         <entry>Data Type</entry>
41512                                                         <entry>Constraints and References</entry>
41513                                                 </row>
41514                                                 </thead>
41515                                                 <tbody>
41516                                                 
41517                                                         <row>
41518                                                                 <entry>id</entry>
41519                                                                 <entry>serial</entry>
41520                                                                 <entry><para>
41521                                                                         
41522                                                                                 
41523                                                                                         PRIMARY KEY
41524                                                                                                                 
41525                                                                         
41526                                                                         
41527                                                                         
41528                                                                         
41529                                                                         
41530                                                                                 
41531                                                                         
41532                                                                         </para></entry>
41533                                                         </row>
41534                                                 
41535                                                         <row>
41536                                                                 <entry>code</entry>
41537                                                                 <entry>text</entry>
41538                                                                 <entry><para>
41539                                                                         
41540                                                                                                                 
41541                                                                         
41542                                                                                 UNIQUE;
41543                                                                                 
41544                                                                         
41545                                                                         
41546                                                                                 NOT NULL;
41547                                                                         
41548                                                                         
41549                                                                         
41550                                                                                 
41551                                                                         
41552                                                                         </para></entry>
41553                                                         </row>
41554                                                 
41555                                                         <row>
41556                                                                 <entry>description</entry>
41557                                                                 <entry>text</entry>
41558                                                                 <entry><para>
41559                                                                         
41560                                                                         
41561                                                                         
41562                                                                         
41563                                                                         </para></entry>
41564                                                         </row>
41565                                                 
41566                                                         <row>
41567                                                                 <entry>xpath</entry>
41568                                                                 <entry>text</entry>
41569                                                                 <entry><para>
41570                                                                         
41571                                                                         
41572                                                                                 NOT NULL;
41573                                                                         
41574                                                                         
41575                                                                         
41576                                                                         </para></entry>
41577                                                         </row>
41578                                                 
41579                                                         <row>
41580                                                                 <entry>remove</entry>
41581                                                                 <entry>text</entry>
41582                                                                 <entry><para>
41583                                                                         
41584                                                                         
41585                                                                                 NOT NULL;
41586                                                                         
41587                                                                         
41588                                                                                 DEFAULT &apos;&apos;::text;
41589                                                                         
41590                                                                         
41591                                                                         </para></entry>
41592                                                         </row>
41593                                                 
41594                                                         <row>
41595                                                                 <entry>ident</entry>
41596                                                                 <entry>boolean</entry>
41597                                                                 <entry><para>
41598                                                                         
41599                                                                         
41600                                                                                 NOT NULL;
41601                                                                         
41602                                                                         
41603                                                                                 DEFAULT false;
41604                                                                         
41605                                                                         
41606                                                                         </para></entry>
41607                                                         </row>
41608                                                 
41609                                                 </tbody>
41610                                         </tgroup>
41611                                 </informaltable>
41612                                 <para>
41613                                 
41614                                 
41615                                 
41616                                         <itemizedlist>
41617                                                 <title>
41618                                                         Tables referencing vandelay.queued_bib_record_attr via Foreign Key Constraints
41619                                                 </title>
41620                                 
41621                                                         <listitem>
41622                                                                 <para><xref linkend="vandelay.table.queued-bib-record-attr"/></para>
41623                                                         </listitem>
41624                                                         
41625                                         </itemizedlist>
41626                                 
41627                                 
41628                                 
41629                                 
41630                 </para>
41631                 </simplesect>
41632                 
41633                 <simplesect id="vandelay.table.bib-match" xreflabel="vandelay.bib_match">               
41634                         <title>bib_match</title>
41635                         <informaltable>
41636                                 <tgroup cols="3">
41637                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
41638                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
41639                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
41640                                         <thead>
41641                                                 <row>
41642                                                         <entry>Field</entry>
41643                                                         <entry>Data Type</entry>
41644                                                         <entry>Constraints and References</entry>
41645                                                 </row>
41646                                                 </thead>
41647                                                 <tbody>
41648                                                 
41649                                                         <row>
41650                                                                 <entry>id</entry>
41651                                                                 <entry>bigserial</entry>
41652                                                                 <entry><para>
41653                                                                         
41654                                                                                 
41655                                                                                         PRIMARY KEY
41656                                                                                                                 
41657                                                                         
41658                                                                         
41659                                                                         
41660                                                                         
41661                                                                         
41662                                                                                 
41663                                                                         
41664                                                                         </para></entry>
41665                                                         </row>
41666                                                 
41667                                                         <row>
41668                                                                 <entry>field_type</entry>
41669                                                                 <entry>text</entry>
41670                                                                 <entry><para>
41671                                                                         
41672                                                                         
41673                                                                                 NOT NULL;
41674                                                                         
41675                                                                         
41676                                                                         
41677                                                                         </para></entry>
41678                                                         </row>
41679                                                 
41680                                                         <row>
41681                                                                 <entry>matched_attr</entry>
41682                                                                 <entry>integer</entry>
41683                                                                 <entry><para>
41684                                                                         
41685                                                                                                                 
41686                                                                         
41687                                                                         
41688                                                                         
41689                                                                         
41690                                                                         
41691                                                                                 
41692                                                                                 <xref linkend="vandelay.table.queued-bib-record-attr"/>
41693                                                                                 
41694                                                                         
41695                                                                         </para></entry>
41696                                                         </row>
41697                                                 
41698                                                         <row>
41699                                                                 <entry>queued_record</entry>
41700                                                                 <entry>bigint</entry>
41701                                                                 <entry><para>
41702                                                                         
41703                                                                                                                 
41704                                                                         
41705                                                                         
41706                                                                         
41707                                                                         
41708                                                                         
41709                                                                                 
41710                                                                                 <xref linkend="vandelay.table.queued-bib-record"/>
41711                                                                                 
41712                                                                         
41713                                                                         </para></entry>
41714                                                         </row>
41715                                                 
41716                                                         <row>
41717                                                                 <entry>eg_record</entry>
41718                                                                 <entry>bigint</entry>
41719                                                                 <entry><para>
41720                                                                         
41721                                                                                                                 
41722                                                                         
41723                                                                         
41724                                                                         
41725                                                                         
41726                                                                         
41727                                                                                 
41728                                                                                 <xref linkend="biblio.table.record-entry"/>
41729                                                                                 
41730                                                                         
41731                                                                         </para></entry>
41732                                                         </row>
41733                                                 
41734                                                 </tbody>
41735                                         </tgroup>
41736                                 </informaltable>
41737                                 <para>
41738                                 
41739                                 
41740                                         <variablelist>
41741                                                 <title>Constraints on bib_match</title>
41742                                                 
41743                                                 <varlistentry>
41744                                                         <term>bib_match_field_type_check</term>
41745                                                         <listitem><para>CHECK ((field_type = ANY (ARRAY[&apos;isbn&apos;::text, &apos;tcn_value&apos;::text, &apos;id&apos;::text])))</para></listitem>
41746                                                 </varlistentry>
41747                                                 
41748                                         </variablelist>
41749                                 
41750                                 
41751                                 
41752                                 
41753                                 
41754                 </para>
41755                 </simplesect>
41756                 
41757                 <simplesect id="vandelay.table.bib-queue" xreflabel="vandelay.bib_queue">               
41758                         <title>bib_queue</title>
41759                         <informaltable>
41760                                 <tgroup cols="3">
41761                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
41762                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
41763                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
41764                                         <thead>
41765                                                 <row>
41766                                                         <entry>Field</entry>
41767                                                         <entry>Data Type</entry>
41768                                                         <entry>Constraints and References</entry>
41769                                                 </row>
41770                                                 </thead>
41771                                                 <tbody>
41772                                                 
41773                                                         <row>
41774                                                                 <entry>id</entry>
41775                                                                 <entry>bigint</entry>
41776                                                                 <entry><para>
41777                                                                         
41778                                                                                 
41779                                                                                         PRIMARY KEY
41780                                                                                                                 
41781                                                                         
41782                                                                         
41783                                                                         
41784                                                                         
41785                                                                                 DEFAULT nextval(&apos;queue_id_seq&apos;::regclass);
41786                                                                         
41787                                                                         
41788                                                                                 
41789                                                                         
41790                                                                         </para></entry>
41791                                                         </row>
41792                                                 
41793                                                         <row>
41794                                                                 <entry>owner</entry>
41795                                                                 <entry>integer</entry>
41796                                                                 <entry><para>
41797                                                                         
41798                                                                                                                 
41799                                                                         
41800                                                                                 UNIQUE#1
41801                                                                                 ;
41802                                                                                 
41803                                                                         
41804                                                                         
41805                                                                                 NOT NULL;
41806                                                                         
41807                                                                         
41808                                                                         
41809                                                                                 
41810                                                                         
41811                                                                         </para></entry>
41812                                                         </row>
41813                                                 
41814                                                         <row>
41815                                                                 <entry>name</entry>
41816                                                                 <entry>text</entry>
41817                                                                 <entry><para>
41818                                                                         
41819                                                                                                                 
41820                                                                         
41821                                                                                 UNIQUE#1
41822                                                                                 ;
41823                                                                                 
41824                                                                         
41825                                                                         
41826                                                                                 NOT NULL;
41827                                                                         
41828                                                                         
41829                                                                         
41830                                                                                 
41831                                                                         
41832                                                                         </para></entry>
41833                                                         </row>
41834                                                 
41835                                                         <row>
41836                                                                 <entry>complete</entry>
41837                                                                 <entry>boolean</entry>
41838                                                                 <entry><para>
41839                                                                         
41840                                                                         
41841                                                                                 NOT NULL;
41842                                                                         
41843                                                                         
41844                                                                                 DEFAULT false;
41845                                                                         
41846                                                                         
41847                                                                         </para></entry>
41848                                                         </row>
41849                                                 
41850                                                         <row>
41851                                                                 <entry>queue_type</entry>
41852                                                                 <entry>text</entry>
41853                                                                 <entry><para>
41854                                                                         
41855                                                                                                                 
41856                                                                         
41857                                                                                 UNIQUE#1
41858                                                                                 ;
41859                                                                                 
41860                                                                         
41861                                                                         
41862                                                                                 NOT NULL;
41863                                                                         
41864                                                                         
41865                                                                                 DEFAULT &apos;bib&apos;::text;
41866                                                                         
41867                                                                         
41868                                                                                 
41869                                                                         
41870                                                                         </para></entry>
41871                                                         </row>
41872                                                 
41873                                                         <row>
41874                                                                 <entry>item_attr_def</entry>
41875                                                                 <entry>bigint</entry>
41876                                                                 <entry><para>
41877                                                                         
41878                                                                                                                 
41879                                                                         
41880                                                                         
41881                                                                         
41882                                                                         
41883                                                                         
41884                                                                                 
41885                                                                                 <xref linkend="vandelay.table.import-item-attr-definition"/>
41886                                                                                 
41887                                                                         
41888                                                                         </para></entry>
41889                                                         </row>
41890                                                 
41891                                                 </tbody>
41892                                         </tgroup>
41893                                 </informaltable>
41894                                 <para>
41895                                 
41896                                 
41897                                         <variablelist>
41898                                                 <title>Constraints on bib_queue</title>
41899                                                 
41900                                                 <varlistentry>
41901                                                         <term>bib_queue_queue_type_check</term>
41902                                                         <listitem><para>CHECK ((queue_type = &apos;bib&apos;::text))</para></listitem>
41903                                                 </varlistentry>
41904                                                 
41905                                 
41906                                 
41907                                                 <varlistentry>
41908                                                         <term>queue_queue_type_check</term>
41909                                                         <listitem><para>CHECK ((queue_type = ANY (ARRAY[&apos;bib&apos;::text, &apos;authority&apos;::text])))</para></listitem>
41910                                                 </varlistentry>
41911                                                 
41912                                         </variablelist>
41913                                 
41914                                 
41915                                 
41916                                 
41917                                         <itemizedlist>
41918                                                 <title>
41919                                                         Tables referencing vandelay.queued_bib_record via Foreign Key Constraints
41920                                                 </title>
41921                                 
41922                                                         <listitem>
41923                                                                 <para><xref linkend="vandelay.table.queued-bib-record"/></para>
41924                                                         </listitem>
41925                                                         
41926                                         </itemizedlist>
41927                                 
41928                                 
41929                                 
41930                                 
41931                 </para>
41932                 </simplesect>
41933                 
41934                 <simplesect id="vandelay.table.import-bib-trash-fields" xreflabel="vandelay.import_bib_trash_fields">           
41935                         <title>import_bib_trash_fields</title>
41936                         <informaltable>
41937                                 <tgroup cols="3">
41938                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
41939                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
41940                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
41941                                         <thead>
41942                                                 <row>
41943                                                         <entry>Field</entry>
41944                                                         <entry>Data Type</entry>
41945                                                         <entry>Constraints and References</entry>
41946                                                 </row>
41947                                                 </thead>
41948                                                 <tbody>
41949                                                 
41950                                                         <row>
41951                                                                 <entry>id</entry>
41952                                                                 <entry>bigserial</entry>
41953                                                                 <entry><para>
41954                                                                         
41955                                                                                 
41956                                                                                         PRIMARY KEY
41957                                                                                                                 
41958                                                                         
41959                                                                         
41960                                                                         
41961                                                                         
41962                                                                         
41963                                                                                 
41964                                                                         
41965                                                                         </para></entry>
41966                                                         </row>
41967                                                 
41968                                                         <row>
41969                                                                 <entry>owner</entry>
41970                                                                 <entry>integer</entry>
41971                                                                 <entry><para>
41972                                                                         
41973                                                                                                                 
41974                                                                         
41975                                                                         
41976                                                                                                                 
41977                                                                         
41978                                                                                 UNIQUE#1
41979                                                                                 ;
41980                                                                                 
41981                                                                         
41982                                                                         
41983                                                                                 NOT NULL;
41984                                                                         
41985                                                                         
41986                                                                         
41987                                                                                 
41988                                                                                 <xref linkend="actor.table.org-unit"/>
41989                                                                                 
41990                                                                         
41991                                                                                 
41992                                                                         
41993                                                                         </para></entry>
41994                                                         </row>
41995                                                 
41996                                                         <row>
41997                                                                 <entry>field</entry>
41998                                                                 <entry>text</entry>
41999                                                                 <entry><para>
42000                                                                         
42001                                                                                                                 
42002                                                                         
42003                                                                                 UNIQUE#1
42004                                                                                 ;
42005                                                                                 
42006                                                                         
42007                                                                         
42008                                                                                 NOT NULL;
42009                                                                         
42010                                                                         
42011                                                                         
42012                                                                                 
42013                                                                         
42014                                                                         </para></entry>
42015                                                         </row>
42016                                                 
42017                                                 </tbody>
42018                                         </tgroup>
42019                                 </informaltable>
42020                                 <para>
42021                                 
42022                                 
42023                                 
42024                                 
42025                 </para>
42026                 </simplesect>
42027                 
42028                 <simplesect id="vandelay.table.import-item" xreflabel="vandelay.import_item">           
42029                         <title>import_item</title>
42030                         <informaltable>
42031                                 <tgroup cols="3">
42032                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
42033                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
42034                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
42035                                         <thead>
42036                                                 <row>
42037                                                         <entry>Field</entry>
42038                                                         <entry>Data Type</entry>
42039                                                         <entry>Constraints and References</entry>
42040                                                 </row>
42041                                                 </thead>
42042                                                 <tbody>
42043                                                 
42044                                                         <row>
42045                                                                 <entry>id</entry>
42046                                                                 <entry>bigserial</entry>
42047                                                                 <entry><para>
42048                                                                         
42049                                                                                 
42050                                                                                         PRIMARY KEY
42051                                                                                                                 
42052                                                                         
42053                                                                         
42054                                                                         
42055                                                                         
42056                                                                         
42057                                                                                 
42058                                                                         
42059                                                                         </para></entry>
42060                                                         </row>
42061                                                 
42062                                                         <row>
42063                                                                 <entry>record</entry>
42064                                                                 <entry>bigint</entry>
42065                                                                 <entry><para>
42066                                                                         
42067                                                                                                                 
42068                                                                         
42069                                                                         
42070                                                                         
42071                                                                                 NOT NULL;
42072                                                                         
42073                                                                         
42074                                                                         
42075                                                                                 
42076                                                                                 <xref linkend="vandelay.table.queued-bib-record"/>
42077                                                                                 
42078                                                                         
42079                                                                         </para></entry>
42080                                                         </row>
42081                                                 
42082                                                         <row>
42083                                                                 <entry>definition</entry>
42084                                                                 <entry>bigint</entry>
42085                                                                 <entry><para>
42086                                                                         
42087                                                                                                                 
42088                                                                         
42089                                                                         
42090                                                                         
42091                                                                                 NOT NULL;
42092                                                                         
42093                                                                         
42094                                                                         
42095                                                                                 
42096                                                                                 <xref linkend="vandelay.table.import-item-attr-definition"/>
42097                                                                                 
42098                                                                         
42099                                                                         </para></entry>
42100                                                         </row>
42101                                                 
42102                                                         <row>
42103                                                                 <entry>owning_lib</entry>
42104                                                                 <entry>integer</entry>
42105                                                                 <entry><para>
42106                                                                         
42107                                                                         
42108                                                                         
42109                                                                         
42110                                                                         </para></entry>
42111                                                         </row>
42112                                                 
42113                                                         <row>
42114                                                                 <entry>circ_lib</entry>
42115                                                                 <entry>integer</entry>
42116                                                                 <entry><para>
42117                                                                         
42118                                                                         
42119                                                                         
42120                                                                         
42121                                                                         </para></entry>
42122                                                         </row>
42123                                                 
42124                                                         <row>
42125                                                                 <entry>call_number</entry>
42126                                                                 <entry>text</entry>
42127                                                                 <entry><para>
42128                                                                         
42129                                                                         
42130                                                                         
42131                                                                         
42132                                                                         </para></entry>
42133                                                         </row>
42134                                                 
42135                                                         <row>
42136                                                                 <entry>copy_number</entry>
42137                                                                 <entry>integer</entry>
42138                                                                 <entry><para>
42139                                                                         
42140                                                                         
42141                                                                         
42142                                                                         
42143                                                                         </para></entry>
42144                                                         </row>
42145                                                 
42146                                                         <row>
42147                                                                 <entry>status</entry>
42148                                                                 <entry>integer</entry>
42149                                                                 <entry><para>
42150                                                                         
42151                                                                         
42152                                                                         
42153                                                                         
42154                                                                         </para></entry>
42155                                                         </row>
42156                                                 
42157                                                         <row>
42158                                                                 <entry>location</entry>
42159                                                                 <entry>integer</entry>
42160                                                                 <entry><para>
42161                                                                         
42162                                                                         
42163                                                                         
42164                                                                         
42165                                                                         </para></entry>
42166                                                         </row>
42167                                                 
42168                                                         <row>
42169                                                                 <entry>circulate</entry>
42170                                                                 <entry>boolean</entry>
42171                                                                 <entry><para>
42172                                                                         
42173                                                                         
42174                                                                         
42175                                                                         
42176                                                                         </para></entry>
42177                                                         </row>
42178                                                 
42179                                                         <row>
42180                                                                 <entry>deposit</entry>
42181                                                                 <entry>boolean</entry>
42182                                                                 <entry><para>
42183                                                                         
42184                                                                         
42185                                                                         
42186                                                                         
42187                                                                         </para></entry>
42188                                                         </row>
42189                                                 
42190                                                         <row>
42191                                                                 <entry>deposit_amount</entry>
42192                                                                 <entry>numeric(8,2)</entry>
42193                                                                 <entry><para>
42194                                                                         
42195                                                                         
42196                                                                         
42197                                                                         
42198                                                                         </para></entry>
42199                                                         </row>
42200                                                 
42201                                                         <row>
42202                                                                 <entry>ref</entry>
42203                                                                 <entry>boolean</entry>
42204                                                                 <entry><para>
42205                                                                         
42206                                                                         
42207                                                                         
42208                                                                         
42209                                                                         </para></entry>
42210                                                         </row>
42211                                                 
42212                                                         <row>
42213                                                                 <entry>holdable</entry>
42214                                                                 <entry>boolean</entry>
42215                                                                 <entry><para>
42216                                                                         
42217                                                                         
42218                                                                         
42219                                                                         
42220                                                                         </para></entry>
42221                                                         </row>
42222                                                 
42223                                                         <row>
42224                                                                 <entry>price</entry>
42225                                                                 <entry>numeric(8,2)</entry>
42226                                                                 <entry><para>
42227                                                                         
42228                                                                         
42229                                                                         
42230                                                                         
42231                                                                         </para></entry>
42232                                                         </row>
42233                                                 
42234                                                         <row>
42235                                                                 <entry>barcode</entry>
42236                                                                 <entry>text</entry>
42237                                                                 <entry><para>
42238                                                                         
42239                                                                         
42240                                                                         
42241                                                                         
42242                                                                         </para></entry>
42243                                                         </row>
42244                                                 
42245                                                         <row>
42246                                                                 <entry>circ_modifier</entry>
42247                                                                 <entry>text</entry>
42248                                                                 <entry><para>
42249                                                                         
42250                                                                         
42251                                                                         
42252                                                                         
42253                                                                         </para></entry>
42254                                                         </row>
42255                                                 
42256                                                         <row>
42257                                                                 <entry>circ_as_type</entry>
42258                                                                 <entry>text</entry>
42259                                                                 <entry><para>
42260                                                                         
42261                                                                         
42262                                                                         
42263                                                                         
42264                                                                         </para></entry>
42265                                                         </row>
42266                                                 
42267                                                         <row>
42268                                                                 <entry>alert_message</entry>
42269                                                                 <entry>text</entry>
42270                                                                 <entry><para>
42271                                                                         
42272                                                                         
42273                                                                         
42274                                                                         
42275                                                                         </para></entry>
42276                                                         </row>
42277                                                 
42278                                                         <row>
42279                                                                 <entry>pub_note</entry>
42280                                                                 <entry>text</entry>
42281                                                                 <entry><para>
42282                                                                         
42283                                                                         
42284                                                                         
42285                                                                         
42286                                                                         </para></entry>
42287                                                         </row>
42288                                                 
42289                                                         <row>
42290                                                                 <entry>priv_note</entry>
42291                                                                 <entry>text</entry>
42292                                                                 <entry><para>
42293                                                                         
42294                                                                         
42295                                                                         
42296                                                                         
42297                                                                         </para></entry>
42298                                                         </row>
42299                                                 
42300                                                         <row>
42301                                                                 <entry>opac_visible</entry>
42302                                                                 <entry>boolean</entry>
42303                                                                 <entry><para>
42304                                                                         
42305                                                                         
42306                                                                         
42307                                                                         
42308                                                                         </para></entry>
42309                                                         </row>
42310                                                 
42311                                                 </tbody>
42312                                         </tgroup>
42313                                 </informaltable>
42314                                 <para>
42315                                 
42316                                 
42317                                 
42318                                 
42319                 </para>
42320                 </simplesect>
42321                 
42322                 <simplesect id="vandelay.table.import-item-attr-definition" xreflabel="vandelay.import_item_attr_definition">           
42323                         <title>import_item_attr_definition</title>
42324                         <informaltable>
42325                                 <tgroup cols="3">
42326                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
42327                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
42328                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
42329                                         <thead>
42330                                                 <row>
42331                                                         <entry>Field</entry>
42332                                                         <entry>Data Type</entry>
42333                                                         <entry>Constraints and References</entry>
42334                                                 </row>
42335                                                 </thead>
42336                                                 <tbody>
42337                                                 
42338                                                         <row>
42339                                                                 <entry>id</entry>
42340                                                                 <entry>bigserial</entry>
42341                                                                 <entry><para>
42342                                                                         
42343                                                                                 
42344                                                                                         PRIMARY KEY
42345                                                                                                                 
42346                                                                         
42347                                                                         
42348                                                                         
42349                                                                         
42350                                                                         
42351                                                                                 
42352                                                                         
42353                                                                         </para></entry>
42354                                                         </row>
42355                                                 
42356                                                         <row>
42357                                                                 <entry>owner</entry>
42358                                                                 <entry>integer</entry>
42359                                                                 <entry><para>
42360                                                                         
42361                                                                                                                 
42362                                                                         
42363                                                                         
42364                                                                                                                 
42365                                                                         
42366                                                                                 UNIQUE#1
42367                                                                                 ;
42368                                                                                 
42369                                                                         
42370                                                                         
42371                                                                                 NOT NULL;
42372                                                                         
42373                                                                         
42374                                                                         
42375                                                                                 
42376                                                                                 <xref linkend="actor.table.org-unit"/>
42377                                                                                 
42378                                                                         
42379                                                                                 
42380                                                                         
42381                                                                         </para></entry>
42382                                                         </row>
42383                                                 
42384                                                         <row>
42385                                                                 <entry>name</entry>
42386                                                                 <entry>text</entry>
42387                                                                 <entry><para>
42388                                                                         
42389                                                                                                                 
42390                                                                         
42391                                                                                 UNIQUE#1
42392                                                                                 ;
42393                                                                                 
42394                                                                         
42395                                                                         
42396                                                                                 NOT NULL;
42397                                                                         
42398                                                                         
42399                                                                         
42400                                                                                 
42401                                                                         
42402                                                                         </para></entry>
42403                                                         </row>
42404                                                 
42405                                                         <row>
42406                                                                 <entry>tag</entry>
42407                                                                 <entry>text</entry>
42408                                                                 <entry><para>
42409                                                                         
42410                                                                         
42411                                                                                 NOT NULL;
42412                                                                         
42413                                                                         
42414                                                                         
42415                                                                         </para></entry>
42416                                                         </row>
42417                                                 
42418                                                         <row>
42419                                                                 <entry>keep</entry>
42420                                                                 <entry>boolean</entry>
42421                                                                 <entry><para>
42422                                                                         
42423                                                                         
42424                                                                                 NOT NULL;
42425                                                                         
42426                                                                         
42427                                                                                 DEFAULT false;
42428                                                                         
42429                                                                         
42430                                                                         </para></entry>
42431                                                         </row>
42432                                                 
42433                                                         <row>
42434                                                                 <entry>owning_lib</entry>
42435                                                                 <entry>text</entry>
42436                                                                 <entry><para>
42437                                                                         
42438                                                                         
42439                                                                         
42440                                                                         
42441                                                                         </para></entry>
42442                                                         </row>
42443                                                 
42444                                                         <row>
42445                                                                 <entry>circ_lib</entry>
42446                                                                 <entry>text</entry>
42447                                                                 <entry><para>
42448                                                                         
42449                                                                         
42450                                                                         
42451                                                                         
42452                                                                         </para></entry>
42453                                                         </row>
42454                                                 
42455                                                         <row>
42456                                                                 <entry>call_number</entry>
42457                                                                 <entry>text</entry>
42458                                                                 <entry><para>
42459                                                                         
42460                                                                         
42461                                                                         
42462                                                                         
42463                                                                         </para></entry>
42464                                                         </row>
42465                                                 
42466                                                         <row>
42467                                                                 <entry>copy_number</entry>
42468                                                                 <entry>text</entry>
42469                                                                 <entry><para>
42470                                                                         
42471                                                                         
42472                                                                         
42473                                                                         
42474                                                                         </para></entry>
42475                                                         </row>
42476                                                 
42477                                                         <row>
42478                                                                 <entry>status</entry>
42479                                                                 <entry>text</entry>
42480                                                                 <entry><para>
42481                                                                         
42482                                                                         
42483                                                                         
42484                                                                         
42485                                                                         </para></entry>
42486                                                         </row>
42487                                                 
42488                                                         <row>
42489                                                                 <entry>location</entry>
42490                                                                 <entry>text</entry>
42491                                                                 <entry><para>
42492                                                                         
42493                                                                         
42494                                                                         
42495                                                                         
42496                                                                         </para></entry>
42497                                                         </row>
42498                                                 
42499                                                         <row>
42500                                                                 <entry>circulate</entry>
42501                                                                 <entry>text</entry>
42502                                                                 <entry><para>
42503                                                                         
42504                                                                         
42505                                                                         
42506                                                                         
42507                                                                         </para></entry>
42508                                                         </row>
42509                                                 
42510                                                         <row>
42511                                                                 <entry>deposit</entry>
42512                                                                 <entry>text</entry>
42513                                                                 <entry><para>
42514                                                                         
42515                                                                         
42516                                                                         
42517                                                                         
42518                                                                         </para></entry>
42519                                                         </row>
42520                                                 
42521                                                         <row>
42522                                                                 <entry>deposit_amount</entry>
42523                                                                 <entry>text</entry>
42524                                                                 <entry><para>
42525                                                                         
42526                                                                         
42527                                                                         
42528                                                                         
42529                                                                         </para></entry>
42530                                                         </row>
42531                                                 
42532                                                         <row>
42533                                                                 <entry>ref</entry>
42534                                                                 <entry>text</entry>
42535                                                                 <entry><para>
42536                                                                         
42537                                                                         
42538                                                                         
42539                                                                         
42540                                                                         </para></entry>
42541                                                         </row>
42542                                                 
42543                                                         <row>
42544                                                                 <entry>holdable</entry>
42545                                                                 <entry>text</entry>
42546                                                                 <entry><para>
42547                                                                         
42548                                                                         
42549                                                                         
42550                                                                         
42551                                                                         </para></entry>
42552                                                         </row>
42553                                                 
42554                                                         <row>
42555                                                                 <entry>price</entry>
42556                                                                 <entry>text</entry>
42557                                                                 <entry><para>
42558                                                                         
42559                                                                         
42560                                                                         
42561                                                                         
42562                                                                         </para></entry>
42563                                                         </row>
42564                                                 
42565                                                         <row>
42566                                                                 <entry>barcode</entry>
42567                                                                 <entry>text</entry>
42568                                                                 <entry><para>
42569                                                                         
42570                                                                         
42571                                                                         
42572                                                                         
42573                                                                         </para></entry>
42574                                                         </row>
42575                                                 
42576                                                         <row>
42577                                                                 <entry>circ_modifier</entry>
42578                                                                 <entry>text</entry>
42579                                                                 <entry><para>
42580                                                                         
42581                                                                         
42582                                                                         
42583                                                                         
42584                                                                         </para></entry>
42585                                                         </row>
42586                                                 
42587                                                         <row>
42588                                                                 <entry>circ_as_type</entry>
42589                                                                 <entry>text</entry>
42590                                                                 <entry><para>
42591                                                                         
42592                                                                         
42593                                                                         
42594                                                                         
42595                                                                         </para></entry>
42596                                                         </row>
42597                                                 
42598                                                         <row>
42599                                                                 <entry>alert_message</entry>
42600                                                                 <entry>text</entry>
42601                                                                 <entry><para>
42602                                                                         
42603                                                                         
42604                                                                         
42605                                                                         
42606                                                                         </para></entry>
42607                                                         </row>
42608                                                 
42609                                                         <row>
42610                                                                 <entry>opac_visible</entry>
42611                                                                 <entry>text</entry>
42612                                                                 <entry><para>
42613                                                                         
42614                                                                         
42615                                                                         
42616                                                                         
42617                                                                         </para></entry>
42618                                                         </row>
42619                                                 
42620                                                         <row>
42621                                                                 <entry>pub_note_title</entry>
42622                                                                 <entry>text</entry>
42623                                                                 <entry><para>
42624                                                                         
42625                                                                         
42626                                                                         
42627                                                                         
42628                                                                         </para></entry>
42629                                                         </row>
42630                                                 
42631                                                         <row>
42632                                                                 <entry>pub_note</entry>
42633                                                                 <entry>text</entry>
42634                                                                 <entry><para>
42635                                                                         
42636                                                                         
42637                                                                         
42638                                                                         
42639                                                                         </para></entry>
42640                                                         </row>
42641                                                 
42642                                                         <row>
42643                                                                 <entry>priv_note_title</entry>
42644                                                                 <entry>text</entry>
42645                                                                 <entry><para>
42646                                                                         
42647                                                                         
42648                                                                         
42649                                                                         
42650                                                                         </para></entry>
42651                                                         </row>
42652                                                 
42653                                                         <row>
42654                                                                 <entry>priv_note</entry>
42655                                                                 <entry>text</entry>
42656                                                                 <entry><para>
42657                                                                         
42658                                                                         
42659                                                                         
42660                                                                         
42661                                                                         </para></entry>
42662                                                         </row>
42663                                                 
42664                                                 </tbody>
42665                                         </tgroup>
42666                                 </informaltable>
42667                                 <para>
42668                                 
42669                                 
42670                                 
42671                                         <itemizedlist>
42672                                                 <title>
42673                                                         Tables referencing vandelay.bib_queue via Foreign Key Constraints
42674                                                 </title>
42675                                 
42676                                                         <listitem>
42677                                                                 <para><xref linkend="vandelay.table.bib-queue"/></para>
42678                                                         </listitem>
42679                                                         
42680                                 
42681                                 
42682                                                         <listitem>
42683                                                                 <para><xref linkend="vandelay.table.import-item"/></para>
42684                                                         </listitem>
42685                                                         
42686                                         </itemizedlist>
42687                                 
42688                                 
42689                                 
42690                                 
42691                 </para>
42692                 </simplesect>
42693                 
42694                 <simplesect id="vandelay.table.queue" xreflabel="vandelay.queue">               
42695                         <title>queue</title>
42696                         <informaltable>
42697                                 <tgroup cols="3">
42698                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
42699                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
42700                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
42701                                         <thead>
42702                                                 <row>
42703                                                         <entry>Field</entry>
42704                                                         <entry>Data Type</entry>
42705                                                         <entry>Constraints and References</entry>
42706                                                 </row>
42707                                                 </thead>
42708                                                 <tbody>
42709                                                 
42710                                                         <row>
42711                                                                 <entry>id</entry>
42712                                                                 <entry>bigserial</entry>
42713                                                                 <entry><para>
42714                                                                         
42715                                                                                 
42716                                                                                         PRIMARY KEY
42717                                                                                                                 
42718                                                                         
42719                                                                         
42720                                                                         
42721                                                                         
42722                                                                         
42723                                                                                 
42724                                                                         
42725                                                                         </para></entry>
42726                                                         </row>
42727                                                 
42728                                                         <row>
42729                                                                 <entry>owner</entry>
42730                                                                 <entry>integer</entry>
42731                                                                 <entry><para>
42732                                                                         
42733                                                                                                                 
42734                                                                         
42735                                                                         
42736                                                                                                                 
42737                                                                         
42738                                                                                 UNIQUE#1
42739                                                                                 ;
42740                                                                                 
42741                                                                         
42742                                                                         
42743                                                                                 NOT NULL;
42744                                                                         
42745                                                                         
42746                                                                         
42747                                                                                 
42748                                                                                 <xref linkend="actor.table.usr"/>
42749                                                                                 
42750                                                                         
42751                                                                                 
42752                                                                         
42753                                                                         </para></entry>
42754                                                         </row>
42755                                                 
42756                                                         <row>
42757                                                                 <entry>name</entry>
42758                                                                 <entry>text</entry>
42759                                                                 <entry><para>
42760                                                                         
42761                                                                                                                 
42762                                                                         
42763                                                                                 UNIQUE#1
42764                                                                                 ;
42765                                                                                 
42766                                                                         
42767                                                                         
42768                                                                                 NOT NULL;
42769                                                                         
42770                                                                         
42771                                                                         
42772                                                                                 
42773                                                                         
42774                                                                         </para></entry>
42775                                                         </row>
42776                                                 
42777                                                         <row>
42778                                                                 <entry>complete</entry>
42779                                                                 <entry>boolean</entry>
42780                                                                 <entry><para>
42781                                                                         
42782                                                                         
42783                                                                                 NOT NULL;
42784                                                                         
42785                                                                         
42786                                                                                 DEFAULT false;
42787                                                                         
42788                                                                         
42789                                                                         </para></entry>
42790                                                         </row>
42791                                                 
42792                                                         <row>
42793                                                                 <entry>queue_type</entry>
42794                                                                 <entry>text</entry>
42795                                                                 <entry><para>
42796                                                                         
42797                                                                                                                 
42798                                                                         
42799                                                                                 UNIQUE#1
42800                                                                                 ;
42801                                                                                 
42802                                                                         
42803                                                                         
42804                                                                                 NOT NULL;
42805                                                                         
42806                                                                         
42807                                                                                 DEFAULT &apos;bib&apos;::text;
42808                                                                         
42809                                                                         
42810                                                                                 
42811                                                                         
42812                                                                         </para></entry>
42813                                                         </row>
42814                                                 
42815                                                 </tbody>
42816                                         </tgroup>
42817                                 </informaltable>
42818                                 <para>
42819                                 
42820                                 
42821                                         <variablelist>
42822                                                 <title>Constraints on queue</title>
42823                                                 
42824                                                 <varlistentry>
42825                                                         <term>queue_queue_type_check</term>
42826                                                         <listitem><para>CHECK ((queue_type = ANY (ARRAY[&apos;bib&apos;::text, &apos;authority&apos;::text])))</para></listitem>
42827                                                 </varlistentry>
42828                                                 
42829                                         </variablelist>
42830                                 
42831                                 
42832                                 
42833                                 
42834                                 
42835                 </para>
42836                 </simplesect>
42837                 
42838                 <simplesect id="vandelay.table.queued-authority-record" xreflabel="vandelay.queued_authority_record">           
42839                         <title>queued_authority_record</title>
42840                         <informaltable>
42841                                 <tgroup cols="3">
42842                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
42843                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
42844                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
42845                                         <thead>
42846                                                 <row>
42847                                                         <entry>Field</entry>
42848                                                         <entry>Data Type</entry>
42849                                                         <entry>Constraints and References</entry>
42850                                                 </row>
42851                                                 </thead>
42852                                                 <tbody>
42853                                                 
42854                                                         <row>
42855                                                                 <entry>id</entry>
42856                                                                 <entry>bigint</entry>
42857                                                                 <entry><para>
42858                                                                         
42859                                                                                 
42860                                                                                         PRIMARY KEY
42861                                                                                                                 
42862                                                                         
42863                                                                         
42864                                                                         
42865                                                                         
42866                                                                                 DEFAULT nextval(&apos;queued_record_id_seq&apos;::regclass);
42867                                                                         
42868                                                                         
42869                                                                                 
42870                                                                         
42871                                                                         </para></entry>
42872                                                         </row>
42873                                                 
42874                                                         <row>
42875                                                                 <entry>create_time</entry>
42876                                                                 <entry>timestamp with time zone</entry>
42877                                                                 <entry><para>
42878                                                                         
42879                                                                         
42880                                                                                 NOT NULL;
42881                                                                         
42882                                                                         
42883                                                                                 DEFAULT now();
42884                                                                         
42885                                                                         
42886                                                                         </para></entry>
42887                                                         </row>
42888                                                 
42889                                                         <row>
42890                                                                 <entry>import_time</entry>
42891                                                                 <entry>timestamp with time zone</entry>
42892                                                                 <entry><para>
42893                                                                         
42894                                                                         
42895                                                                         
42896                                                                         
42897                                                                         </para></entry>
42898                                                         </row>
42899                                                 
42900                                                         <row>
42901                                                                 <entry>purpose</entry>
42902                                                                 <entry>text</entry>
42903                                                                 <entry><para>
42904                                                                         
42905                                                                         
42906                                                                                 NOT NULL;
42907                                                                         
42908                                                                         
42909                                                                                 DEFAULT &apos;import&apos;::text;
42910                                                                         
42911                                                                         
42912                                                                         </para></entry>
42913                                                         </row>
42914                                                 
42915                                                         <row>
42916                                                                 <entry>marc</entry>
42917                                                                 <entry>text</entry>
42918                                                                 <entry><para>
42919                                                                         
42920                                                                         
42921                                                                                 NOT NULL;
42922                                                                         
42923                                                                         
42924                                                                         
42925                                                                         </para></entry>
42926                                                         </row>
42927                                                 
42928                                                         <row>
42929                                                                 <entry>queue</entry>
42930                                                                 <entry>integer</entry>
42931                                                                 <entry><para>
42932                                                                         
42933                                                                                                                 
42934                                                                         
42935                                                                         
42936                                                                         
42937                                                                                 NOT NULL;
42938                                                                         
42939                                                                         
42940                                                                         
42941                                                                                 
42942                                                                                 <xref linkend="vandelay.table.authority-queue"/>
42943                                                                                 
42944                                                                         
42945                                                                         </para></entry>
42946                                                         </row>
42947                                                 
42948                                                         <row>
42949                                                                 <entry>imported_as</entry>
42950                                                                 <entry>integer</entry>
42951                                                                 <entry><para>
42952                                                                         
42953                                                                                                                 
42954                                                                         
42955                                                                         
42956                                                                         
42957                                                                         
42958                                                                         
42959                                                                                 
42960                                                                                 <xref linkend="authority.table.record-entry"/>
42961                                                                                 
42962                                                                         
42963                                                                         </para></entry>
42964                                                         </row>
42965                                                 
42966                                                 </tbody>
42967                                         </tgroup>
42968                                 </informaltable>
42969                                 <para>
42970                                 
42971                                 
42972                                         <variablelist>
42973                                                 <title>Constraints on queued_authority_record</title>
42974                                                 
42975                                                 <varlistentry>
42976                                                         <term>queued_record_purpose_check</term>
42977                                                         <listitem><para>CHECK ((purpose = ANY (ARRAY[&apos;import&apos;::text, &apos;overlay&apos;::text])))</para></listitem>
42978                                                 </varlistentry>
42979                                                 
42980                                         </variablelist>
42981                                 
42982                                 
42983                                 
42984                                 
42985                                         <itemizedlist>
42986                                                 <title>
42987                                                         Tables referencing vandelay.authority_match via Foreign Key Constraints
42988                                                 </title>
42989                                 
42990                                                         <listitem>
42991                                                                 <para><xref linkend="vandelay.table.authority-match"/></para>
42992                                                         </listitem>
42993                                                         
42994                                 
42995                                 
42996                                                         <listitem>
42997                                                                 <para><xref linkend="vandelay.table.queued-authority-record-attr"/></para>
42998                                                         </listitem>
42999                                                         
43000                                         </itemizedlist>
43001                                 
43002                                 
43003                                 
43004                                 
43005                 </para>
43006                 </simplesect>
43007                 
43008                 <simplesect id="vandelay.table.queued-authority-record-attr" xreflabel="vandelay.queued_authority_record_attr">         
43009                         <title>queued_authority_record_attr</title>
43010                         <informaltable>
43011                                 <tgroup cols="3">
43012                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
43013                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
43014                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
43015                                         <thead>
43016                                                 <row>
43017                                                         <entry>Field</entry>
43018                                                         <entry>Data Type</entry>
43019                                                         <entry>Constraints and References</entry>
43020                                                 </row>
43021                                                 </thead>
43022                                                 <tbody>
43023                                                 
43024                                                         <row>
43025                                                                 <entry>id</entry>
43026                                                                 <entry>bigserial</entry>
43027                                                                 <entry><para>
43028                                                                         
43029                                                                                 
43030                                                                                         PRIMARY KEY
43031                                                                                                                 
43032                                                                         
43033                                                                         
43034                                                                         
43035                                                                         
43036                                                                         
43037                                                                                 
43038                                                                         
43039                                                                         </para></entry>
43040                                                         </row>
43041                                                 
43042                                                         <row>
43043                                                                 <entry>record</entry>
43044                                                                 <entry>bigint</entry>
43045                                                                 <entry><para>
43046                                                                         
43047                                                                                                                 
43048                                                                         
43049                                                                         
43050                                                                         
43051                                                                                 NOT NULL;
43052                                                                         
43053                                                                         
43054                                                                         
43055                                                                                 
43056                                                                                 <xref linkend="vandelay.table.queued-authority-record"/>
43057                                                                                 
43058                                                                         
43059                                                                         </para></entry>
43060                                                         </row>
43061                                                 
43062                                                         <row>
43063                                                                 <entry>field</entry>
43064                                                                 <entry>integer</entry>
43065                                                                 <entry><para>
43066                                                                         
43067                                                                                                                 
43068                                                                         
43069                                                                         
43070                                                                         
43071                                                                                 NOT NULL;
43072                                                                         
43073                                                                         
43074                                                                         
43075                                                                                 
43076                                                                                 <xref linkend="vandelay.table.authority-attr-definition"/>
43077                                                                                 
43078                                                                         
43079                                                                         </para></entry>
43080                                                         </row>
43081                                                 
43082                                                         <row>
43083                                                                 <entry>attr_value</entry>
43084                                                                 <entry>text</entry>
43085                                                                 <entry><para>
43086                                                                         
43087                                                                         
43088                                                                                 NOT NULL;
43089                                                                         
43090                                                                         
43091                                                                         
43092                                                                         </para></entry>
43093                                                         </row>
43094                                                 
43095                                                 </tbody>
43096                                         </tgroup>
43097                                 </informaltable>
43098                                 <para>
43099                                 
43100                                 
43101                                 
43102                                         <itemizedlist>
43103                                                 <title>
43104                                                         Tables referencing vandelay.authority_match via Foreign Key Constraints
43105                                                 </title>
43106                                 
43107                                                         <listitem>
43108                                                                 <para><xref linkend="vandelay.table.authority-match"/></para>
43109                                                         </listitem>
43110                                                         
43111                                         </itemizedlist>
43112                                 
43113                                 
43114                                 
43115                                 
43116                 </para>
43117                 </simplesect>
43118                 
43119                 <simplesect id="vandelay.table.queued-bib-record" xreflabel="vandelay.queued_bib_record">               
43120                         <title>queued_bib_record</title>
43121                         <informaltable>
43122                                 <tgroup cols="3">
43123                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
43124                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
43125                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
43126                                         <thead>
43127                                                 <row>
43128                                                         <entry>Field</entry>
43129                                                         <entry>Data Type</entry>
43130                                                         <entry>Constraints and References</entry>
43131                                                 </row>
43132                                                 </thead>
43133                                                 <tbody>
43134                                                 
43135                                                         <row>
43136                                                                 <entry>id</entry>
43137                                                                 <entry>bigint</entry>
43138                                                                 <entry><para>
43139                                                                         
43140                                                                                 
43141                                                                                         PRIMARY KEY
43142                                                                                                                 
43143                                                                         
43144                                                                         
43145                                                                         
43146                                                                         
43147                                                                                 DEFAULT nextval(&apos;queued_record_id_seq&apos;::regclass);
43148                                                                         
43149                                                                         
43150                                                                                 
43151                                                                         
43152                                                                         </para></entry>
43153                                                         </row>
43154                                                 
43155                                                         <row>
43156                                                                 <entry>create_time</entry>
43157                                                                 <entry>timestamp with time zone</entry>
43158                                                                 <entry><para>
43159                                                                         
43160                                                                         
43161                                                                                 NOT NULL;
43162                                                                         
43163                                                                         
43164                                                                                 DEFAULT now();
43165                                                                         
43166                                                                         
43167                                                                         </para></entry>
43168                                                         </row>
43169                                                 
43170                                                         <row>
43171                                                                 <entry>import_time</entry>
43172                                                                 <entry>timestamp with time zone</entry>
43173                                                                 <entry><para>
43174                                                                         
43175                                                                         
43176                                                                         
43177                                                                         
43178                                                                         </para></entry>
43179                                                         </row>
43180                                                 
43181                                                         <row>
43182                                                                 <entry>purpose</entry>
43183                                                                 <entry>text</entry>
43184                                                                 <entry><para>
43185                                                                         
43186                                                                         
43187                                                                                 NOT NULL;
43188                                                                         
43189                                                                         
43190                                                                                 DEFAULT &apos;import&apos;::text;
43191                                                                         
43192                                                                         
43193                                                                         </para></entry>
43194                                                         </row>
43195                                                 
43196                                                         <row>
43197                                                                 <entry>marc</entry>
43198                                                                 <entry>text</entry>
43199                                                                 <entry><para>
43200                                                                         
43201                                                                         
43202                                                                                 NOT NULL;
43203                                                                         
43204                                                                         
43205                                                                         
43206                                                                         </para></entry>
43207                                                         </row>
43208                                                 
43209                                                         <row>
43210                                                                 <entry>queue</entry>
43211                                                                 <entry>integer</entry>
43212                                                                 <entry><para>
43213                                                                         
43214                                                                                                                 
43215                                                                         
43216                                                                         
43217                                                                         
43218                                                                                 NOT NULL;
43219                                                                         
43220                                                                         
43221                                                                         
43222                                                                                 
43223                                                                                 <xref linkend="vandelay.table.bib-queue"/>
43224                                                                                 
43225                                                                         
43226                                                                         </para></entry>
43227                                                         </row>
43228                                                 
43229                                                         <row>
43230                                                                 <entry>bib_source</entry>
43231                                                                 <entry>integer</entry>
43232                                                                 <entry><para>
43233                                                                         
43234                                                                                                                 
43235                                                                         
43236                                                                         
43237                                                                         
43238                                                                         
43239                                                                         
43240                                                                                 
43241                                                                                 <xref linkend="config.table.bib-source"/>
43242                                                                                 
43243                                                                         
43244                                                                         </para></entry>
43245                                                         </row>
43246                                                 
43247                                                         <row>
43248                                                                 <entry>imported_as</entry>
43249                                                                 <entry>integer</entry>
43250                                                                 <entry><para>
43251                                                                         
43252                                                                                                                 
43253                                                                         
43254                                                                         
43255                                                                         
43256                                                                         
43257                                                                         
43258                                                                                 
43259                                                                                 <xref linkend="biblio.table.record-entry"/>
43260                                                                                 
43261                                                                         
43262                                                                         </para></entry>
43263                                                         </row>
43264                                                 
43265                                                 </tbody>
43266                                         </tgroup>
43267                                 </informaltable>
43268                                 <para>
43269                                 
43270                                 
43271                                         <variablelist>
43272                                                 <title>Constraints on queued_bib_record</title>
43273                                                 
43274                                                 <varlistentry>
43275                                                         <term>queued_record_purpose_check</term>
43276                                                         <listitem><para>CHECK ((purpose = ANY (ARRAY[&apos;import&apos;::text, &apos;overlay&apos;::text])))</para></listitem>
43277                                                 </varlistentry>
43278                                                 
43279                                         </variablelist>
43280                                 
43281                                 
43282                                 
43283                                 
43284                                         <itemizedlist>
43285                                                 <title>
43286                                                         Tables referencing vandelay.bib_match via Foreign Key Constraints
43287                                                 </title>
43288                                 
43289                                                         <listitem>
43290                                                                 <para><xref linkend="vandelay.table.bib-match"/></para>
43291                                                         </listitem>
43292                                                         
43293                                 
43294                                 
43295                                                         <listitem>
43296                                                                 <para><xref linkend="vandelay.table.import-item"/></para>
43297                                                         </listitem>
43298                                                         
43299                                 
43300                                 
43301                                                         <listitem>
43302                                                                 <para><xref linkend="vandelay.table.queued-bib-record-attr"/></para>
43303                                                         </listitem>
43304                                                         
43305                                         </itemizedlist>
43306                                 
43307                                 
43308                                 
43309                                 
43310                 </para>
43311                 </simplesect>
43312                 
43313                 <simplesect id="vandelay.table.queued-bib-record-attr" xreflabel="vandelay.queued_bib_record_attr">             
43314                         <title>queued_bib_record_attr</title>
43315                         <informaltable>
43316                                 <tgroup cols="3">
43317                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
43318                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
43319                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
43320                                         <thead>
43321                                                 <row>
43322                                                         <entry>Field</entry>
43323                                                         <entry>Data Type</entry>
43324                                                         <entry>Constraints and References</entry>
43325                                                 </row>
43326                                                 </thead>
43327                                                 <tbody>
43328                                                 
43329                                                         <row>
43330                                                                 <entry>id</entry>
43331                                                                 <entry>bigserial</entry>
43332                                                                 <entry><para>
43333                                                                         
43334                                                                                 
43335                                                                                         PRIMARY KEY
43336                                                                                                                 
43337                                                                         
43338                                                                         
43339                                                                         
43340                                                                         
43341                                                                         
43342                                                                                 
43343                                                                         
43344                                                                         </para></entry>
43345                                                         </row>
43346                                                 
43347                                                         <row>
43348                                                                 <entry>record</entry>
43349                                                                 <entry>bigint</entry>
43350                                                                 <entry><para>
43351                                                                         
43352                                                                                                                 
43353                                                                         
43354                                                                         
43355                                                                         
43356                                                                                 NOT NULL;
43357                                                                         
43358                                                                         
43359                                                                         
43360                                                                                 
43361                                                                                 <xref linkend="vandelay.table.queued-bib-record"/>
43362                                                                                 
43363                                                                         
43364                                                                         </para></entry>
43365                                                         </row>
43366                                                 
43367                                                         <row>
43368                                                                 <entry>field</entry>
43369                                                                 <entry>integer</entry>
43370                                                                 <entry><para>
43371                                                                         
43372                                                                                                                 
43373                                                                         
43374                                                                         
43375                                                                         
43376                                                                                 NOT NULL;
43377                                                                         
43378                                                                         
43379                                                                         
43380                                                                                 
43381                                                                                 <xref linkend="vandelay.table.bib-attr-definition"/>
43382                                                                                 
43383                                                                         
43384                                                                         </para></entry>
43385                                                         </row>
43386                                                 
43387                                                         <row>
43388                                                                 <entry>attr_value</entry>
43389                                                                 <entry>text</entry>
43390                                                                 <entry><para>
43391                                                                         
43392                                                                         
43393                                                                                 NOT NULL;
43394                                                                         
43395                                                                         
43396                                                                         
43397                                                                         </para></entry>
43398                                                         </row>
43399                                                 
43400                                                 </tbody>
43401                                         </tgroup>
43402                                 </informaltable>
43403                                 <para>
43404                                 
43405                                 
43406                                 
43407                                         <itemizedlist>
43408                                                 <title>
43409                                                         Tables referencing vandelay.bib_match via Foreign Key Constraints
43410                                                 </title>
43411                                 
43412                                                         <listitem>
43413                                                                 <para><xref linkend="vandelay.table.bib-match"/></para>
43414                                                         </listitem>
43415                                                         
43416                                         </itemizedlist>
43417                                 
43418                                 
43419                                 
43420                                 
43421                 </para>
43422                 </simplesect>
43423                 
43424                 <simplesect id="vandelay.table.queued-record" xreflabel="vandelay.queued_record">               
43425                         <title>queued_record</title>
43426                         <informaltable>
43427                                 <tgroup cols="3">
43428                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>
43429                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>
43430                                         <colspec colnum="3" colname="col3" colwidth="2.0*"/>
43431                                         <thead>
43432                                                 <row>
43433                                                         <entry>Field</entry>
43434                                                         <entry>Data Type</entry>
43435                                                         <entry>Constraints and References</entry>
43436                                                 </row>
43437                                                 </thead>
43438                                                 <tbody>
43439                                                 
43440                                                         <row>
43441                                                                 <entry>id</entry>
43442                                                                 <entry>bigserial</entry>
43443                                                                 <entry><para>
43444                                                                         
43445                                                                                 
43446                                                                                         PRIMARY KEY
43447                                                                                                                 
43448                                                                         
43449                                                                         
43450                                                                         
43451                                                                         
43452                                                                         
43453                                                                                 
43454                                                                         
43455                                                                         </para></entry>
43456                                                         </row>
43457                                                 
43458                                                         <row>
43459                                                                 <entry>create_time</entry>
43460                                                                 <entry>timestamp with time zone</entry>
43461                                                                 <entry><para>
43462                                                                         
43463                                                                         
43464                                                                                 NOT NULL;
43465                                                                         
43466                                                                         
43467                                                                                 DEFAULT now();
43468                                                                         
43469                                                                         
43470                                                                         </para></entry>
43471                                                         </row>
43472                                                 
43473                                                         <row>
43474                                                                 <entry>import_time</entry>
43475                                                                 <entry>timestamp with time zone</entry>
43476                                                                 <entry><para>
43477                                                                         
43478                                                                         
43479                                                                         
43480                                                                         
43481                                                                         </para></entry>
43482                                                         </row>
43483                                                 
43484                                                         <row>
43485                                                                 <entry>purpose</entry>
43486                                                                 <entry>text</entry>
43487                                                                 <entry><para>
43488                                                                         
43489                                                                         
43490                                                                                 NOT NULL;
43491                                                                         
43492                                                                         
43493                                                                                 DEFAULT &apos;import&apos;::text;
43494                                                                         
43495                                                                         
43496                                                                         </para></entry>
43497                                                         </row>
43498                                                 
43499                                                         <row>
43500                                                                 <entry>marc</entry>
43501                                                                 <entry>text</entry>
43502                                                                 <entry><para>
43503                                                                         
43504                                                                         
43505                                                                                 NOT NULL;
43506                                                                         
43507                                                                         
43508                                                                         
43509                                                                         </para></entry>
43510                                                         </row>
43511                                                 
43512                                                 </tbody>
43513                                         </tgroup>
43514                                 </informaltable>
43515                                 <para>
43516                                 
43517                                 
43518                                         <variablelist>
43519                                                 <title>Constraints on queued_record</title>
43520                                                 
43521                                                 <varlistentry>
43522                                                         <term>queued_record_purpose_check</term>
43523                                                         <listitem><para>CHECK ((purpose = ANY (ARRAY[&apos;import&apos;::text, &apos;overlay&apos;::text])))</para></listitem>
43524                                                 </varlistentry>
43525                                                 
43526                                         </variablelist>
43527                                 
43528                                 
43529                                 
43530                                 
43531                                 
43532                 </para>
43533                 </simplesect>
43534                 
43535         </section>
43536         
43537   </appendix>
43538