mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-24 19:00:11 +01:00
fixed attachment table schema
This commit is contained in:
parent
697726205a
commit
aa56565c2e
@ -85,7 +85,7 @@ create table if not exists `attachment` (
|
||||
`type` varchar(128) default null,
|
||||
`sig` char(64) not null,
|
||||
`size` int default 0,
|
||||
`ptr` int default 0,
|
||||
`ptr` bigint unsigned default 0,
|
||||
`deleted` tinyint(1) default 0,
|
||||
primary key (`id`)
|
||||
) Engine=InnoDB;
|
||||
|
Loading…
Reference in New Issue
Block a user