Page MenuHomePhorge

2013040700.sql
No OneTemporary

Size
297 B
Referenced Files
None
Subscribers
None

2013040700.sql

DROP TABLE IF EXISTS `syncroton_policy`;
CREATE TABLE IF NOT EXISTS `syncroton_policy` (
`id` varchar(40) NOT NULL,
`name` varchar(255) NOT NULL,
`description` varchar(255) DEFAULT NULL,
`policy_key` varchar(64) NOT NULL,
`json_policy` blob NOT NULL,
PRIMARY KEY (`id`)
);

File Metadata

Mime Type
text/plain
Expires
Wed, Jul 8, 6:28 PM (1 d, 21 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1051777
Default Alt Text
2013040700.sql (297 B)

Event Timeline