/[webpac2]/trunk/conf/ffcasopisi/schema.sql
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/conf/ffcasopisi/schema.sql

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1273 - (show annotations)
Wed Aug 19 14:05:30 2009 UTC (14 years, 8 months ago) by mglavica
File size: 576 byte(s)
work on journals database conversion

1 drop table if exists sig;
2 create table sig (
3 id serial,
4 zbirka text,
5 mfn integer,
6 signatura text,
7 biljeska text,
8 naslov text,
9 issn text,
10 fond text
11 );
12
13 drop table if exists bibraz;
14 create table bibraz (
15 id serial,
16 mfn integer,
17 ldr7 text,
18 f008 text,
19 signatura text,
20 naslov1 text,
21 issn text,
22 naslov2 text,
23 serija text
24 );
25
26 drop table if exists isis;
27 create table isis (
28 id serial,
29 sig text,
30 zbirka text,
31 mfn integer,
32 signatura text,
33 zemlja text,
34 naslov text,
35 odgovornost text,
36 issn text,
37 f210d text,
38 f207a text,
39 f326 text,
40 f215a text,
41 f991b text
42 );

  ViewVC Help
Powered by ViewVC 1.1.26