Re: Llamada de Dirección



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]