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, |
14 |
< |
modified_by integer not null); |
13 |
> |
modified_at float, |
14 |
> |
modified_by integer); |
15 |
|
|
16 |
|
create table t_physics_group |
17 |
|
(id integer not null, |
19 |
|
convenor integer /* not null? */, |
20 |
|
created_at float not null, |
21 |
|
created_by integer not null, |
22 |
< |
modified_at float not null, |
23 |
< |
modified_by integer not null); |
22 |
> |
modified_at float, |
23 |
> |
modified_by integer); |
24 |
|
|
25 |
|
-- ====================================================================== |
26 |
|
alter table t_person |