--- localidades --- id (bigint unsigned) provincia_id (bigint unsigned) descripcion (varchar(255)) created_at (timestamp) updated_at (timestamp) deleted_at (timestamp) created_by (bigint unsigned) deleted_by (bigint unsigned) --- barrios --- id (bigint unsigned) descripcion (varchar(255)) created_at (timestamp) updated_at (timestamp) deleted_at (timestamp) created_by (bigint unsigned) deleted_by (bigint unsigned) --- atributos --- id (bigint unsigned) nombre (varchar(255)) tipo_dato (varchar(255)) descripcion (varchar(255)) atributo_produccion (varchar(255)) created_at (timestamp) updated_at (timestamp) deleted_at (timestamp) created_by (bigint unsigned) deleted_by (bigint unsigned) --- propiedad_barrios --- id (bigint unsigned) barrio_id (bigint unsigned) propiedad_id (bigint unsigned) created_at (timestamp) updated_at (timestamp) deleted_at (timestamp) created_by (bigint unsigned) deleted_by (bigint unsigned) --- propiedad_atributos --- id (bigint unsigned) atributo_id (bigint unsigned) propiedad_id (bigint unsigned) valor (varchar(255)) created_at (timestamp) updated_at (timestamp) deleted_at (timestamp) created_by (bigint unsigned) deleted_by (bigint unsigned) --- propiedades --- id (bigint unsigned) descripcion (varchar(255)) direccion (varchar(255)) localidad_id (bigint unsigned) estado_propiedad_id (bigint unsigned) latitud (decimal(10,8)) longitud (decimal(11,8)) observaciones (text) created_at (timestamp) updated_at (timestamp) deleted_at (timestamp) created_by (bigint unsigned) deleted_by (bigint unsigned) contacto_id (bigint unsigned)