MODX Cloud

The Most Productive MODX Learning Playground Ever

Claim Free Lab Account

MIGXdb.Create a basic gallery-management from scratch with MIGXdb

compared with
Current by Bruno Perner
on Jul 13, 2012 10:02.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (2)

View Page History
{code:xml}
<?xml version="1.0" encoding="UTF-8"?>
<model package="mygallery" baseClass="xPDOObject" platform="mysql" defaultEngine="MyISAM" version="1.1">
<object class="myGallery" table="migx_gallery" extends="xPDOSimpleObject" version="1.1"> >
<field key="title" dbtype="varchar" precision="255" phptype="string" null="false" default="" index="index" />
<field key="description" dbtype="text" phptype="string" index="fulltext" />