Files
jcl/sqlobject_history/2008-11-09/LegacyJID_sqlite.sql
David Rousselie b369a64715 rename user table to user_table to avoir postgresql keyword conflict
darcs-hash:20081109190705-86b55-036cd024b6e2e5c3871c256e794c60363915afa8.gz
2008-11-09 20:07:05 +01:00

11 lines
303 B
SQL

-- Exported definition from 2008-11-09T13:58:34
-- Class jcl.model.account.LegacyJID
-- Database: sqlite
CREATE TABLE legacy_j_id (
id INTEGER PRIMARY KEY,
legacy_address TEXT,
jid TEXT,
account_id INT CONSTRAINT account_id_exists REFERENCES account(id) ,
child_name VARCHAR (255)
)