select column_name, data_type, character_maximum_length, column_default
from INFORMATION_SCHEMA.COLUMNS
where table_name = 'customers';
La tabla customers la cambiáis por la que queréis consultar.
Y esto es todo, feliz programming
Saludos
Alex
/