Slight column reordering (who cares)
This commit is contained in:
parent
9a8471a78c
commit
4be29606ad
1 changed files with 1 additions and 1 deletions
|
@ -9,9 +9,9 @@ create table newsgroup (
|
|||
|
||||
create table newsgroup_message (
|
||||
id INTEGER PRIMARY KEY NOT NULL,
|
||||
created_on DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
newsgroup_id INTEGER NOT NULL,
|
||||
message_id TEXT NOT NULL UNIQUE,
|
||||
created_on DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
sender TEXT NOT NULL,
|
||||
subject TEXT NOT NULL,
|
||||
content TEXT NOT NULL,
|
||||
|
|
Loading…
Add table
Reference in a new issue