]> err.no Git - scalable-opengroupware.org/blob - UI/MainUI/AgenorProfile-oracle.sql
Install libs to /usr/lib
[scalable-opengroupware.org] / UI / MainUI / AgenorProfile-oracle.sql
1 --
2 -- (C) 2007 Inverse groupe conseil
3 --
4
5 CREATE TABLE @{tableName} (
6   c_uid      VARCHAR(255) NOT NULL PRIMARY KEY,
7   c_defaults CLOB,
8   c_settings CLOB
9 );