Files
jmc/sqlobject_history/2007-12-04/IMAPAccount_sqlite.sql
David Rousselie 1c5d2d073b Store error as string in account instead of just a boolean (in_error)
darcs-hash:20071204171250-86b55-759d1ea8fe52fb896fa59cddd915a872ef601f7d.gz
2007-12-04 18:12:50 +01:00

10 lines
231 B
SQL

-- Exported definition from 2007-12-04T17:57:39
-- Class jmc.model.account.IMAPAccount
-- Database: sqlite
CREATE TABLE imap_account (
id INTEGER PRIMARY KEY,
mailbox TEXT,
delimiter TEXT,
child_name VARCHAR(255)
)