schema.yml 536 B

12345678910
  1. propel:
  2. _attributes: { package: plugins.catalyzSitemap.lib.model }
  3. node_sitemap:
  4. id:
  5. node_id: { type: integer, foreignTable: node, foreignReference: id, onDelete: cascade }
  6. node_sitemap_i18n:
  7. id: { type: integer, required: true, primaryKey: true, foreignTable: node_sitemap, foreignReference: id, onDelete: cascade }
  8. culture: { isCulture: true, type: varchar, size: 7, required: true, primaryKey: true, index: true }