* [Planet] Planets can now be edited.
[pivip.git] / project / modules / planet / Tables.yml
bloba680aadbf457ada61e45b167730b4505f1b72065
1 ---
2 PlanetFeed:
3   columns:
4     block_id:
5       type: integer
6     feed_id:
7       type: integer
8       primary: true
9       autoincrement: true
10     link:
11       type: string(255)
12       notblank: true
13     title:
14       type: string(255)
15       notblank: true
16   relations:
17     Block:
18       local: block_id
19       foreign: block_id