podoc:user_type_sql_table
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
podoc:user_type_sql_table [2007/04/12 12:08] – created Luud | podoc:user_type_sql_table [2007/04/20 15:32] (current) – Luud | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Database Table Description ===== | + | ===== Database Table Description |
=== Name === | === Name === | ||
+ | |||
+ | user_type | ||
=== Description === | === Description === | ||
Line 8: | Line 10: | ||
=== Schema === | === Schema === | ||
+ | |||
+ | < | ||
+ | create table user_type ( | ||
+ | identifier | ||
+ | value | ||
+ | ); | ||
+ | </ | ||
+ | |||
+ | === References tables === | ||
+ | |||
+ | None. | ||
+ | |||
+ | === Is referenced by tables === | ||
+ | |||
+ | * [[system_preferences sql table|system_preferences]](new_user_type) references identifier | ||
+ | * [[users sql table|users]](type) references identifier | ||
=== Related sequences === | === Related sequences === | ||
+ | |||
+ | * [[user_type_id_sequence sql sequence|user_type_id_sequence]] | ||
=== Related indexes === | === Related indexes === | ||
+ | |||
+ | None. | ||
+ | |||
+ | === Related functions === | ||
+ | |||
+ | None. | ||
+ | |||
+ | === Related views === | ||
+ | |||
+ | None. | ||
=== History === | === History === | ||
Line 17: | Line 47: | ||
== Used first == | == Used first == | ||
- | Verions | + | Version |
== Used last == | == Used last == | ||
Line 23: | Line 53: | ||
Still in use | Still in use | ||
- | == Change | + | == Schema change |
= Version 2.5 = | = Version 2.5 = | ||
- | | + | <code sql> |
- | | + | create table user_type |
- | ); | + | |
+ | | ||
+ | ); | ||
+ | </ | ||
+ | |||
+ | == Data change history == | ||
+ | |||
+ | = Version 2.5 = | ||
+ | |||
+ | <code sql> | ||
+ | insert into user_type values (nextval(' | ||
+ | insert into user_type values (nextval(' | ||
+ | insert into user_type values (nextval(' | ||
+ | insert into user_type values (nextval(' | ||
+ | </ |
podoc/user_type_sql_table.txt · Last modified: 2007/04/20 15:32 by Luud