/[webpac2]/trunk/t/conf/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/t/conf/schema.sql

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1207 - (show annotations)
Fri May 29 21:37:58 2009 UTC (15 years ago) by dpavlin
File size: 101 byte(s)
 r1900@llin:  dpavlin | 2009-05-29 23:37:57 +0200
 WebPAC::Output::DBI to dump row from normalize into database
 (so each input record can create multiple rows)

1 -- drop table webpac2;
2
3 create table webpac2 (
4 id serial,
5 foo int not null,
6 bar int,
7 baz text
8 );

  ViewVC Help
Powered by ViewVC 1.1.26