User Tools

Site Tools


podoc:access_type_sql_table

This is an old revision of the document!


Database Table Description of "access_type"

Name

access_type

Description

Purpose

Schema

create table access_type (
  identifier            integer not null primary key,
  value                 varchar(10)
);

History

Used first

Version 2.5

Used last

Still in use

Schema change history

= Version 2.5 =

create table access_type (
  identifier            integer not null primary key,
  value                 varchar(10)
);
Data change history

= Version 2.5 =

insert into access_type values (nextval('access_type_id_sequence'), 'Public');
insert into access_type values (nextval('access_type_id_sequence'), 'Protected');
insert into access_type values (nextval('access_type_id_sequence'), 'Private');
podoc/access_type_sql_table.1176455701.txt.gz · Last modified: 2007/04/13 09:15 by Luud