Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dax/jmc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sqlobject_history/2008-05-29/MailAccount_sqlite.sql')
-rw-r--r--sqlobject_history/2008-05-29/MailAccount_sqlite.sql18
1 files changed, 18 insertions, 0 deletions
diff --git a/sqlobject_history/2008-05-29/MailAccount_sqlite.sql b/sqlobject_history/2008-05-29/MailAccount_sqlite.sql
new file mode 100644
index 0000000..df3c222
--- /dev/null
+++ b/sqlobject_history/2008-05-29/MailAccount_sqlite.sql
@@ -0,0 +1,18 @@
+-- Exported definition from 2008-05-29T19:26:03
+-- Class jmc.model.account.MailAccount
+-- Database: sqlite
+CREATE TABLE mail_account (
+ id INTEGER PRIMARY KEY,
+ login TEXT,
+ password TEXT,
+ host TEXT,
+ port INT,
+ _ssl TINYINT,
+ _interval INT,
+ store_password TINYINT,
+ live_email_only TINYINT,
+ lastcheck INT,
+ waiting_password_reply TINYINT,
+ first_check TINYINT,
+ child_name VARCHAR(255)
+)