rename user table to user_table to avoir postgresql keyword conflict
darcs-hash:20081109190705-86b55-036cd024b6e2e5c3871c256e794c60363915afa8.gz
This commit is contained in:
14
sqlobject_history/2008-11-09/Account_sqlite.sql
Normal file
14
sqlobject_history/2008-11-09/Account_sqlite.sql
Normal file
@@ -0,0 +1,14 @@
|
||||
-- Exported definition from 2008-11-09T13:58:34
|
||||
-- Class jcl.model.account.Account
|
||||
-- Database: sqlite
|
||||
CREATE TABLE account (
|
||||
id INTEGER PRIMARY KEY,
|
||||
name TEXT,
|
||||
jid TEXT,
|
||||
status TEXT,
|
||||
error TEXT,
|
||||
enabled BOOLEAN,
|
||||
lastlogin TIMESTAMP,
|
||||
user_id INT CONSTRAINT user_id_exists REFERENCES user_table(id) ,
|
||||
child_name VARCHAR (255)
|
||||
)
|
||||
Reference in New Issue
Block a user