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

SMTPAccount_sqlite.sql « 2008-05-29 « sqlobject_history - github.com/dax/jmc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f116a5c66dadb46054165451e5cbdaf881748ef4 (plain)
1
2
3
4
5
6
7
-- Exported definition from 2008-05-29T19:26:03
-- Class jmc.model.account.SMTPAccount
-- Database: sqlite
CREATE TABLE smtp_account (
    id INTEGER PRIMARY KEY,
    child_name VARCHAR(255)
)