Re: Llamada de Dirección
- From: Jaime Anguiano Olarra <jaime geneura ugr es>
- To: Tim Ney <ten gnome org>
- Cc: Rodrigo Moya <rodrigo gnome-db org>,Gregorio Robles <grex scouts-es org>,"guadec listas hispalinux es" <guadec listas hispalinux es>,g3web <g3web gnome org>, Jody Goldberg <jody ximian com>,"Daniel Veillard <" <veillard redhat com>
- Subject: Re: Llamada de Dirección
- Date: 13 Feb 2002 18:37:38 +0100
El mar, 12-02-2002 a las 21:12, Tim Ney escribió:
> We also could use a field that can contain a value (for the output
> purposes of calculating a total of travel subsidy requests in a
> spreadsheet.) Maybe you can borrow this from last year's Developer
> registration form: http://guadec.gnome.dk/
Done. Value is the entry in the DB.
mysql> describe ABOUTYOU;
+----------+--------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+----------+--------------+------+-----+---------+----------------+
| id | int(11) | | PRI | 0 | auto_increment |
| name | varchar(15) | YES | | NULL | |
| surname | varchar(20) | YES | | NULL | |
| email | varchar(30) | YES | | NULL | |
| photo | varchar(128) | YES | | NULL | |
| url | varchar(128) | YES | | NULL | |
| notes | text | YES | | NULL | |
| needseq | char(3) | YES | | NULL | |
| tripinfo | text | YES | | NULL | |
| spkrbios | text | YES | | NULL | |
| value | int(11) | YES | | NULL | |
+----------+--------------+------+-----+---------+----------------+
11 rows in set (0.39 sec)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]