Add missing tables schemas
darcs-hash:20071204165646-86b55-02d657843eff97f35dafa213fc9e6634e4a28583.gz
This commit is contained in:
14
sqlobject_history/2007-11-05/Account_sqlite.sql
Normal file
14
sqlobject_history/2007-11-05/Account_sqlite.sql
Normal file
@@ -0,0 +1,14 @@
|
||||
-- Exported definition from 2007-11-05T19:02:34
|
||||
-- Class jcl.model.account.Account
|
||||
-- Database: sqlite
|
||||
CREATE TABLE account (
|
||||
id INTEGER PRIMARY KEY,
|
||||
name TEXT,
|
||||
jid TEXT,
|
||||
status TEXT,
|
||||
in_error TINYINT,
|
||||
enabled TINYINT,
|
||||
lastlogin TIMESTAMP,
|
||||
user_id INT CONSTRAINT user_id_exists REFERENCES user(id) ,
|
||||
child_name VARCHAR(255)
|
||||
)
|
||||
Reference in New Issue
Block a user