Skip to content

Commit

Permalink
alter trytimes to signed smallint
Browse files Browse the repository at this point in the history
  • Loading branch information
aleafs committed Jun 8, 2012
1 parent 91eec02 commit 052ae1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database.sql
Expand Up @@ -135,7 +135,7 @@ CREATE TABLE IF NOT EXISTS dev_task_queque (
agentpos int(10) not null default 0,
openrace tinyint(1) unsigned not null default 1,
priority smallint(5) unsigned not null default 0,
trytimes smallint(5) unsigned not null default 0,
trytimes smallint(5) not null default 0,
addtime datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
begtime datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
endtime datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
Expand Down

0 comments on commit 052ae1a

Please sign in to comment.