ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/DBS/Schema/RefDBLegacy/OracleFiles.sql
(Generate patch)

Comparing COMP/DBS/Schema/RefDBLegacy/OracleFiles.sql (file contents):
Revision 1.5 by lat, Wed Oct 19 12:54:56 2005 UTC vs.
Revision 1.6 by lat, Thu Oct 27 16:57:38 2005 UTC

# Line 30 | Line 30 | create table t_file
30    (id                           integer         not null,
31     guid                         varchar (1000)  /* not null */,
32     logical_name                 varchar (1000)  not null,
33 <   checksum                     varchar (1000)  not null,
34 <   filesize                     integer         not null,
33 >   checksum                     varchar (1000)  /* not null */,
34 >   filesize                     integer         /* not null */,
35     status                       integer         /* not null */,
36     type                         integer         not null,
37     inblock                      integer         not null);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines