X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;ds=sidebyside;f=www%2Fplugins%2Fauto%2FnoiZetier%2Fbase%2Fnoizetier_tables.php;fp=www%2Fplugins%2Fauto%2FnoiZetier%2Fbase%2Fnoizetier_tables.php;h=177034788c636fc05fc83cdf18fff142da755535;hb=80b4d3e85f78d402ed2e73f8f5d1bf4c19962eed;hp=0000000000000000000000000000000000000000;hpb=aaf970bf4cdaf76689ecc10609048e18d073820c;p=velocampus%2Fweb%2Fwww.git diff --git a/www/plugins/auto/noiZetier/base/noizetier_tables.php b/www/plugins/auto/noiZetier/base/noizetier_tables.php new file mode 100644 index 0000000..1770347 --- /dev/null +++ b/www/plugins/auto/noiZetier/base/noizetier_tables.php @@ -0,0 +1,38 @@ + "bigint(21) NOT NULL", + "rang" => "smallint DEFAULT '1' NOT NULL", + "type" => "tinytext DEFAULT '' NOT NULL", + "composition" => "tinytext DEFAULT '' NOT NULL", + "bloc" => "tinytext DEFAULT '' NOT NULL", + "noisette" => "tinytext DEFAULT '' NOT NULL", + "parametres" => "text DEFAULT '' NOT NULL", + "css" => "tinytext DEFAULT '' NOT NULL" + ); + + $noisettes_cles = array( + "PRIMARY KEY" => "id_noisette" + ); + + $tables_principales['spip_noisettes'] = array( + 'field' => &$noisettes, + 'key' => &$noisettes_cles + ); + + return $tables_principales; +} + +?>