Campos de empresas_api_endpoints
Volver a TablasCampo | Tipo | Nulo | Clave | Default |
---|---|---|---|---|
id | int(11) | NO | PRI | |
empresa_id | int(11) | NO | MUL | |
endpoint_nombre | varchar(100) | NO | ||
endpoint_ruta | varchar(255) | NO | ||
metodo | enum('GET','POST','PUT','DELETE') | NO | POST | |
descripcion | text | YES | ||
activo | tinyint(1) | YES | 1 | |
requiere_autenticacion | tinyint(1) | YES | 1 | |
parametros_configuracion | text | YES | ||
fecha_creacion | timestamp | NO | CURRENT_TIMESTAMP | |
fecha_modificacion | timestamp | YES |