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

Comparing COMP/DBS/Schema/RefDBLegacy/OracleCMS.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:37 2005 UTC

# Line 5 | Line 5 | create sequence seq_physics_group;
5   -- ======================================================================
6   create table t_person
7    (id                           integer         not null,
8 <   name                         varchar (80)    not null,
9 <   distinguished_name           varchar (255)   not null,
10 <   contact_info                 varchar (255)   not null,
8 >   name                         varchar (1000)  not null,
9 >   distinguished_name           varchar (1000)  not null,
10 >   contact_info                 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_person
15  
16   create table t_physics_group
17    (id                           integer         not null,
18 <   name                         varchar (80)    not null,
18 >   name                         varchar (1000)  not null,
19     convenor                     integer         /* not null? */,
20     created_at                   float           not null,
21     created_by                   integer         not null,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines