mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 01:51:59 +01:00
parent
06bc6fb15c
commit
2cfd5ece53
@ -28,7 +28,7 @@ create table if not exists `sph_index` (
|
|||||||
create table if not exists `metadata` (
|
create table if not exists `metadata` (
|
||||||
`id` bigint unsigned not null auto_increment,
|
`id` bigint unsigned not null auto_increment,
|
||||||
`from` varchar(255) not null,
|
`from` varchar(255) not null,
|
||||||
`fromdomain` varchar(64) not null,
|
`fromdomain` varchar(255) not null,
|
||||||
`subject` blob(512) default null,
|
`subject` blob(512) default null,
|
||||||
`spam` tinyint(1) default 0,
|
`spam` tinyint(1) default 0,
|
||||||
`arrived` int unsigned not null,
|
`arrived` int unsigned not null,
|
||||||
|
Loading…
Reference in New Issue
Block a user