[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 # sql script for MySql 2 3 drop table if exists ezenumobjectvalue; 4 CREATE TABLE ezenumobjectvalue ( 5 contentobject_attribute_id int not null, 6 contentobject_attribute_version int not null, 7 enumid int not null, 8 enumelement varchar(50) not null, 9 enumvalue varchar(50) not null, 10 primary key( contentobject_attribute_id, contentobject_attribute_version, enumid ) );
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 10:30:04 2007 | par Balluche grâce à PHPXref 0.7 |