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.1 by lat, Tue Oct 4 21:46:23 2005 UTC vs.
Revision 1.2 by lat, Thu Oct 6 21:41:38 2005 UTC

# Line 7 | Line 7 | create sequence seq_evcoll_file;
7   -- ======================================================================
8   create table t_file_status
9    (id                           integer         not null,
10 <   name                         varchar (80)    not null,
10 >   name                         varchar (1000)  not null,
11     created_at                   float           not null,
12     created_by                   integer         not null,
13     modified_at                  float           not null,
# Line 15 | Line 15 | create table t_file_status
15  
16   create table t_file_type
17    (id                           integer         not null,
18 <   name                         varchar (80)    not null,
18 >   name                         varchar (1000)  not null,
19     created_at                   float           not null,
20     created_by                   integer         not null,
21     modified_at                  float           not null,
# Line 23 | Line 23 | create table t_file_type
23  
24   create table t_file
25    (id                           integer         not null,
26 <   logical_name                 varchar (255)   not null,
27 <   checksum                     varchar (255)   not null,
28 <   filesize                     varchar (255)   not null,
26 >   logical_name                 varchar (1000)  not null,
27 >   checksum                     varchar (1000)  not null,
28 >   filesize                     varchar (1000)  not null,
29     status                       integer         not null,
30     type                         integer         not null,
31     created_at                   float           not null,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines