User Tools

Site Tools


podoc:user_type_sql_table

This is an old revision of the document!


Database Table Description of "user_type"

Name

user_type

Description

Purpose

Schema

create table user_type (
  identifier            integer not null primary key,
  value                 varchar(15)
);

History

Used first

Version 2.5

Used last

Still in use

Change history

= Version 2.5 =

create table user_type (
  identifier            integer not null primary key,
  value                 varchar(15)
);
podoc/user_type_sql_table.1176393446.txt.gz · Last modified: 2007/04/12 15:57 by Luud