Changeset 57654 in spip-zone for _plugins_/formidable/trunk/base
- Timestamp:
- Jan 24, 2012, 10:08:00 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/formidable/trunk/base/formidable_tables.php
r57649 r57654 23 23 //-- Table formulaires ----------------------------------------------------- 24 24 $formulaires = array( 25 "id_formulaire" => "bigint(21) NOT NULL default 0",25 "id_formulaire" => "bigint(21) NOT NULL", 26 26 "identifiant" => "varchar(200)", 27 27 "titre" => "text NOT NULL default ''", … … 49 49 //-- Table formulaires_reponses -------------------------------------------- 50 50 $formulaires_reponses = array( 51 "id_formulaires_reponse" => "bigint(21) NOT NULL default 0",51 "id_formulaires_reponse" => "bigint(21) NOT NULL", 52 52 "id_formulaire" => "bigint(21) NOT NULL default 0", 53 53 "date" => "datetime NOT NULL default '0000-00-00 00:00:00'",
Note: See TracChangeset
for help on using the changeset viewer.