support_type
create table support_type ( identifier integer not null primary key, manufacturer integer not null references manufacturer(identifier), model varchar(100), variation varchar(100), last_modified_date timestamp, last_modifying_users integer references users(identifier) );
Version 2.5
Still in use
= Version 2.5 =
create table support_type ( identifier integer not null primary key, manufacturer integer not null references manufacturer(identifier), model varchar(100), variation varchar(100), last_modified_date timestamp, last_modifying_users integer references users(identifier) );