Minahito
minah****@users*****
2006年 5月 15日 (月) 17:33:08 JST
Index: xoops2jp/html/modules/base/.xml/data/image.cbs.xml diff -u xoops2jp/html/modules/base/.xml/data/image.cbs.xml:1.1.2.1 xoops2jp/html/modules/base/.xml/data/image.cbs.xml:1.1.2.2 --- xoops2jp/html/modules/base/.xml/data/image.cbs.xml:1.1.2.1 Tue May 9 19:19:25 2006 +++ xoops2jp/html/modules/base/.xml/data/image.cbs.xml Mon May 15 17:33:07 2006 @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?> <cubson-mapping> <class name="image"> <id name="image_id" type="XOBJ_DTYPE_INT" column="image_id"> @@ -12,5 +12,6 @@ <property name="image_weight" type="XOBJ_DTYPE_INT" column="image_weight" not-null="true" default="0" /> <property name="imgcat_id" type="XOBJ_DTYPE_INT" column="imgcat_id" not-null="true" default="0" /> <many-to-one name="mImageCategory" column="imgcat_id" class="Entity.imagecategory" /> + <one-to-one name="mImageBody" column="image_id" class="Entity.imagebody" /> </class> </cubson-mapping> \ No newline at end of file