compra

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT UNSIGNED 20 null
compra_cable.compra_id compra_cable_compra_id_foreign R
disco_duro_compra.compra_id disco_duro_compra_compra_id_foreign R
periferico_compra.compra_id periferico_compra_compra_id_foreign R
ram_compra.compra_id ram_compra_compra_id_foreign R
created_at TIMESTAMP 19 null
updated_at TIMESTAMP 19 null
compra_codigo VARCHAR 255 null
compra_email VARCHAR 255 null
password_reset_tokens.email Implied Constraint R
compra_costo INT 10 null
compra_garantia DATE 10 null
estado_compra_id BIGINT UNSIGNED 20 null
estado_compra.id compra_estado_compra_id_foreign R
direccion_id BIGINT UNSIGNED 20 null
direccion.id compra_direccion_id_foreign R
metodo_pago_id BIGINT UNSIGNED 20 null
metodo_pago.id compra_metodo_pago_id_foreign R
metodo_despacho_id BIGINT UNSIGNED 20 null
metodo_despacho.id compra_metodo_despacho_id_foreign R
user_id BIGINT UNSIGNED 20 null
users.id compra_user_id_foreign R

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
compra_direccion_id_foreign Performance Asc direccion_id
compra_estado_compra_id_foreign Performance Asc estado_compra_id
compra_metodo_despacho_id_foreign Performance Asc metodo_despacho_id
compra_metodo_pago_id_foreign Performance Asc metodo_pago_id
compra_user_id_foreign Performance Asc user_id

Relationships