Skip to content

Commit

Permalink
Create errors.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryf committed Jul 23, 2015
1 parent 71b58da commit 48147eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions errors.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
CREATE TABLE `lifl`.`errors` (
`row` BIGINT NOT NULL AUTO_INCREMENT,
`operation_id` BIGINT NOT NULL,
`error_message` VARCHAR(512),
PRIMARY KEY (`row`)
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE utf8_general_ci;

0 comments on commit 48147eb

Please sign in to comment.