sogo/OGoContentStore/sql/profile-create.psql

10 lines
208 B
Plaintext
Raw Normal View History

--
-- (C) 2005 SKYRIX Software AG
--
CREATE TABLE SOGo_user_profile (
uid VARCHAR(255) NOT NULL PRIMARY KEY,
allowinternet SMALLINT DEFAULT 0,
timezonename VARCHAR(255) DEFAULT 'MET'
);