/[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

Annotation of /trunk/t/conf/schema.sql

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1210 - (hide annotations)
Sat May 30 15:26:25 2009 UTC (14 years, 11 months ago) by dpavlin
File size: 102 byte(s)
 r1906@llin:  dpavlin | 2009-05-30 17:26:17 +0200
 added table name to row normalize command so we can create
 data in different tables directly from normalization file

1 dpavlin 1210 drop table if exists test;
2 dpavlin 1207
3 dpavlin 1210 create table test (
4 dpavlin 1207 id serial,
5     foo int not null,
6     bar int,
7     baz text
8     );

  ViewVC Help
Powered by ViewVC 1.1.26