14 lines
330 B
SQL
14 lines
330 B
SQL
-- Exported definition from 2008-11-09T13:58:34
|
|
-- Class jcl.model.account.PresenceAccount
|
|
-- Database: sqlite
|
|
CREATE TABLE presence_account (
|
|
id INTEGER PRIMARY KEY,
|
|
chat_action INT,
|
|
online_action INT,
|
|
away_action INT,
|
|
xa_action INT,
|
|
dnd_action INT,
|
|
offline_action INT,
|
|
child_name VARCHAR (255)
|
|
)
|