]> err.no Git - scalable-opengroupware.org/blob - UI/MainUI/AgenorProfile-oracle.sql
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1200 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / MainUI / AgenorProfile-oracle.sql
1 --
2 -- (C) 2007 Inverse groupe conseil
3 --
4
5 CREATE TABLE SOGo_user_profile (
6   c_uid      VARCHAR(255) NOT NULL PRIMARY KEY,
7   c_defaults CLOB,
8   c_settings CLOB
9 );