diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/serenitasdb.sql | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sql/serenitasdb.sql b/sql/serenitasdb.sql index 4fdd41ce..5cb8f4e2 100644 --- a/sql/serenitasdb.sql +++ b/sql/serenitasdb.sql @@ -1235,10 +1235,8 @@ CREATE TABLE dtcc_corrections( correction bytea)
CREATE TABLE markit_quote_details (
- id serial primary key,
+ id int8 primary key,
quotetime timestamptz NULL,
quote_source varchar(4) NULL,
- msg_id int8 NULL,
sender text NULL,
- CONSTRAINT markit_quote_details_unique UNIQUE (msg_id)
);
\ No newline at end of file |
